Skip to content

Commit

Permalink
Incorrect default in readme (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlperla authored Mar 1, 2023
1 parent 1ac890b commit 31b8e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ It is also known as DIIS or Pulay mixing, this method is based on the
acceleration of the fixed-point iteration `xₙ₊₁ = xₙ + beta*f(xₙ)`, where
by default `beta=1`. It does not use Jacobian information or linesearch,
but has a history whose size is controlled by the `m` parameter: `m=0`
(the default) corresponds to the simple fixed-point iteration above,
corresponds to the simple fixed-point iteration above,
and higher values use a larger history size to accelerate the
iterations. Higher values of `m` usually increase the speed of
convergence, but increase the storage and computation requirements and
Expand Down

0 comments on commit 31b8e09

Please sign in to comment.