Get the operations to apply the Quantum Fourier
Transform.

C# | Visual Basic | Visual C++ |
public List<IQuantumOperation> QuantumFourierTransform( int[] Indexes )
Public Function QuantumFourierTransform ( _ Indexes As Integer() _ ) As List(Of IQuantumOperation)
public: virtual List<IQuantumOperation^>^ QuantumFourierTransform( array<int>^ Indexes ) sealed

- Indexes (array< Int32 >[]()[])
- Indexes to target.

Operations to perform the QFT.

Exception | Condition |
---|---|
DuplicateIndexesException | Thrown if
any of the indexes specified are duplicaes. |
ArgumentOutOfRangeException | Thrown if
any of the indexes are less than 0. |