You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
- Generalize the definition of `liouvillian`. It no longer expects the Hamiltonian to be Hermitian. ([#541])
11
11
12
+
## [v0.38.1]
13
+
Release date: 2025-10-27
14
+
15
+
- Add `ProgressMeterKWARGS` in `QuantumToolbox.settings` for customizing progress bar. ([#579])
16
+
17
+
## [v0.38.0]
18
+
Release date: 2025-10-27
19
+
20
+
- Introduce new methods of `sesolve_map` and `mesolve_map` for advanced usage. Users can now customize their own `iter`ator structure, `prob_func` and `output_func`. ([#565])
21
+
- Use `ProgressMeter.jl` for progress bar rather than our in-house implementation. ([#569], [#575])
22
+
- Simplify type structure for time evolution solutions. ([#572])
23
+
- Add support to arbitrary precision computation. Tested for `sesolve`, `mesolve` and `eigensolve`. ([#576])
24
+
25
+
## [v0.37.0]
26
+
Release date: 2025-10-12
27
+
28
+
- Fix `cite()` bibtex output. ([#552])
29
+
- Implement `sesolve_map` and `mesolve_map` for solving multiple initial states and parameter sets in parallel. ([#554])
30
+
- Add `qeye_like` and `qzero_like`, which are synonyms of `one` and `zero`. ([#555])
31
+
- Add steadystate and DSF benchmarks. The `SteadyStateODESOlver` tolerances are lowered to `terminate_reltol=1e-4` and `terminate_abstol=1e-6` to improve speed at the cost of accuracy. ([#557])
32
+
33
+
## [v0.36.0]
34
+
Release date: 2025-09-29
35
+
36
+
- Add `QuantumToolbox.cite()` for bibtex generator of `QuantumToolbox.jl`. ([#544])
37
+
- Add `sortby` and `rev` keyword arguments to eigensolvers. ([#546])
0 commit comments