reset

reset#

Full path: iqm.pulse.gates.reset

Qubit reset operations.

The reset operation is a non-unitary quantum channel that sets the state of a qubit to \(|0\rangle\).

Module Attributes

RESET_MEASUREMENT_KEY

Constant measurement key for the measure operation required in the fast-feedback reset gate (the double underscore emphasizes the fact that this label should not be manually used in fast feedback).

RESET_FEEDBACK_KEY

The feedback key used in fast-feedback reset gate (the double underscore emphasizes the fact that this label should not be manually used in fast feedback).

Classes

Reset_Conditional

Conditional reset operation.

Reset_F0G1

Reset by driving the \(|f0\rangle \leftrightarrow |g1\rangle\) transition.

Reset_F0G1_Composite

Reset by applying a prx_12(pi) gate followed by the lru.f0g1 operation.

Reset_Wait

Reset operation by relaxation (idling for a time comparable to the relaxation time of the component).

Inheritance

Inheritance diagram of iqm.pulse.gates.reset