Skip to main content

Documentation Index

Fetch the complete documentation index at: https://prod-mint.classiq.io/llms.txt

Use this file to discover all available pages before exploring further.

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