Cove - A Practical Quantum Computer Programming Framework
GetRegisterPhiPlus Method
NamespacesCove.LocalSimulationQuantumAlgorithmsGetRegisterPhiPlus()()()
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 GetRegisterPhiPlus()
Public Function GetRegisterPhiPlus As IQuantumRegister
public:
virtual IQuantumRegister^ GetRegisterPhiPlus() 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 GetRegisterEPRPair().
Exceptions
ExceptionCondition
NotImplementedExceptionThis method is not yet implemented.
See Also

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