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...") |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
LSTOP = .TRUE. | LSTOP = .TRUE. | ||
then VASP stops at the next ionic step. On the other hand, if the {{TAG|STOPCAR}} file contains the line | |||
LABORT = .TRUE. | LABORT = .TRUE. | ||
Line 11: | Line 11: | ||
---- | ---- | ||
[[Category:Files]] |
Latest revision as of 08:21, 20 October 2023
Using the STOPCAR file it is possible to stop VASP during the program execution. If the STOPCAR file contains the line
LSTOP = .TRUE.
then VASP stops at the next ionic step. On the other hand, if the 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.