ClassiqBackendPreferences
Represents backend preferences specific to Classiq quantum computing targets. This class is used to configure the backend options for executing quantum circuits on Classiq’s platform. The relevant backend names for Classiq targets are specified inClassiqSimulatorBackendNames & ClassiqNvidiaBackendNames.
For more details, refer to the Classiq Backend Documentation.
Methods:
| Name | Description |
|---|---|
| is_nvidia_backend |
backend_service_provider
backend_service_provider: ProviderTypeVendor.CLASSIQ = pydantic.Field(default=(ProviderVendor.CLASSIQ))
ClassiqSimulatorBackendNames
The simulator backends available in the Classiq provider. Attributes:SIMULATOR
SIMULATOR_STATEVECTOR
SIMULATOR_DENSITY_MATRIX
SIMULATOR_MATRIX_PRODUCT_STATE
ClassiqNvidiaBackendNames
Classiq’s Nvidia simulator backend names. Methods:| Name | Description |
|---|---|
| is_braket_nvidia_backend |