Skip to content

v0.3.4

Choose a tag to compare

@pierreguilmin pierreguilmin released this 13 Nov 12:20
· 49 commits to main since this release
f1e0cff

This release includes several new features and a variety of bug fixes. Notably, we have written a new tutorial on Floquet integration. We have also added an option to solve the Lindblad master equation by vectorizing the problem. Additionally, we have introduced new helpers to obtain SME measurement records by simulating the SSE only, resulting in a significant speedup if you are only interested in the measurement record and not the state.

A special thank you to @PhilReinhold, @rsnegrin and @davidschlegel for making their first contributions to the library! 🍾

🔨 Breaking changes

🚀 Features

🐛 Bugs

  • Fixed dq.asqarray() compatibility with the QuTiP auto_tidyup_dims option (#1012).
  • Resolved issues with dq.vectorize() and dq.unvectorize() for sparse DIA inputs (#1014).
  • Fixed JIT compatibility of stochastic solvers by supporting static tsave (#1015).
  • Fixed broadcasting when vmapping over a timeqarray (#1022).
  • Fixed a bug in the calculation of Floquet quasienergies (#1023).

📖 Documentation

Full Changelog: v0.3.3...v0.3.4