Alice-Bob-SW / qiskit-alice-bob-provider

Qiskit provider to execute quantum circuits on Alice & Bob cat qubits
https://felis.alice-bob.com/docs/
Apache License 2.0
28 stars 11 forks source link

Include Remote in the class names of provider, backends and jobs #13

Closed MaxleDrut closed 1 year ago

MaxleDrut commented 1 year ago

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.