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