Closed charlesyuan314 closed 3 months ago
Switch the implementation of SubtractFrom to use BitwiseNot rather than Negate to save some Toffolis as per suggestion.
SubtractFrom
BitwiseNot
Negate
Switch the implementation of
SubtractFrom
to useBitwiseNot
rather thanNegate
to save some Toffolis as per suggestion.