| Name | Description |
|---|---|
RESET | Resets 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:
| Name | Type | Description | Default |
|---|---|---|---|
target | QBit | the qubit to reset | required |