API Reference:
qbraid.runtime.ibm
Installation & Setup
To interface with IBM Quantum backends, install theqiskit
extra,
Basic Usage
TheQiskitRuntimeProvider
allows you to easily submit jobs to IBM Quantum devices. There are several ways to initialize the provider:
- Direct authentication with IBM Cloud:
- Authentication with IBM Quantum:
- Using environment variables:
- Using credentials stored in
$HOME/.qiskit/qiskit-ibm.json
job
which is of type QiskitJob
, which inherits from QuantumJob
. To see the results, we can do the following: