Providers
IonQProvider
Runtime integration for streamlined access to IonQ simulators and QPUs.
API Reference: qbraid.runtime.ionq
Installation & Setup
To interface with IonQ devices directly through the IonQ API, install the ionq
extra:
To gain access to IonQ QPUs and/or simulators, you must obtain an IonQ API token.
Basic Usage
Now we can go through an example of using the IonQProvider
to submit a job to an IonQ device.
We choose to submit to the IonQ Simulator:
So now we have job
which is of type IonQJob
, which inherits from QuantumJob
. To see the results, we can do the following:
See how to visualize these results in the Visualization section.