Cove - A Practical Quantum Computer Programming Framework
OperationHadamard Method (Index)
NamespacesCove.BaseIQuantumRegisterOperationHadamard(Int32)
Apply the Hadamard (square root of Not) operation to the specified qubit.
Declaration Syntax
C#Visual BasicVisual C++
IQuantumRegister OperationHadamard(
	int Index
)
Function OperationHadamard ( _
	Index As Integer _
) As IQuantumRegister
IQuantumRegister^ OperationHadamard(
	int Index
)
Parameters
Index (Int32)
Index to apply the operation to.
Return Value
A reference to this register after the operation has been applied.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown if the index does not exist in the register.

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