The Language-Integrated Quantum Operations (LIQUi|>) Simulator
QubitReAnimate Method (CVec) |
Reanimates this qubit and sets its state vector.
Reanimation means that this qubit is treated as unmeasured and eligible
for quantum operations.
This method will raise an exception if the qubit is unmeasured or entangled.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
member ReAnimate : v : CVec -> unit
Parameters
- v
- Type: Microsoft.Research.LiquidCVec
The Complex vector to set this qubit's state to.
