Mid circuit measurement
mid_circuit_measurement
Functions:
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 |
Notes
We approximate the depth of a single RESET gate to 1000 X gates.