Replies: 2 comments 6 replies
-
Have you checked the readme of dpdata? Does it help? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hello, you just need to put the file ' pos.xyz' and ' .log' in the same folder, the name of the folder, for example, is "test", then you activate python, >>>import dpdata, then >>>dpdata.LabeledSystem("**/test", fmt='cp2k/aimd_OUTPUT'), dpdata will automically recognize the files in the folder. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear developer:
If I use CP2K to run MD, traj, energy and force are put in different files (cp2k-pos-1.xyz, cp2k-1.ener, cp2k.out). How to use dpdata to process these data?
Beta Was this translation helpful? Give feedback.
All reactions