| page_type | sample | ||
|---|---|---|---|
| languages |
|
||
| products |
|
||
| description | This sample demonstrates how to use Honeywell and IonQ via the Azure Quantum service with quantum circuits expressed with provider-specific formats OpenQASM 2.0 (Honeywell) and JSON (IonQ). | ||
| urlFragment | azure-quantum-with-qiskit |
These sample notebooks demonstrate how to use the azure-quantum Python library to submit quantum circuits expressed with the provider-specific formats OpenQASM 2.0 and JSON to an Azure Quantum Workspace.
To install the azure-quantum package, run
pip install azure-quantumOnce everything is installed, run jupyter notebook to start the Jupyter Notebook interface in your web browser:
jupyter notebookIn the browser, select the desired sample notebook to view the code.
- Getting-started-with-Honeywell-and-OpenQASM-2.0-on-Azure-Quantum.ipynb: Jupyter notebook for getting started with OpenQASM 2.0 and Honeywell.
- Getting-started-with-IonQ-and-JSON-on-Azure-Quantum.ipynb: Jupyter notebook for getting started with JSON and IonQ.