Skip to content

bloqade.qasm3.rz

← Module overview

functionrzsource

bloqade.qasm3.rz

def rz(qarg: Qubit, theta: float) -> None

Apply the RZ rotation gate.

Parameters

NameTypeDescription
qargQubitThe qubit to apply the gate to.
thetafloatThe rotation angle.
source