-
Notifications
You must be signed in to change notification settings - Fork 14
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
How to parse output the OUTCAR file generated by ML method #11
Comments
Hi @Guodonglin-cqust , |
I have the vasprun.xml, and the attach file is the vasprun.xml generated by ML method. |
Based on the vasprun.xml generated by ML method, i also can not parse output the vasprun.xml file (base) cqwl111@cqwl111: |
Hi @Guodonglin-cqust , there seems to be an issue with parsing this output. Since we use ASE for parsing, I would transfer this to the ASE issue tracker: https://gitlab.com/ase/ase/-/issues . Is it ok if I share your output there? |
OK, thank you very much. |
Could you help me revise the tdep_parse_output.py, making it to parse output the OUTCAR generated by ML method. The ML method could speed up the iteration process of TDEP code. Therefore, I believe that the users of tdeptools expect tdep _ parse _ output.py could read any OUTCAR file, making it more universal. |
Hi, you could use the following python parser to get the tdep infiles from VASP MLFF runs, |
yes, it works well, thank you very much @nityasagarjena nityasagarjena |
I discovered that your Python script inaccurately identifies the number of molecular dynamics steps in VASP. I ran 4000 steps with VASP, but it recognized 4296 steps. These additional 296 steps were precisely DFT calculations rather than those fitted using force fields. My VASP version is 6.43.What could be the reason for this?@nityasagarjena |
Dear developer
Besh wishes
Donglin
The text was updated successfully, but these errors were encountered: