Skip to main content
IBM Quantum Platform
翻訳情報

このページの追加言語翻訳は近日公開予定です。

qiskit_ibm_runtime.options_models.SimulatorOptions

pydantic model SimulatorOptions

GitHub

Bases: BaseOptionsModel

Simulator options.

Config

  • validate_assignment: bool = True
  • extra: str = forbid

angle_decimals

field

Type: int

Default value: 5

Gate angle decimal precision.

Gate angles are rounded to the nearest multiple of np.pi/2 at this decimal precision before simulation. This prevents floating-point drift from preventing Clifford-method simulation when angles are nominally Clifford.

layer_noise_model

field

Type: list[LayerNoiseModel] | None

Default value: None

Noise model specified by a collection of instructions and the noise that affects them.

When simulating an estimator job, if this value is set to None, it defaults to the value of qiskit_ibm_runtime.options_models.ResilienceOptions.layer_noise_model.

seed_simulator

field

Type: int | None

Default value: None

Random seed to control sampling.

warn_absent

field

Type: bool

Default value: True

Whether to emit a warning when an entry is missing in layer_noise_dict.

update

update(**kwargs)

GitHub

Update the options.

Parameters

kwargs (Any)

Return type

None

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