We recently introduced a version of the provider handling the local simulation of cat qubits. These local simulations can be accessed using the AliceBobLocalProvider.
To make sure users understand the difference between the local provider and the remote one, targeting the Alice & Bob endpoints, this PR renames AliceBobProvider, AliceBobBackends and AliceBobJobs to include Remote so we can better differentiate them from local.
These changes were tested, including with the integration tests. I also made sure the README provided code was properly working.
We recently introduced a version of the provider handling the local simulation of cat qubits. These local simulations can be accessed using the
AliceBobLocalProvider
.To make sure users understand the difference between the local provider and the remote one, targeting the Alice & Bob endpoints, this PR renames
AliceBobProvider
,AliceBobBackends
andAliceBobJobs
to includeRemote
so we can better differentiate them from local.These changes were tested, including with the integration tests. I also made sure the README provided code was properly working.