Skip to content

v0.27.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 12:02
· 19 commits to main since this release
3029a54

QuantumToolbox v0.27.0

Diff since v0.26.0

Breaking changes

  • Rename sparse_to_dense as to_dense and dense_to_sparse as to_sparse. ([#392])
  • Fix erroneous definition of the stochastic term in smesolve. ([#393])
  • Change name of MultiSiteOperator to multisite_operator. ([#394])
  • Fix smesolve for specifying initial state as density matrix. ([#395])
  • Add more generic solver for steadystate_floquet to allow more linear solvers. ([#396])
  • Fix time evolution output when using saveat keyword argument. ([#398])
  • Align some attributes of mcsolve, ssesolve and smesolve results with QuTiP. ([#402])
  • Improve ensemble generation of ssesolve and change parameters handling on stochastic processes. ([#403])
  • Set default trajectories to 500 and rename the keyword argument ensemble_method to ensemblealg. ([#405])
  • Introduce measurement on ssesolve and smesolve. ([#404])

Merged pull requests:

Closed issues:

  • Time evolution solvers always return the last state, no matter the content of saveat argument (#397)
  • Align TimeEvolutionMCSol with QuTiP (#399)
  • Register (#400)