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