Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

Inverse Quantum Fourier Transforms

qiskit.aqua.components.iqfts

In quantum computing, a Quantum Fourier Transform (QFT) is a linear transformation on quantum bits, and is the quantum analogue of the discrete Fourier transform. Since there is an efficient quantum circuit implementing the QFT, the circuit can be run in reverse to perform the Inverse Quantum Fourier Transform (IQFT).

See qfts for more information about Quantum Fourier Transforms.

Inverse Quantum Fourier Transform Base Class

IQFTDEPRECATED.

Inverse Quantum Fourier Transforms

StandardThe Standard IQFT.
ApproximateThe Approximate IQFT.
Was this page helpful?
Report a bug or request content on GitHub.