bit_flip_checks_passes (qiskit_addon_utils.noise_management.bit_flip_checks.passes)ΒΆ

A submodule with transpilation passes for circuit bit-flip checks.

AddPostCircuitBitFlipChecks

Add bit-flip checks at the end of the circuit on active qubits terminated by a measurement.

AddPreCircuitBitFlipChecks

Add bit-flip checks at the beginning of the circuit on active qubits terminated by a measurement.

AddSpectatorPostCircuitBitFlipChecks

Add bit-flip checks at the end of the circuit on qubits adjacent to active qubits.

AddSpectatorPreCircuitBitFlipChecks

Add bit-flip checks at the beginning of the circuit on qubits adjacent to active qubits.

XPulseType

The type of X-pulse to apply for a bit-flip check measurement.