Skip to content

bloqade.qubit.stdlib.simple.reset

← Module overview

functionresetsource

bloqade.qubit.stdlib.simple.reset

def reset(qubit: Qubit) -> None

Reset a qubit to the zero state.

Parameters

NameTypeDescription
qubitQubitThe list qubit to reset.
source