Cove - A Practical Quantum Computer Programming Framework
QuantumFourierTransformInverse Method (Indexes)
NamespacesCove.BaseIQuantumAlgorithmsQuantumFourierTransformInverse(array<Int32>[]()[])
Get the operations to apply the inverse Quantum Fourier Transform.
Declaration Syntax
C#Visual BasicVisual C++
List<IQuantumOperation> QuantumFourierTransformInverse(
	int[] Indexes
)
Function QuantumFourierTransformInverse ( _
	Indexes As Integer() _
) As List(Of IQuantumOperation)
List<IQuantumOperation^>^ QuantumFourierTransformInverse(
	array<int>^ Indexes
)
Parameters
Indexes (array< Int32 >[]()[])
Indexes to target.
Return Value
Operations to perform the QFT.
Exceptions
ExceptionCondition
DuplicateIndexesExceptionThrown if any of the indexes specified are duplicaes.
ArgumentOutOfRangeExceptionThrown if any of the indexes are less than 0.

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