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

Package: Microsoft.Quantum.Standard

Applies an operation that takes little-endian input to a register encoding an unsigned integer using big-endian format.

operation ApplyReversedOpLECA (op : (Microsoft.Quantum.Arithmetic.LittleEndian => Unit is Ctl + Adj), register : Microsoft.Quantum.Arithmetic.BigEndian) : Unit is Adj + Ctl

Input

op : LittleEndian => Unit is Adj + Ctl

Operation that acts on a little-endian register.

register : BigEndian

A big-endian register to be transformed.

Output : Unit

See Also