Cove - A Practical Quantum Computer Programming Framework
OperationIdentity Method (Indexes)
NamespacesCove.BaseIQuantumRegisterOperationIdentity(array<Int32>[]()[])
Apply the identity operation to the qubits at the specified indexes.
Declaration Syntax
C#Visual BasicVisual C++
IQuantumRegister OperationIdentity(
	int[] Indexes
)
Function OperationIdentity ( _
	Indexes As Integer() _
) As IQuantumRegister
IQuantumRegister^ OperationIdentity(
	array<int>^ Indexes
)
Parameters
Indexes (array< Int32 >[]()[])
Indexes to apply the operation to.
Return Value
A reference to this register after the operation has been applied.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown if any of the indexes specified are out of range.

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