Skip to content

bloqade.analog.ir.routine.quera.QuEraServiceOptions

← Module overview

classQuEraServiceOptionssource

bloqade.analog.ir.routine.quera.QuEraServiceOptions

Bases: RoutineBase

class QuEraServiceOptions

methoddevicesource

bloqade.analog.ir.routine.quera.QuEraServiceOptions.device

def device(config_file: Optional[str], **api_config={})

Parameters

NameTypeDefaultDescription
config_fileOptional[str]required
**api_config—{}
source

methodaquilasource

bloqade.analog.ir.routine.quera.QuEraServiceOptions.aquila

def aquila() -> QuEraHardwareRoutine

Returns

QuEraHardwareRoutine

source

methodcloud_mocksource

bloqade.analog.ir.routine.quera.QuEraServiceOptions.cloud_mock

def cloud_mock() -> QuEraHardwareRoutine

Returns

QuEraHardwareRoutine

source

methodmocksource

bloqade.analog.ir.routine.quera.QuEraServiceOptions.mock

Signature
def mock(state_file: str = '.mock_state.txt', submission_error: bool = False) -> QuEraHardwareRoutine

Parameters

NameTypeDefaultDescription
state_filestr'.mock_state.txt'
submission_errorboolFalse

Returns

QuEraHardwareRoutine

source

methodcustomsource

bloqade.analog.ir.routine.quera.QuEraServiceOptions.custom

def custom() -> CustomSubmissionRoutine

Returns

CustomSubmissionRoutine

source