QuTiP v4.4.1 Release Notes

Release Date: 2019-08-13 // over 4 years ago
  • 🚀 The release of QuTiP 4.4.1

    🐛 Bug Fixes

    • Fixed the pickling but that made solver unable to run in parallel on Windows. (Thank lrunze for reporting)
    • Removed warning when mesolve fall back on sesolve (by Michael Goerz ).
    • Fixed dimension check and confusing documentation in random ket (by Yariv Yanay ).
    • Fixed Qobj isherm not working after using Qobj.permute. (Thank llorz1207 for reporting)
    • Correlation functions call now properly handle multiple time dependant functions. (Thank taw181 for reporting)
    • Removed mutable default values in mesolve/sesolve (by Michael Goerz )
    • Fixed simdiag bug (Thank Croydon-Brixton for reporting)
    • Better support of constant QobjEvo. (by Boxi Li )

    👌 Improvements

    • QobjEvo do not need to start from 0 anymore. (by Eric Giguere )
    • Add a quantum object purity function. (by Nathan Shammah and Shahnawaz Ahmed )
    • Add step function interpolation for array time-coefficient. (by Boxi Li )