DEPER: Difference between revisions

From VASP Wiki
(Created page with '{{TAGDEF|DEPER|[real]|0.3}} Description: {{TAG|DEPER}} specifies a relative stopping criterion for optimization of an eigenvalue. ---- The tags {{TAG|DEPER}}, {{TAG|WEIMIN}}, an…')
 
No edit summary
Line 1: Line 1:
{{TAGDEF|DEPER|[real]|0.3}}
{{TAGDEF|DEPER|[real]|0.3}}


Description: {{TAG|DEPER}} specifies a relative stopping criterion for optimization of an eigenvalue.
Description: {{TAG|DEPER}} specifies a relative stopping criterion for the optimization of an eigenvalue.
----
----
The tags {{TAG|DEPER}}, {{TAG|WEIMIN}}, and {{TAG|EBREAK}} allow fine tuning of the iterative matrix diagonalization, and are best not changed. They are optimized for a large variety of systems, and changing one of the parameters usually decreases performance or can even screw up the iterative matrix diagonalization totally.
The tags {{TAG|DEPER}}, {{TAG|WEIMIN}}, and {{TAG|EBREAK}} allow fine tuning of the iterative matrix diagonalization, and are best not changed. They are optimized for a large variety of systems, and changing one of the parameters usually decreases performance or can even screw up the iterative matrix diagonalization totally.

Revision as of 23:39, 29 March 2011

DEPER = [real]
Default: DEPER = 0.3 

Description: DEPER specifies a relative stopping criterion for the optimization of an eigenvalue.


The tags DEPER, WEIMIN, and EBREAK allow fine tuning of the iterative matrix diagonalization, and are best not changed. They are optimized for a large variety of systems, and changing one of the parameters usually decreases performance or can even screw up the iterative matrix diagonalization totally. In general, these tags control when the optimization of a single band is stopped within the iterative matrix diagonalization schemes:

DEPER specifies a relative break-criterion: the optimization of a band is stopped after the energy change becomes smaller than DEPER multiplied with the energy change in the first iterative optimization step. The maximum number of optimization steps is always 4.

Related Tags and Sections

WEIMIN, EBREAK, IBRION


Contents