QFT operation

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Canon

Package: Microsoft.Quantum.Standard

Performs the Quantum Fourier Transform on a quantum register containing an integer in the big-endian representation.

operation QFT (qs : Microsoft.Quantum.Arithmetic.BigEndian) : Unit is Adj + Ctl

Input

qs : BigEndian

Quantum register to which the Quantum Fourier Transform is applied

Output : Unit

Remarks

The input and output are assumed to be in big endian encoding.

See Also