Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.27 KB

microsoft.quantum.arithmetic.comparegti.md

File metadata and controls

50 lines (29 loc) · 1.27 KB
uid title ms.date ms.topic qsharp.kind qsharp.namespace qsharp.name qsharp.summary
Microsoft.Quantum.Arithmetic.CompareGTI
CompareGTI operation
7/28/2023 12:00:00 AM
managed-reference
operation
Microsoft.Quantum.Arithmetic
CompareGTI
Wrapper for integer comparison: `result = x > y`.

CompareGTI 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.Numerics

Wrapper for integer comparison: result = x > y.

operation CompareGTI (xs : Microsoft.Quantum.Arithmetic.LittleEndian, ys : Microsoft.Quantum.Arithmetic.LittleEndian, result : Qubit) : Unit is Adj + Ctl

Input

xs : LittleEndian

First $n$-bit number

ys : LittleEndian

Second $n$-bit number

result : Qubit

Will be flipped if $x > y$

Output : Unit