Skip to content

bloqade.qasm3.reset

← Module overview

functionresetsource

bloqade.qasm3.reset

def reset(qarg: Qubit) -> None

Reset the qubit to the |0> state.

Parameters

NameTypeDescription
qargQubitThe qubit to reset.
source