az-quantum
Manage Azure Quantum workspaces and jobs
TLDR
SYNOPSIS
az quantum subcommand [options]
DESCRIPTION
az quantum manages Azure Quantum resources, which provide access to quantum computing hardware and simulators from various providers. Azure Quantum supports multiple providers including IonQ, Quantinuum, Rigetti, and Microsoft's simulators.Workspaces are the top-level resource for managing quantum jobs, targets, and provider access. Set a default workspace and target to avoid repeating --workspace-name and --target-id on every command.
PARAMETERS
--resource-group, -g
Name of the resource group. Configure a default with az configure --defaults group=NAME.--workspace-name, -w
Name of the Quantum Workspace. Configure a default with az quantum workspace set.--target-id, -t
Execution engine (target) for the job, for example `ionq.simulator`. Configure a default with az quantum target set.--job-input-file
Path to the program or circuit file to submit.--job-input-format
Format of the input file, for example `ionq.circuit.v1` or `qir.v1`.
SUBCOMMANDS
workspace create
Create a new Azure Quantum workspace.workspace list
List the Azure Quantum workspaces available.workspace set
Select a default workspace for future commands.workspace show
Show details of the given (or current) workspace.workspace delete
Delete a quantum workspace.workspace quotas
List quotas for the workspace.workspace keys
List or regenerate workspace API keys.offerings list
List all provider offerings available in a location.offerings accept-terms
Accept the terms for a provider and SKU before using it.job submit
Submit a program or circuit to run on Azure Quantum.job list
List jobs in a workspace.job show
Get a job's status and details.job output
Get the results of a completed job.job wait
Wait until a job finishes running.run, execute
Submit a job and wait for the result (equivalent commands).target list
List providers and their targets in a workspace.target set
Select the default target for submitting jobs.
CAVEATS
This command group is in preview. Part of the quantum extension (Azure CLI 2.73.0 or higher); it installs automatically the first time an az quantum command runs, or install it manually with az extension add --name quantum. Quantum services have regional availability constraints, and job costs vary significantly by provider and target.
