qucontrol / krotov

Python implementation of Krotov's method for quantum optimal control
https://qucontrol.github.io/krotov
Other
70 stars 29 forks source link

Modernize tooling #117

Closed goerz closed 5 months ago

goerz commented 5 months ago

As always, Python's packaging tools keep evolving.

Having looked at the current options, Hatch seems like a good fit (replacing tox). It is probably okay to move from setup.py to pyproject.toml at this point.