Difference in the coordinates given by MDAnalysis and LAMMPS dump file #4452
Unanswered
sanjeets47
asked this question in
Q&A
Replies: 1 comment
-
How do the coordinates differ? Can you show actual examples with the output from MDAnalysis and your original output. Have you tried looking at which coordinates agree to see if the resids are perhaps off by 1? If you just look at the very first coordinate:
and compare to what the dump file shows, what do you get? |
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
-
Hello Group Members,
I am trying to perform some analysis in MDAnalysis. For this, I need to extract the coordinate information of atoms with atom type 4 from my LAMMPS dump file. But when I try to match the coordinates from MDAnalyis to that of the LAMMPS dump file, I see that the coordinates are not the same.
My LAMMPS dump file is in custom style with the following format:
And I am trying to load the trajectory in MDAnalysis with the following command:
For extracting the atoms with atom type 4 with specific resid, I am using the following command:
Can you please point out the reason for this discrepancy?
I appreciate your help.
Thank you,
Sanjeet
Beta Was this translation helpful? Give feedback.
All reactions