Cove - A Practical Quantum Computer Programming Framework
GetRegisterGHZ Method
NamespacesCove.LocalSimulationQuantumAlgorithmsGetRegisterGHZ()()()
Get the GHZ (Greenberger-Horne-Zeilinger) register, which is defined as the three qubits in the state: (1 / sqrt(2))(|000> + |111>)
Declaration Syntax
C#Visual BasicVisual C++
public IQuantumRegister GetRegisterGHZ()
Public Function GetRegisterGHZ As IQuantumRegister
public:
virtual IQuantumRegister^ GetRegisterGHZ() sealed
Return Value
A quantum register in the GHZ state.
Exceptions
ExceptionCondition
NotImplementedExceptionThis method is not yet implemented.

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