The DIISKeyVal constructor recognizes the following keywords:.
n
This integer maximum number of data sets to retain. The default is 5.
start
The DIIS extrapolation will begin on the iteration given by this integer. The default is 1.
damping_factor
This nonnegative floating point number is used to dampen the DIIS extrapolation. The default is 0.0.
ngroup
The number of iterations in a DIIS group. DIIS extrapolation is only used for the first ngroupdiis of these interations. The default is 1. If ngroup is 1 and ngroupdiis is greater than 0, then DIIS will be used on all iterations after and including the start iteration.
ngroupdiis
The number of DIIS extrapolations to do at the beginning of an iteration group. See the documentation for ngroup.