page_type | languages | products | description | urlFragment | |||
---|---|---|---|---|---|---|---|
sample |
|
|
This sample demonstrates how to use Quantinuum and IonQ via the Azure Quantum service with quantum circuits expressed with Qiskit. |
azure-quantum-with-python-circuits |
These sample notebooks demonstrate how to use the azure-quantum
Python library to submit quantum circuits expressed with Qiskit to an Azure Quantum Workspace.
To install the azure-quantum
package, run
To install the optional dependencies for the "Getting started with Qiskit" notebooks, run
pip install azure-quantum[qiskit]
Once everything is installed, run jupyter notebook
to start the Jupyter Notebook interface in your web browser:
jupyter notebook
In the browser, select the desired sample notebook to view the code.
- Getting-started-with-Qiskit-and-Quantinuum-on-Azure-Quantum.ipynb: Jupyter notebook for getting started with Qiskit and Quantinuum.
- Getting-started-with-Qiskit-and-IonQ-on-Azure-Quantum.ipynb: Jupyter notebook for getting started with Qiskit and IonQ.