emulate on Azure Quantum (IonQ ionq.qpu.* targets), see IonQ hardware noise simulation on Azure Quantum (emulate) in the execution user guide.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
emulate on Azure Quantum (IonQ ionq.qpu.* targets), see IonQ hardware noise simulation on Azure Quantum (emulate) in the execution user guide.
| Name | Type | Description |
|---|---|---|
backend_service_provider | ProviderTypeVendor.AZURE_QUANTUM | |
location | str | Azure personal resource region. Defaults to "East US". |
credentials | Optional[AzureCredential] | The service principal credential to access personal quantum workspace. Defaults to None. |
ionq_error_mitigation_flag | Optional[bool] | Error mitigation configuration upon running on IonQ via Azure. Defaults to False. |
emulate | bool | If True, request IonQ hardware noise simulation on Azure Quantum when backend_name is an IonQ QPU (ionq.qpu.*). If the target is not an IonQ QPU (including ionq.simulator and non-IonQ providers), the flag has no effect. Defaults to False. |
run_via_classiq | bool | When omitted, derived from credentials (True when credentials is None). |
| Name | Type | Description |
|---|---|---|
model_config | ||
tenant_id | str | Azure Tenant ID used to identify the directory in which the application is registered. |
client_id | str | Azure Client ID, also known as the application ID, which is used to authenticate the application. |
client_secret | str | Azure Client Secret associated with the application, used for authentication. |
resource_id | pydantic_backend.PydanticAzureResourceIDType | Azure Resource ID, including the subscription ID, resource group, and workspace, typically used for personal resources. |
| Name | Type | Description |
|---|---|---|
IONQ_ARIA_1 | 'ionq.qpu.aria-1' | |
IONQ_ARIA_2 | 'ionq.qpu.aria-2' | |
IONQ_QPU | 'ionq.qpu' | |
IONQ_QPU_FORTE | 'ionq.qpu.forte-1' | |
IONQ_SIMULATOR | 'ionq.simulator' | |
MICROSOFT_ESTIMATOR | 'microsoft.estimator' | |
MICROSOFT_FULLSTATE_SIMULATOR | 'microsoft.simulator.fullstate' | |
RIGETTI_SIMULATOR | 'rigetti.sim.qvm' | |
RIGETTI_ANKAA2 | 'rigetti.qpu.ankaa-2' | |
RIGETTI_ANKAA9 | 'rigetti.qpu.ankaa-9q-1' | |
QCI_MACHINE1 | 'qci.machine1' | |
QCI_NOISY_SIMULATOR | 'qci.simulator.noisy' | |
QCI_SIMULATOR | 'qci.simulator' | |
QUANTINUUM_API_VALIDATOR1_1 | 'quantinuum.sim.h1-1sc' | |
QUANTINUUM_API_VALIDATOR1_2 | 'quantinuum.sim.h1-2sc' | |
QUANTINUUM_API_VALIDATOR2_1 | 'quantinuum.sim.h2-1sc' | |
QUANTINUUM_QPU1_1 | 'quantinuum.qpu.h1-1' | |
QUANTINUUM_QPU1_2 | 'quantinuum.qpu.h1-2' | |
QUANTINUUM_SIMULATOR1_1 | 'quantinuum.sim.h1-1e' | |
QUANTINUUM_SIMULATOR1_2 | 'quantinuum.sim.h1-2e' | |
QUANTINUUM_QPU2 | 'quantinuum.qpu.h2-1' | |
QUANTINUUM_SIMULATOR2 | 'quantinuum.sim.h2-1e' |
Was this page helpful?