Cove - A Practical Quantum Computer Programming Framework
GetQuantumFourierTransformInverse Method (Indexes)
NamespacesCove.LocalSimulationOperationsGetQuantumFourierTransformInverse(array<Int32>[]()[])
Get the operations necessary to perform the inverse quantum fourier transform over the indexes specified.
Declaration Syntax
C#Visual BasicVisual C++
public static GeneralSimulatedOperation[] GetQuantumFourierTransformInverse(
	int[] Indexes
)
Public Shared Function GetQuantumFourierTransformInverse ( _
	Indexes As Integer() _
) As GeneralSimulatedOperation()
public:
static array<GeneralSimulatedOperation^>^ GetQuantumFourierTransformInverse(
	array<int>^ Indexes
)
Parameters
Indexes (array< Int32 >[]()[])
Indexes to perform the inverse quantum fourier transform over.
Return Value
The operations that perform the inverse quantum fourier transform.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if Indexes is null
DuplicateIndexesExceptionThrown if any of the indexes in Indexes are duplicate.

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