SamplerOptions Bases: BaseModel Options for the sampler. Source code in q3as/run_options.py 5 6 7 8 9 10 11class SamplerOptions(BaseModel): """ Options for the sampler. """ shots: int = 1024 "Number of shots for the sampler." shots: int = 1024 class-attribute instance-attribute Number of shots for the sampler.