The Language-Integrated Quantum Operations (LIQUi|>) Simulator
QubitStateSet Method (Complex, Complex) |
Sets the state vector for this qubit, 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 : c1 : Complex * c2 : Complex -> unit
Parameters
- c1
- Type: Microsoft.Research.LiquidComplex
The complex |0> amplitude to set this qubit's state to. - c2
- Type: Microsoft.Research.LiquidComplex
The complex |1> amplitude to set this qubit's state to.
