Skip to content

bloqade.qasm2.reset

← Module overview

functionresetsource

bloqade.qasm2.reset

def reset(qarg: Qubit) -> None

Reset the qubit qarg to the |0⟩ state.

Parameters

NameTypeDescription
qargQubitThe qubit to reset.
source