STOPCAR: Difference between revisions
(Created page with "Using the {{TAG|STOPCAR}} file it is possible to stop VASP during the program execution. If the {{TAG|STOPCAR}} file contains the line LSTOP = .TRUE. than VASP stops at the...") |
Vaspmaster (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
[[The_VASP_Manual|Contents]] | [[The_VASP_Manual|Contents]] | ||
[[Category:Files]] |
Revision as of 22:49, 28 September 2017
Using the STOPCAR file it is possible to stop VASP during the program execution. If the STOPCAR file contains the line
LSTOP = .TRUE.
than VASP stops at the next ionic step. On the other hand, if the {{TAG|STOPCAR} file contains the line
LABORT = .TRUE.
VASP stops at the next electronic step, i.e. WAVECAR and CHGCAR might contain non converged results.
If possible use the first option.