Providers
C12
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Name | Type | Description |
|---|---|---|
backend_service_provider | ProviderTypeVendor.C12 | |
parameters | dict | |
backend_name | str | Name of the requested backend or target. |
result_format | str | Result format of the job; one of “counts”, “state_vector”, or “density_matrix”. Defaults to “counts”. |
inilabel | str | None | Initial state specified using a binary label format (e.g. “00”, “01”). Mutually exclusive with inistatevector. |
inistatevector | str | None | Initial state vector as a comma-separated list of complex values (e.g. “1.+0.j, 0.+0.j, 0.+0.j, 0.+0.j”). Mutually exclusive with inilabel. |
ininoise | bool | None | Whether to use noisy initialization of the circuit. |
| Name | Type | Description |
|---|---|---|
SIMULATOR | 'c12sim-iswap' | |
SQUARED | 'squared-iswap' |
Was this page helpful?