dpdata
dpdata copied to clipboard
Not all frames can be extracted from the VASP OUTCAR file
Summary
"When using VASP's machine learning (ML) features, the OUTCAR file generated with ML_ISTART = 2 cannot be fully read by dpdata; it only reads a single frame." The OUTCAR file is in the attachment.
This is my extraction script: import dpdata system = dpdata.LabeledSystem("OUTCAR", fmt="vasp/outcar", ml=True) system.to_deepmd_npy("deepmd_data_ml")
I hope you can help me, thank you!
Detailed Description
When using VASP's machine learning (ML) features, the OUTCAR file generated with ML_ISTART = 2 cannot be fully read by dpdata; it only reads a single frame." The OUTCAR file is in the attachment.
Further Information, Files, and Links
No response