Qualtran icon indicating copy to clipboard operation
Qualtran copied to clipboard

Refactor `LinearDepthGreaterThan()` bloq to use `OutOfPlaceAdder()`

Open fpapa250 opened this issue 1 year ago • 0 comments

OutOfPlaceAdder() computes and uncomputes with the same complexity of the implementation for LinearDepthGreaterThan(). It would increase the readability of the latter bloq to refactor it to reuse existing bloq decompositions.

fpapa250 avatar Mar 13 '24 02:03 fpapa250