Cove - A Practical Quantum Computer Programming Framework
QuantumFourierTransform Method (Indexes)
NamespacesCove.BaseIQuantumAlgorithmsQuantumFourierTransform(array<Int32>[]()[])
Get the operations to apply the Quantum Fourier Transform.
Declaration Syntax
C#Visual BasicVisual C++
List<IQuantumOperation> QuantumFourierTransform(
	int[] Indexes
)
Function QuantumFourierTransform ( _
	Indexes As Integer() _
) As List(Of IQuantumOperation)
List<IQuantumOperation^>^ QuantumFourierTransform(
	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)