Skip to main content
IBM Quantum Platform

MeasureNoiseLearningOptions

class MeasureNoiseLearningOptions(num_randomizations=Unset, shots_per_randomization=Unset)

GitHub

ベース: object

測定ノイズ学習のオプション。 V2 Estimatorでのみ使用されます。

これらのオプションは、レジリエンス・レベルまたはオプションが、測定ノイズの学習を必要とする技法を指定している場合にのみ使用される。


属性

パラメーター

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

num_randomizations

タイプ: UnsetType | int

デフォルト値: Unset

測定学習実験のために描くランダムな回路の数。

デフォルト:32。

shots_per_randomization

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

デフォルト値: Unset

ランダム回路ごとに学習実験で使用するショット数。

「auto」の場合、入力されたPUBに基づいて値が自動的に選択されます。

デフォルト:"auto"。


方法

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