NELM: Difference between revisions

From VASP Wiki
No edit summary
mNo edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{TAGDEF|NELM|[integer]|60}}
{{TAGDEF|NELM|[integer]|60}}


Description: {{TAG|NELM}} sets the maximum number of electronic SC (selfconsistency) steps which may be performed.
Description: {{TAG|NELM}} sets the maximum number of electronic SC (self-consistency) steps. For {{TAG|ALGO}} = TIMEEV it sets the maximum number of time steps to be used.
----
----
Normally, there is no need to change the default value: if the self-consistency loop does not converge within 40 steps, it will probably not converge at all. In this case you should reconsider the tags {{TAG|IALGO}} ({{TAG|ALGO}}), {{TAG|LDIAG}}, and the mixing-parameters.
Normally, there is no need to change the default value: if the self-consistency loop does not converge within 40 steps, it will probably not converge at all. In this case you should reconsider the tags {{TAG|IALGO}} or {{TAG|ALGO}}, {{TAG|LSUBROT}}, and the [[:Category:Density mixing|mixing parameters]].


== Related Tags and Sections ==
The same stands for {{TAG|ALGO}} = TIMEEV, as the value is set to be sufficient to ensure numerical stability when propagating in time. If you wish to set it by yourself, be advised that the input value must be greater than 100, otherwise VASP will ignore it and fall to the default settings.
 
== Related tags and articles ==
{{TAG|NELMDL}},
{{TAG|NELMDL}},
{{TAG|NELMIN}}
{{TAG|NELMIN}}


{{sc|NELM|Examples|Examples that use this tag}}
----
----
[[The_VASP_Manual|Contents]]


[[Category:INCAR]]
[[Category:INCAR tag]][[Category:Electronic minimization]]

Latest revision as of 10:39, 8 February 2024

NELM = [integer]
Default: NELM = 60 

Description: NELM sets the maximum number of electronic SC (self-consistency) steps. For ALGO = TIMEEV it sets the maximum number of time steps to be used.


Normally, there is no need to change the default value: if the self-consistency loop does not converge within 40 steps, it will probably not converge at all. In this case you should reconsider the tags IALGO or ALGO, LSUBROT, and the mixing parameters.

The same stands for ALGO = TIMEEV, as the value is set to be sufficient to ensure numerical stability when propagating in time. If you wish to set it by yourself, be advised that the input value must be greater than 100, otherwise VASP will ignore it and fall to the default settings.

Related tags and articles

NELMDL, NELMIN

Examples that use this tag