Cove - A Practical Quantum Computer Programming Framework
GetRegisterEPRPair Method
NamespacesCove.LocalSimulationQuantumAlgorithmsGetRegisterEPRPair()()()
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++
public IQuantumRegister GetRegisterEPRPair()
Public Function GetRegisterEPRPair As IQuantumRegister
public:
virtual IQuantumRegister^ GetRegisterEPRPair() sealed
Return Value
A quantum register in the state of Phi plus or the EPR pair.
Remarks
This is the same register as returned by GetRegisterPhiPlus, and is included for completeness for those who may not be as familiar with the names of the other bell states.
See Also

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