Get the EPR Pair (Phi plus, or Einstein Podolsky Rosen), which is defined
as the 2 qubit register:
(1 / sqrt(2))(|00> + |11>)
This is also a bell state.
| C# | Visual Basic | Visual C++ |
public IQuantumRegister GetRegisterPhiPlus()
Public Function GetRegisterPhiPlus As IQuantumRegister
public: virtual IQuantumRegister^ GetRegisterPhiPlus() sealed
A quantum register in the state of Phi plus or the EPR pair.
This is the same register as returned by GetRegisterEPRPair().
| Exception | Condition |
|---|---|
| NotImplementedException | This method is not yet
implemented. |