rrmeister / pyQuEST

Python interface for the Quantum Exact Simulation Toolkit (QuEST)
MIT License
17 stars 6 forks source link

Kraus map feature #12

Open sotirova opened 3 months ago

sotirova commented 3 months ago

I want to add custom Kraus maps to a circuit. However, this feature only exists in feature/kraus-op. I am working on Windows, and I cannot build pyQuEST from scratch, so I am using the built wheels on PyPI.

Would it be possible to either merge this branch into develop and build a new wheel, or to add a wheel from feature/kraus-op to PyPI?

Thanks!