Get the GHZ (Greenberger-Horne-Zeilinger) register, which is defined
as the three qubits in the state:
(1 / sqrt(2))(|000> + |111>)
| C# | Visual Basic | Visual C++ |
public IQuantumRegister GetRegisterGHZ()
Public Function GetRegisterGHZ As IQuantumRegister
public: virtual IQuantumRegister^ GetRegisterGHZ() sealed
A quantum register in the GHZ state.
| Exception | Condition |
|---|---|
| NotImplementedException | This method is not yet
implemented. |