Click or drag to resize
Qubit Properties

The Qubit type exposes the following members.

Properties
  NameDescription
Public propertyBit
The measured value of a qubit in the computational basis. This will be Unknown if the qubit has not been measured since it last interacted.
Public propertyEntangled
Whether or not this qubit is entangled.
Public propertyId
Wire number in Ket vector
Public propertyKet
State we belong to
Public propertyStatic memberOne
A Complex vector that represents the state |1> in the computational basis.
Public propertyProb1
The probability of this qubit being 1.
Public propertyState
The state vector for this qubit, if it is unentangled. This property will raise an exception if the qubit is entangled.
Public propertyType
The type of the qubit. This is only used for noise modeling.
Public propertyStatic memberZero
A Complex vector that represents the state |0> in the computational basis.
Top
See Also