RMM-DIIS: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 11: Line 11:
residual vector is given by
residual vector is given by


<math>
::<math>
  \langle R_n  | R_n \rangle =\langle \phi_n | (H - \epsilon)^+  (H - \epsilon) | \phi_n \rangle,
  \langle R_n  | R_n \rangle =\langle \phi_n | (H - \epsilon)^+  (H - \epsilon) | \phi_n \rangle,
</math>
</math>
Line 31: Line 31:
<references/>
<references/>
----
----
[[Category:Electronic Minimization]][[Category:Electronic Minimization Methods]][[Category:Theory]]
[[Category:Electronic minimization]][[Category:Theory]]

Revision as of 15:46, 6 April 2022

The schemes like Davidson iteration scheme and Conjugate gradient optimization, try to optimize the expectation value of the Hamiltonian for each wavefunction using an increasing trial basis-set. Instead of minimizing the expectation value it is also possible to minimize the norm of the residual vector. This leads to a similar iteration scheme as described in Efficient single band eigenvalue-minimization, but a different eigenvalue problem has to be solved (see Refs. [1][2]).

There is a significant difference between optimizing the eigenvalue and the norm of the residual vector. The norm of the residual vector is given by

and possesses a quadratic unrestricted minimum at the each eigenfunction . If you have a good starting guess for the eigenfunction it is possible to use this algorithm without the knowledge of other wavefunctions, and therefore without the explicit orthogonalization of the preconditioned residual vector (eq. for in Single band steepest descent scheme). In this case, after a sweep over all bands a Gram-Schmidt orthogonalization is necessary to obtain a new orthogonal trial-basis set. Without the explicit orthogonalization to the current set of trial wavefunctions all other algorithms tend to converge to the lowest band, no matter from which band they started.

More information regarding related input variables and potential problems is available in the IALGO#RMM-DIIS section.

References