Get the Psi plus register, which is defined as the two qubits:
(1 / sqrt(2))(|01> + |10>)
This is also a bell state.
| C# | Visual Basic | Visual C++ |
public IQuantumRegister GetRegisterPsiPlus()
Public Function GetRegisterPsiPlus As IQuantumRegister
public: virtual IQuantumRegister^ GetRegisterPsiPlus() sealed
A quantum register in the state of Psi plus.
| Exception | Condition |
|---|---|
| NotImplementedException | This method is not yet
implemented. |