Click or drag to resize
QubitReAnimate Method (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.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member ReAnimate : 
        b : Bit -> unit 

Parameters

b
Type: Microsoft.Research.LiquidBit
The Bit value to set this qubit's state to.
See Also