Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.81 KB

microsoft.quantum.arithmetic.applyreversedoplea.md

File metadata and controls

55 lines (34 loc) · 1.81 KB
uid title ms.date ms.topic qsharp.kind qsharp.namespace qsharp.name qsharp.summary
Microsoft.Quantum.Arithmetic.ApplyReversedOpLEA
ApplyReversedOpLEA operation
7/28/2023 12:00:00 AM
managed-reference
operation
Microsoft.Quantum.Arithmetic
ApplyReversedOpLEA
Applies an operation that takes little-endian input to a register encoding an unsigned integer using big-endian format.

ApplyReversedOpLEA 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 ApplyReversedOpLEA (op : (Microsoft.Quantum.Arithmetic.LittleEndian => Unit is Adj), register : Microsoft.Quantum.Arithmetic.BigEndian) : Unit is Adj

Input

op : LittleEndian => Unit is Adj

Operation that acts on a little-endian register.

register : BigEndian

A big-endian register to be transformed.

Output : Unit

See Also

  • Microsoft.Quantum.Arithmetic.ApplyReversedOpLE
  • Microsoft.Quantum.Arithmetic.ApplyReversedOpLEC
  • Microsoft.Quantum.Arithmetic.ApplyReversedOpLECA