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++ |
IQuantumRegister GetRegisterPhiPlus()
Function GetRegisterPhiPlus As IQuantumRegister
IQuantumRegister^ GetRegisterPhiPlus()
A quantum register in the state of Phi plus or the EPR pair.
This is the same register as returned by GetRegisterEPRPair().