qft_no_swap
qft_no_swap(
qbv: QArray[QBit]
) -> None
[Qmod Classiq-library function]
Applies the Quantum Fourier Transform (QFT) without the swap gates.
Parameters:
qft
qft(
target: QArray[QBit]
) -> None
[Qmod Classiq-library function]
Performs the Quantum Fourier Transform (QFT) on target in-place.
Implements the following transformation:
Parameters: