Get the W register, which is defined as the three qubits in the state:
(1 / sqrt(3))(|100> + |010> + |001>)
| C# | Visual Basic | Visual C++ |
public IQuantumRegister GetRegisterW()
Public Function GetRegisterW As IQuantumRegister
public: virtual IQuantumRegister^ GetRegisterW() sealed
A quantum register in the W state.
| Exception | Condition |
|---|---|
| NotImplementedException | This method is not yet
implemented. |