CompareGTSI 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 signed integer comparison: result = xs > ys.

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

Input

xs : SignedLittleEndian

First $n$-bit number

ys : SignedLittleEndian

Second $n$-bit number

result : Qubit

Will be flipped if $xs > ys$

Output : Unit