The Language-Integrated Quantum Operations (LIQUi|>) Simulator
QubitStateSet Method (Bit) |
Sets the state vector for this qubit to |0> or |1>, if it is unentangled.
This method will raise an exception if the qubit is entangled.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
member StateSet : b : Bit -> unit
Parameters
- b
- Type: Microsoft.Research.LiquidBit
The Bit value to set this qubit's state to.
