Skip to content

QuTiP 4.7.4

Compare
Choose a tag to compare
@Ericgig Ericgig released this 18 Jan 16:29
· 17 commits to qutip-4.7.X since this release
f514961

This is a bugfix release for QuTiP 4.7.X.

Bug Fixes

  • Adapt to deprecation from matplotlib 3.8 (#2243, reported by Bogdan Reznychenko)
  • Fix name of temp files for removal after use. (#2251, reported by Qile Su)
  • Avoid integer overflow in Qobj creation. (#2252, reported by KianHwee-Lim)
  • Ignore DeprecationWarning from pyximport (#2287)
  • Add partial support and tests for python 3.12. (#2294)

Miscellaneous

  • Rework choi_to_kraus, making it rely on an eigenstates solver that can choose eigh if the Choi matrix is Hermitian, as it is more numerically stable. (#2276, by Bogdan Reznychenko)
  • Rework kraus_to_choi, making it faster (#2283, by Bogdan Reznychenko and Rafael Haenel)