Providers
QiskitRuntimeProvider
Runtime integration for streamlined access to IBM Quantum hardware.
API Reference: qbraid.runtime.qiskit
Installation & Setup
To interface with IBM Quantum backends, install the qiskit
extra,
and configure your IBM credentials.
Basic Usage
Now we go through an example of using the QiskitRuntimeProvider
to submit a job to an IBM device.
Our chosen device is the IBM Osaka Backend, which we will now submit a Qiskit job to.
So now we have job
which is of type QiskitJob
, which inherits from QuantumJob
. To see the results, we can do the following:
See how to visualize these results in the Visualization section.