qiskit_ibm_runtime.options_models.MeasureNoiseLearningOptions
pydantic model MeasureNoiseLearningOptions
Bases: BaseOptionsModel
Options for measurement noise learning. This is only used by V2 Estimator.
Note
These options are only used when the resilience level or options specify a technique that requires measurement noise learning.
Config
- validate_assignment: bool = True
- extra: str = forbid
num_randomizations
field
Type: Annotated[int, Field(ge``=``1)] | Literal['auto']
Default value: 'auto'
The number of random circuits to draw for the measurement learning experiment.
If "auto", the calibration uses the same number of randomizations as specified in the estimator’s twirling options.
update
Was this page helpful?
Report a bug, typo, or request content on GitHub.