Cove - A Practical Quantum Computer Programming Framework
OperationHadamard Method (Indexes)
NamespacesCove.BaseIQuantumRegisterOperationHadamard(array<Int32>[]()[])
Perform the Hadamard (square root of Not) operation to the specified qubits.
Declaration Syntax
C#Visual BasicVisual C++
IQuantumRegister OperationHadamard(
	int[] Indexes
)
Function OperationHadamard ( _
	Indexes As Integer() _
) As IQuantumRegister
IQuantumRegister^ OperationHadamard(
	array<int>^ Indexes
)
Parameters
Indexes (array< Int32 >[]()[])
Indexes of qubits to apply the operations to.
Return Value
A reference to this register after the operation has been applied.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown if the indexes do not exist in the register.

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