QubitStateSet Method |
Name | Description | |
---|---|---|
StateSet(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.
| |
StateSet(CVec) |
Sets the state vector for this qubit, if it is unentangled.
This method will raise an exception if the qubit is entangled.
| |
StateSet(Complex, Complex) |
Sets the state vector for this qubit, if it is unentangled.
This method will raise an exception if the qubit is entangled.
| |
StateSet(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.
|