qiskit_ibm_runtime.options_models.SimulatorOptions
pydantic model SimulatorOptions
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.