Skip to main content
Functions:
NameDescription
RESETResets the target qubit to the |0> state.

RESET

RESET(
target: QBit
) -> None
Resets the target qubit to the |0> state. Performed by measuring the qubit and applying an X gate if necessary. Parameters:
NameTypeDescriptionDefault
targetQBitthe qubit to resetrequired