Skip to content

Commit 3c6d246

Browse files
committed
update changelog
1 parent a584b30 commit 3c6d246

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased](https://github.com/qutip/QuantumToolbox.jl/tree/main)
99

10+
- Add `keep_runs_results` option for multi-trajectory solvers to align with `QuTiP`. ([#512])
11+
- Breaking changes for multi-trajectory solutions:
12+
- the original fields `expect` and `states` now store the results depend on keyword argument `keep_runs_results` (decide whether to store all trajectories results or not).
13+
- remove field `average_expect`
14+
- remove field `runs_expect`
15+
- New statistical analysis functions:
16+
- `average_states`
17+
- `average_expect`
18+
- `std_expect`
19+
1020
## [v0.33.0]
1121
Release date: 2025-07-22
1222

@@ -267,3 +277,4 @@ Release date: 2024-11-13
267277
[#504]: https://github.com/qutip/QuantumToolbox.jl/issues/504
268278
[#506]: https://github.com/qutip/QuantumToolbox.jl/issues/506
269279
[#507]: https://github.com/qutip/QuantumToolbox.jl/issues/507
280+
[#512]: https://github.com/qutip/QuantumToolbox.jl/issues/512

0 commit comments

Comments
 (0)