Skip to content

QuTiP 4.7.3

Compare
Choose a tag to compare
@Ericgig Ericgig released this 24 Aug 16:13
· 57 commits to qutip-4.7.X since this release
57b7045

This is a bugfix release for QuTiP 4.7.X.

Bug Fixes

  • Non-oper qobj + scalar raise an error. (#2208 reported by vikramkashyap)
  • Fixed issue where extract_states did not preserve hermiticity.
    Fixed issue where rand_herm did not set the private attribute _isherm to True. (#2214 by AGaliciaMartinez)
  • ssesolve average states to density matrices (#2216 reported by BenjaminDAnjou)

Miscellaneous

  • Exclude cython 3.0.0 from requirement (#2204)
  • Run in no cython mode with cython >=3.0.0 (#2207)