EstimatorOptions Bases: BaseModel Options for the estimator. Source code in q3as/run_options.py 14 15 16 17 18 19 20class EstimatorOptions(BaseModel): """ Options for the estimator. """ shots: int = 1024 "Number of shots for the estimator." shots: int = 1024 class-attribute instance-attribute Number of shots for the estimator.