We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c95bad commit 0631a95Copy full SHA for 0631a95
CHANGELOG.md
@@ -8,7 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
## [Unreleased](https://github.com/qutip/QuantumToolbox.jl/tree/main)
9
10
- Add support of `QobjEvo` for `steadystate` (ODE solver only). ([#536])
11
-- Fix keyword argument handling for `SteadyStateODESolver`. ([#537])
+- Changes to `SteadyStateODESolver`. ([#537])
12
+ - Introduce the terminate tolerances for calculating `steadystate` (two new fields: `terminate_abstol = 1e-5` and `terminate_abstol = 1e-7`)
13
+ - Fix keyword argument handling for `SteadyStateODESolver`.
14
15
## [v0.34.1]
16
Release date: 2025-08-23
0 commit comments