Skip to content

EstimatorOptions

Bases: BaseModel

Options for the estimator.

Source code in q3as/run_options.py
class 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.