Skip to content

Commit 4fe528c

Browse files
Bump crate-ci/typos from 1.36.3 to 1.37.2 (#58)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yi-Te Huang <[email protected]>
1 parent fe6f470 commit 4fe528c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v5
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.36.3
13+
uses: crate-ci/typos@v1.37.2

QuantumToolbox.jl/time_evolution/lowrank.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ $$
210210
\chi = \operatorname{Tr}(S^{-1} L).
211211
$$
212212

213-
Finally, `Δt` specifies the checkpointing interval by which the simulation is rewinded upon the basis expansion.
213+
Finally, `Δt` specifies the checkpointing interval by which the simulation is rewound upon the basis expansion.
214214

215215
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).
216216

0 commit comments

Comments
 (0)