NELMDL: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 16: Line 16:
{{sc|NELMDL|Examples|Examples that use this tag}}
{{sc|NELMDL|Examples|Examples that use this tag}}
----
----
[[The_VASP_Manual|Contents]]


[[Category:INCAR]][[Category:Electronic Minimization]][[Category:Electronic Minimization Methods]]
[[Category:INCAR]][[Category:Electronic Minimization]][[Category:Electronic Minimization Methods]]

Revision as of 10:30, 19 April 2019

NELMDL = [integer] 

Default: NELMDL = -5 if ISTART=0, INIWAV=1, and IALGO=8
= -12 if ISTART=0, INIWAV=1, and IALGO=48

Description: NELMDL specifies the number of non-selfconsistent steps at the beginning.


If one initializes the orbitals randomly the initial orbitals are far from anything reasonable. The resulting charge density is also 'nonsense'. Therefore it makes sense to keep the initial Hamiltonian, which corresponds to the superposition of atomic charge densities, fixed during the first few steps.

Choosing a 'delay' for starting the charge density update becomes essential in all cases where the SC-convergence is very bad (e.g. surfaces or molecules/clusters, chains). Without setting a delay VASP will probably not converge or at least the convergence speed is slowed down.

NELMDL might be positive or negative. A positive number means that a delay is applied after each ionic movement (in general not a convenient option). A negative value results in a delay only for the start-configuration.

Related Tags and Sections

NELM, NELMIN

Examples that use this tag