QFTLE 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 little-endian representation.

operation QFTLE (qs : Microsoft.Quantum.Arithmetic.LittleEndian) : Unit is Adj + Ctl

Input

qs : LittleEndian

Quantum register to which the Quantum Fourier Transform is applied

Output : Unit

Remarks

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

See Also