diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 151108c..9012b75 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -10,4 +10,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v5 - name: Check spelling - uses: crate-ci/typos@v1.36.3 \ No newline at end of file + uses: crate-ci/typos@v1.37.2 \ No newline at end of file diff --git a/QuantumToolbox.jl/time_evolution/lowrank.qmd b/QuantumToolbox.jl/time_evolution/lowrank.qmd index 10993af..6b01bd0 100644 --- a/QuantumToolbox.jl/time_evolution/lowrank.qmd +++ b/QuantumToolbox.jl/time_evolution/lowrank.qmd @@ -210,7 +210,7 @@ $$ \chi = \operatorname{Tr}(S^{-1} L). $$ -Finally, `Δt` specifies the checkpointing interval by which the simulation is rewinded upon the basis expansion. +Finally, `Δt` specifies the checkpointing interval by which the simulation is rewound upon the basis expansion. Not directly related to the basis expansion, but still important for the stability of the algorithm, are the options `atol_inv` (the tolerance for the inverse of the overlap matrix) and `alg` (the ODE solver).