Cove - A Practical Quantum Computer Programming Framework
OperationHadamardAll Method
NamespacesCove.LocalSimulationQuantumRegisterOperationHadamardAll()()()
Apply the Hadamard (square root of Not) operation to all the qubits in the register.
Declaration Syntax
C#Visual BasicVisual C++
public IQuantumRegister OperationHadamardAll()
Public Function OperationHadamardAll As IQuantumRegister
public:
virtual IQuantumRegister^ OperationHadamardAll() sealed
Return Value
A reference to this register after the operation has been applied.

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