Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 1.47 KB

File metadata and controls

39 lines (27 loc) · 1.47 KB
page_type languages products description urlFragment
sample
python
qdk
azure-quantum
This sample demonstrates how to use Quantinuum and IonQ via the Azure Quantum service with quantum circuits expressed with provider-specific formats OpenQASM 2.0 (Quantinuum) and JSON (IonQ).
azure-quantum-with-qiskit

Getting started submitting quantum circuits with provider-specific formats

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.

Installation

Provider-specific formats

To install the azure-quantum package, run

pip install azure-quantum

Running the Sample

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.

Manifest