hashberg-io / pauliopt

A Python library to simplify quantum circuits of phase and Pauli gadgets.
https://hashberg-io.github.io/pauliopt/
GNU Affero General Public License v3.0
13 stars 9 forks source link

Convert to and from tket #11

Closed Zshan0 closed 10 months ago

Zshan0 commented 1 year ago

I have started implementing the functionality that has been requested in #7, I have also added previously missing requirements.txt. Along with the functionality I have written relevant tests.

sg495 commented 10 months ago

I don't understand why all these new dependencies are being added: before this is approved, I would like to understand what relies on each one.

Also, dependencies should be added to setup.py. The requirements.txt file, if needed, should just be a placeholder with the following content:

.

(I can get that part sorted later, we have a stable template for Python package repos that I can use.)