Skip to content

bloqade.qasm3.z

← Module overview

functionzsource

bloqade.qasm3.z

def z(qarg: Qubit) -> None

Apply the Z (Pauli-Z) gate.

Parameters

NameTypeDescription
qargQubitThe qubit to apply the gate to.
source