RunOptions
Bases: BaseModel
Options for running in the cloud.
Source code in q3as/run_options.py
backend: BackendName = 'auto'
class-attribute
instance-attribute
Name of the backend to use. See q3as.run_options.BackendName for possible values.
estimator: EstimatorOptions = EstimatorOptions()
class-attribute
instance-attribute
Options for the estimator.
sampler: SamplerOptions = SamplerOptions()
class-attribute
instance-attribute
Options for the sampler.