Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove threading #186

Merged
merged 15 commits into from
Nov 29, 2022
Prev Previous commit
Next Next commit
Fix docstring
  • Loading branch information
mtsch committed Nov 24, 2022
commit 9b5d5e7026b0651984d0cbd2191b242cc6fb9b99
4 changes: 2 additions & 2 deletions src/Interfaces/dictvectors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ Perform a single matrix(/operator)-vector multiplication:
v^{(n + 1)} = [1 - dτ(\\hat{H} - S)]⋅v^{(n)} ,
```

where ``Ĥ`` is the `hamiltonian`, ``S`` is the `shift`, v^{(n+1)} is the `target` and
v^{(n)} is the `source`.
where ``Ĥ`` is the `hamiltonian`, ``S`` is the `shift`, ``v^{(n+1)}`` is the `target` and
``v^{(n)}`` is the `source`.

Whether the operation is performed in stochastic, semistochastic, or determistic way is
controlled by the trait `StochasticStyle(w)`. See [`StochasticStyle`](@ref).
Expand Down