dakk / qlasskit

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

Qint generics #21

Closed dakk closed 6 months ago

dakk commented 6 months ago

Make Qint generic like Qfixed, so it's possible to use Qint[4] for a 4 bit Qint. This should be backward compatible.