Direct inversion in the iterative subspace (DIIS) was originally developed by
Pulay for accelerating SCF convergence.
1062
J. Comput. Chem.
(1982),
3,
pp. 556.
Link
Subsequently, Csaszar
and Pulay used a similar scheme for geometry optimization, which they termed
GDIIS.
268
J. Mol. Struct. (Theochem)
(1984),
114,
pp. 31.
Link
The method is somewhat different from the usual
quasi-Newton type approach and is included in Optimize as an alternative to
the EF algorithm. Tests indicate that its performance is similar to EF, at
least for small systems, however, there is rarely an advantage in using GDIIS
in preference to EF.
In GDIIS geometries generated in previous optimization cycles, , are linearly combined to find the “best” geometry for the current cycle
(9.33) |
where the problem is to find the best values for the coefficients .
If we express each geometry by its deviation from the sought-after final geometry, , i.e., , where is an error vector, then it is obvious that if the conditions
(9.34) |
and
(9.35) |
are satisfied, then the relation
(9.36) |
also holds.
The true error vectors are, of course, unknown. However, in the case of a nearly quadratic energy function they can be approximated by
(9.37) |
where is the gradient vector corresponding to the geometry and is an approximation to the Hessian matrix. Minimization of the norm of the residuum vector , Eq. (9.34), together with the constraint equation, Eq. (9.35), leads to a system of linear equations
(9.38) |
where is the scalar product of the error vectors and , and is a Lagrange multiplier.
The coefficients determined from Eq. (9.38) are used to calculate an intermediate interpolated geometry
(9.39) |
and its corresponding interpolated gradient
(9.40) |
A new, independent geometry is generated from the interpolated geometry and gradient according to
(9.41) |
Note: Convergence is theoretically guaranteed regardless of the quality of the Hessian matrix, as long as it is positive definite. The original GDIIS algorithm used a static Hessian (i.e. the initial guess Hessian) which was often a simple identity matrix. Updating the Hessian at each cycle generally results in more rapid convergence, and this is the default in Optimize.
Other improvements to the original method include limiting the number of previous geometries used in Eq. (9.33) by neglecting earlier geometries, and eliminating any geometries more than a certain distance from the current geometry (default = 0.3 a.u.).