How can I convert CP2K MDtrajectories into the format used for training with DeepMD-kit? #4713
Unanswered
naturec1-a
asked this question in
Q&A
Replies: 0 comments
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.
-
Now, I have constructed 400 randomly generated periodic cells containing randomly placed and oriented small molecules including 30 kinds of organic molecules with random composition, the number of atoms of these simulation systems is among the range of 200-500. I use the following codes " data = dpdata.LabeledSystem(task_path, cp2k_output_name=cp2k_output_name, fmt='cp2k/aimd_output')" to draw information.
When using the above codes for conversion, it will extract a whole frame of the MD trajectory as a conformation: for example, a simulation system contains 200 atoms, then after extraction, each point contains all 200 atoms in the whole frame, and its coordinates contain 600 dimensions. Therefore, I have the following two questions:
Beta Was this translation helpful? Give feedback.
All reactions