Skip to main content
IBM Quantum Platform
このページは古いバージョンのQiskit Runtime clientです。 最新バージョンへ

MeasureNoiseLearningOptions

class MeasureNoiseLearningOptions(num_randomizations=Unset, shots_per_randomization=Unset)

GitHub

Bases: object

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.


Attributes

Parameters

  • num_randomizations (UnsetType | int)
  • shots_per_randomization (UnsetType | int | Literal['auto'])

num_randomizations

タイプ: UnsetType | int

デフォルト値: Unset

The number of random circuits to draw for the measurement learning experiment.

Default: 32.

shots_per_randomization

タイプ: UnsetType | int | Literal['auto']

デフォルト値: Unset

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”.


Methods

このページは役に立ちましたか?
バグや誤字の報告、またはコンテンツの要求はGitHubで行ってください。