EBREAK: Difference between revisions
No edit summary |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
{{TAG|EBREAK}} determines whether a band is fully converged or not. Optimization of an eigenvalue/eigenvectors pair is stopped if the change in the eigenenergy is smaller than {{TAG|EBREAK}}. | {{TAG|EBREAK}} determines whether a band is fully converged or not. Optimization of an eigenvalue/eigenvectors pair is stopped if the change in the eigenenergy is smaller than {{TAG|EBREAK}}. | ||
== Related | == Related tags and articles == | ||
{{TAG|WEIMIN}}, | {{TAG|WEIMIN}}, | ||
{{TAG|DEPER}} | {{TAG|DEPER}} | ||
Line 14: | Line 14: | ||
{{sc|EBREAK|Examples|Examples that use this tag}} | {{sc|EBREAK|Examples|Examples that use this tag}} | ||
---- | ---- | ||
[[Category:INCAR]] | [[Category:INCAR tag]][[Category:Electronic minimization]] |
Latest revision as of 14:11, 8 April 2022
EBREAK = [real]
Default: EBREAK = EDIFF/NBANDS/4
Description: EBREAK specifies an absolute stopping criterion for the optimization of an eigenvalue.
The tags EBREAK, DEPER, and WEIMIN 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:
EBREAK determines whether a band is fully converged or not. Optimization of an eigenvalue/eigenvectors pair is stopped if the change in the eigenenergy is smaller than EBREAK.