-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] LabeledSystem from OUTCAR not working #359
Comments
Please provide your file. |
https://github.com/deepmodeling/dpdata/blob/master/dpdata/vasp/outcar.py#L10 There is no "TITLE" in this OUTCAR.out, so atoms are failed to be extracted... |
|
This is useful ! |
Summary
The generation of a LabeledSystem from an OUTCAR file is not working (anymore, since version 0.2.6).
Running on CentOS 8 with python 3.7.9.
Steps to Reproduce
dsys = dpdata.LabeledSystem('OUTCAR.out', fmt='vasp/outcar')
Command works until version 0.2.5, with >=0.2.6 getting an error, here evaluated for version 0.2.8:
The text was updated successfully, but these errors were encountered: