Click or drag to resize
QubitStateSet Method
Overload List
  NameDescription
Public methodStateSet(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.
Public methodStateSet(CVec)
Sets the state vector for this qubit, if it is unentangled. This method will raise an exception if the qubit is entangled.
Public methodStateSet(Complex, Complex)
Sets the state vector for this qubit, if it is unentangled. This method will raise an exception if the qubit is entangled.
Public methodStateSet(Double, Double, Double, Double)
Sets the state vector for this qubit, if it is unentangled. This method will raise an exception if the qubit is entangled.
Top
See Also