rz

rz#

Single-qubit RZ gate.

The z rotation gate is defined as

\[R_z(\phi) = e^{-i Z \phi / 2}\]

where the rotation angle \(\phi\) is in radians.

Full path: iqm.pulse.gates.rz

Functions

get_unitary_rz(angle)

Unitary for an RZ gate.

Classes

RZ_ACStarkShift

Implementation of the RZ gate using an AC Stark pulse.

RZ_ACStarkShift_CosineRiseFall

AC stark pulse implemented as a modulated cosine rise fall pulse.

RZ_ACStarkShift_smoothConstant

Constant AC stark pulse with cosine rise and fall padding.

RZ_PRX_Composite

RZ gate implemented as a sequence of PRX gates.

RZ_Virtual

Implementation of the RZ gate using the virtual z rotation technique.

Inheritance

Inheritance diagram of iqm.pulse.gates.rz