WEIMIN: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:
Description: {{TAG|WEIMIN}} specifies the maximum weight for a band to be considered empty.
Description: {{TAG|WEIMIN}} specifies the maximum weight for a band to be considered empty.
----
----
The tags {{TAG|WEIMIN}}, {{TAG|EBREAK}}, and {{TAG|DEPER}} 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|WEIMIN}}, {{TAG|EBREAK}}, and {{TAG|DEPER}} 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:
In general, these tags control when the optimization of a single band is stopped within the iterative matrix diagonalization schemes:


Within all implemented iterative schemes a distinction between empty and occupied bands is made to speed up calculations. Unoccupied bands are optimized only twice, whereas occupied bands are optimized up to four times till another break criterion is met. Eigenvalue/eigenvector pairs for which the partial occupancies are smaller than {{TAG|WEIMIN}} are treated as unoccupied states (and are thus only optimized twice).
Within all implemented iterative schemes a distinction between empty and occupied bands is made to speed up calculations. Unoccupied bands are optimized only twice, whereas occupied bands are optimized up to four times till another break criterion is met. Eigenvalue/eigenvector pairs for which the partial occupancies are smaller than {{TAG|WEIMIN}} are treated as unoccupied states (and are thus only optimized twice).


== Related Tags and Sections ==
== Related tags and articles ==
{{TAG|EBREAK}},
{{TAG|EBREAK}},
{{TAG|DEPER}},
{{TAG|DEPER}},
Line 16: Line 16:
{{sc|WEIMIN|Examples|Examples that use this tag}}
{{sc|WEIMIN|Examples|Examples that use this tag}}
----
----
[[The_VASP_Manual|Contents]]


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

Latest revision as of 16:07, 6 April 2022

WEIMIN = [real] 

Default: WEIMIN = 0.001 for IBRION≥0
= 0 for IBRION=−1

Description: WEIMIN specifies the maximum weight for a band to be considered empty.


The tags WEIMIN, EBREAK, and DEPER 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:

Within all implemented iterative schemes a distinction between empty and occupied bands is made to speed up calculations. Unoccupied bands are optimized only twice, whereas occupied bands are optimized up to four times till another break criterion is met. Eigenvalue/eigenvector pairs for which the partial occupancies are smaller than WEIMIN are treated as unoccupied states (and are thus only optimized twice).

Related tags and articles

EBREAK, DEPER, IBRION

Examples that use this tag