Skip to main content

Documentation Index

Fetch the complete documentation index at: https://prod-mint.classiq.io/llms.txt

Use this file to discover all available pages before exploring further.

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'