About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
MeasureNoiseLearningOptions
class MeasureNoiseLearningOptions(*args, **kwargs)
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.
Parameters
- num_randomizations – The number of random circuits to draw for the measurement learning experiment. Default: 32.
- shots_per_randomization – The number of shots to use for the learning experiment per random circuit. If “auto”, the value will be chosen automatically based on the input PUBs. Default: “auto”.
Attributes
num_randomizations
Type: UnsetType | int
Default value: Unset
shots_per_randomization
Type: UnsetType | int | Literal['auto']
Default value: Unset
Methods
Was this page helpful?
Report a bug or request content on GitHub.