Skip to content

QuTiP 4.7.2

Compare
Choose a tag to compare
@Ericgig Ericgig released this 29 Jun 14:53
· 83 commits to qutip-4.7.X since this release
e010ce4

This is a bugfix release for QuTiP 4.7.X. It adds support for numpy 1.25 and scipy 1.11.

Bug Fixes

  • Fix setting of sso.m_ops in heterodyne smesolver and passing through of sc_ops to photocurrent solver. (#2081 by Bogdan Reznychenko and Simon Cross)
  • Update calls to SciPy eigvalsh and eigsh to pass the range of eigenvalues to return using subset_by_index=. (#2081 by Simon Cross)
  • Fixed bug where some matrices were wrongly found to be hermitian. (#2082 by AGaliciaMartinez)

Miscellaneous

  • Fixed typo in stochastic.py (#2049, by eltociear)
  • ptrace always return density matrix (#2185, issue by udevd)
  • mesolve can support mixed callable and Qobj for e_ops (#2184 issue by balopat)