Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v5
- name: Check spelling
uses: crate-ci/typos@v1.36.3
uses: crate-ci/typos@v1.37.2
2 changes: 1 addition & 1 deletion QuantumToolbox.jl/time_evolution/lowrank.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down