PhaseLittleEndian user defined type

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.Arithmetic

Package: Microsoft.Quantum.Standard

Little-endian unsigned integers in QFT basis.


newtype PhaseLittleEndian = (Qubit[]);

Description

If $\ket{x}$ is the little-endian encoding of the integer $x$ in the computational basis, then $\operatorname{QFTLE} \ket{x}$ is the encoding of $x$ in the QFT basis.

Remarks

We abbreviate PhaseLittleEndian as PhaseLE in the documentation.

See Also