Get the operations that apply the Quantum Fourier Transform. These are then
applied in order for the normal QFT, or reversed and applied for the inverse
QFT. Thus the application of (inverse) QFT is merely the application of these
operations.
| C# | Visual Basic | Visual C++ |
protected List<IQuantumOperation> GetQuantumFourierTransformOperations()
Protected Function GetQuantumFourierTransformOperations As List(Of IQuantumOperation)
protected: List<IQuantumOperation^>^ GetQuantumFourierTransformOperations()
The operations to perform the normal QFT.