Skip to main content

OQCBackendPreferences

This class inherits from BackendPreferences. This is where you specify OQC preferences. Attributes:
NameTypeDescription
usernamestrOQC username
passwordstrOQC password

backend_service_provider

backend_service_provider: ProviderTypeVendor.OQC = pydantic.Field(default=(ProviderVendor.OQC))

username

username: str = pydantic.Field(description='OQC username')

password

password: str = pydantic.Field(description='OQC password')

OQCBackendNames

OQC backend names which Classiq Supports running on. Attributes:
NameTypeDescription
LUCY

LUCY

LUCY = 'Lucy'