Qubit.ReAnimate Method

Liquid Quantum Simulator

QubitReAnimate Method
Overload List
  Name Description
Public method ReAnimate(Bit)
Reanimates this qubit and sets its state vector to |0> or |1>. 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.
Public method ReAnimate(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.
Top
See Also