ALMO_OPTIMIZER_DIIS
Controls the iterative DIIS-accelerated optimization of block-diagonal ALMOs. [Edit on GitHub]
Keywords
Keyword descriptions
- EPS_ERROR
Type: real
Default: 1.00000000E-005
Usage: EPS_ERROR 1.E-6Description: Target value of the MAX norm of the error
- EPS_ERROR_EARLY
Type: real
Default: -1.00000000E+000
Usage: EPS_ERROR_EARLY 1.E-2Description: Target value of the MAX norm of the error for truncated SCF (e.g. Langevin-corrected MD). Negative values mean that this keyword is not used.
- MAX_ITER
Type: integer
Default: 20
Usage: MAX_ITER 100Description: Maximum number of iterations
- MAX_ITER_EARLY
Type: integer
Default: -1
Usage: MAX_ITER_EARLY 5Description: Maximum number of iterations for truncated SCF (e.g. Langevin-corrected MD). Negative values mean that this keyword is not used.
- N_DIIS
Type: integer
Default: 6
Usage: N_DIIS 5Description: Number of error vectors to be used in the DIIS optimization procedure