You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug_fix | read "nelm" | compatible with vasp6 format change (#239)
* Update outcar.py
VASP6 writes NELMIN(minimum number of electronic steps) ahead of NELM(max num),
dpdata reads the first line contains "NEIM", then will take the value of NELMIN as that of NELM, inducing "false" in scf_convergence_check
this revise includes this such cases by request a stronger check that the line should not be initiated by "NELMIN" or "NELMDL"
* bug_fix | read "nelm" | compatible with vasp6
adding a stricter check for whether the line is actually assigning value for "NELM".
expecting the assignment follows the format :
```
"anywhere_in_the_line"+"NELM"+"any_number_of_spaces"+"="+"value(data-type-check_omitted_don't-believe-it's-needed-here)"+"whatever_else"
```
* Apply suggestions from code review
Co-authored-by: Jinzhe Zeng <[email protected]>
* Apply suggestions from code review
Co-authored-by: Jinzhe Zeng <[email protected]>
Co-authored-by: Han Wang <[email protected]>
Co-authored-by: Han Wang <[email protected]>
Co-authored-by: Jinzhe Zeng <[email protected]>
0 commit comments