Skip to content

Commit

Permalink
Include CompareGTSI in the Signed math API (#1888)
Browse files Browse the repository at this point in the history
I forgot to export this as a part of the API in the initial PR (#1841).
This is needed in the Fixed Point library (#1838).
  • Loading branch information
sezna authored Aug 26, 2024
1 parent d5f0fbc commit 2df3b1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/signed/src/Comparison.qs
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ operation CompareGTSI(xs : Qubit[], ys : Qubit[], result : Qubit) : Unit is Adj
CCNOT(tmp, Tail(ys), result);
}
}

export CompareGTSI;

0 comments on commit 2df3b1e

Please sign in to comment.