ApplyReversedOpBECA 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 big-endian input to a register encoding an unsigned integer using little-endian format.

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

Input

op : BigEndian => Unit is Adj + Ctl

Operation that acts on a big-endian register.

register : LittleEndian

A little-endian register to be transformed.

Output : Unit

See Also