Cove - A Practical Quantum Computer Programming Framework
GetRegisterPhiPlus Method
NamespacesCove.BaseIQuantumAlgorithmsGetRegisterPhiPlus()()()
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.
Declaration Syntax
C#Visual BasicVisual C++
IQuantumRegister GetRegisterPhiPlus()
Function GetRegisterPhiPlus As IQuantumRegister
IQuantumRegister^ GetRegisterPhiPlus()
Return Value
A quantum register in the state of Phi plus or the EPR pair.
Remarks
This is the same register as returned by GetRegisterEPRPair().
See Also

Assembly: Cove.Base (Module: Cove.Base) Version: 1.0.0.0 (1.0.0.0)