qiskit_ibm_runtime.options_models.BitFlipChecksOptions
pydantic model BitFlipChecksOptions
Bases: BaseOptionsModel
Options to apply bit-flip checks to the results of noise learning circuits.
Config
- validate_assignment: bool = True
- extra: str = forbid
post_circuit
field
Type: PostCircuitBitFlipChecksOptions
Default value: PostCircuitBitFlipChecksOptions(enable=False, x_pulse_type='xslow', strategy='node')
Options to apply post-circuit bit-flip checks to the results of noise learning circuits.
pre_circuit
field
Type: PreCircuitBitFlipChecksOptions
Default value: PreCircuitBitFlipChecksOptions(enable=False, x_pulse_type='xslow', strategy='node')
Options to apply pre-circuit bit-flip checks to the results of noise learning circuits.