Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimbrand committed Dec 1, 2023
1 parent 33d48aa commit 9b28a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lomc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Alternatively, a `QMCState` can be passed in to continue a previous simulation.
* `laststep = 100` - controls the number of steps.
* `dτ = 0.01` - time step.
* `targetwalkers = 1000` - target for the 1-norm of the coefficient vector.
* `address = starting_address(ham)` - set starting address for default `v`.
* `address = starting_address(ham)` - set starting address for default `v` and `shift`.
* `style = IsStochasticInteger()` - set [`StochasticStyle`](@ref) for default `v`; unused
if `v` is specified.
* `threading` - default is to use multithreading and
Expand Down Expand Up @@ -395,7 +395,7 @@ julia> metadata(df2, "hamiltonian") # some metadata is automatically added
* `maxlength = 2 * s_strat.targetwalkers + 100` - upper limit on the length of `v`; when
reached, `lomc!` will abort
* `params::FciqmcRunStrategy = RunTillLastStep(laststep = 100, dτ = 0.01, shift =
diagonal_element(ham, address(ham))` -
diagonal_element(ham, address)` -
basic parameters of simulation state, see [`FciqmcRunStrategy`](@ref). Parameter values
are overridden by explicit keyword arguments `laststep`, `dτ`, `shift`; is mutated.
* `wm` - working memory for re-use in subsequent calculations; is mutated.
Expand Down

0 comments on commit 9b28a8e

Please sign in to comment.