LittleEndian 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

Register that encodes an unsigned integer in little-endian order. The qubit with index 0 encodes the lowest bit of an unsigned integer.


newtype LittleEndian = (Qubit[]);

Remarks

We abbreviate LittleEndian as LE in the documentation.