CPHF
Parameters influencing the solution of the Z-vector equations in low-scaling Laplace-SOS-MP2 gradients calculations. [Edit on GitHub]
Keywords
Keyword descriptions
- ENERGY_GAP
Type: real
Default: 2.00000000E-001
Usage: ENERGY_GAP 0.1Description: Energy gap estimate [a.u.] for preconditioning
- EPS_CONV
Type: real
Default: 1.00000000E-006
Usage: EPS_CONV 1.e-6Description: Target accuracy for Z-vector euation solution.
- MAX_ITER
Type: integer
Default: 50
Usage: MAX_ITER 200Description: Maximum number of conjugate gradient iteration to be performed for one optimization.
- PRECONDITIONER
Type: enum
Default: FULL_ALL
Usage: PRECONDITIONER FULL_ALLDescription: Type of preconditioner to be used with all minimization schemes. They differ in effectiveness, cost of construction, cost of application. Properly preconditioned minimization can be orders of magnitude faster than doing nothing.
Valid values:
FULL_ALLMost effective state selective preconditioner based on diagonalization, requires the ENERGY_GAP parameter to be an underestimate of the HOMO-LUMO gap. This preconditioner is recommended for almost all systems, except very large systems where make_preconditioner would dominate the total computational cost.FULL_SINGLE_INVERSEBased on H-eS cholesky inversion, similar to FULL_SINGLE in preconditioning efficiency but cheaper to construct, might be somewhat less robust. Recommended for large systems.FULL_SINGLEBased on H-eS diagonalisation, not as good as FULL_ALL, but somewhat cheaper to apply.FULL_KINETICCholesky inversion of S and T, fast construction, robust, and relatively good, use for very large systems.FULL_S_INVERSECholesky inversion of S, not as good as FULL_KINETIC, yet equally expensive.NONEskip preconditioning