Open
Description
Similar to this issue, arithmetic methods currently have inconsistent signature types.
E.g., consider the Product and Add methods. While the Add method takes in QUInt registers of a specific size, Product takes in ints describing the size of Product inputs:
add_small = Add(QUInt(bitsize=4))
product = Product(a_bitsize=4, b_bitsize=6)
Metadata
Assignees
Labels
No labels