dakk / qlasskit

A python-to-quantum compiler
https://dakk.github.io/qlasskit/
Apache License 2.0
56 stars 11 forks source link

Qint integer division #27

Open dakk opened 6 months ago

dakk commented 6 months ago

Implement integer division // (known as floor_div) for Qint type using the following algorithm: Integerdivision(unsigned)_with_remainder

Handle division by constant using the same optimization method used for multiplying with constant implemented in #36

Tasks:

Please read CONTRIBUTING.md before contributing.

ShayanMajumder commented 4 months ago

Hi @dakk can you please review my latest merge request for this issue?