OQC
OQCBackendPreferences
Bases: BackendPreferences
This class inherits from BackendPreferences
.
This is where you specify OQC preferences.
Attributes:
Name | Type | Description |
---|---|---|
username |
str
|
OQC username |
password |
str
|
OQC password |
Attributes:
Name | Type | Description |
---|---|---|
backend_service_provider |
OQC
|
|
password |
str
|
|
username |
str
|
|
backend_service_provider
backend_service_provider: OQC = Field(default=OQC)
password
password: str = Field(description='OQC password')
username
username: str = Field(description='OQC username')
OQCBackendNames
Bases: StrEnum
OQC backend names which Classiq Supports running on.
Attributes:
Name | Type | Description |
---|---|---|
LUCY |
|
LUCY
LUCY = 'Lucy'