OT_SOLVER
Specifications for the iterative OT solver. Note: only available within the Tamm-Dancoff approximation. Recommanded if excitations from multiple donor states take place. [Edit on GitHub]
Keywords
Keyword descriptions
- SECTION_PARAMETERS
Type: logical
Default: F
Lone keyword: T
Usage: &OT_SOLVER {logical}Description: Enables the usage of the OT iterator solver
- EPS_ITER
Type: real
Default: 1.00000000E-004
Usage: EPS_ITER {double}Description: Convergence threshold for the OT solver
- MAX_ITER
Type: integer
Default: 50
Usage: MAX_ITER {integer}Description: Maximum number of iterations allowed for the OT solver
- MINIMIZER
Type: enum
Default: DIIS
Usage: MINIMIZER DIISDescription: Minimizer to be used with the OT solver
Valid values:
CGConjugated gradient: saferDIISDirect inversion of the iterative subspace: faster