Generating training data from trajectory #409
Replies: 2 comments
-
Hi @jonathan-booth , You need to convert it into extXYZ format; the easy way is to parse your format yourself in Python, make |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh, closing as duplicate: mir-group/allegro#74 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a few trajectories where, at each frame, I have a text file where each line is an atom and we have values for the atom type, the x,y,z positions, and the x,y,z components of the force vector. Each text file also has the total potential energy. I have trajectories for different sized systems. How do I convert these data into something that Nequip (Allegro really) can work with? I've read the docs but not found an answer sorry if I missed something obvious.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions