Using MDA for ellipsoidal particles in LAMMPS and the new additional_columns option. #4708
jacob-votava
started this conversation in
General
Replies: 1 comment
-
Thanks @jacob-votava! |
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 everyone! I am rehashing a conversation that happened with Hugo on the discord channel, since it would be beneficial for people to know if they're simulating ellipsoidal particles with LAMMPS and if they (like me) are new to MDA.
Currently MDanalysis does not natively support atom_style ellipsoid. However, in the most recent develop branch (2.8.0.dev0) there is now support for flexible column types. (Thank you developers!) For example, using a lammpsdump that's consistent with what works with visualizing ellipsoids in this documentation from OVITO the following MDAnalysis script can access the different quaternions/sizes
This is available in the most recent develop branch, but not yet on main. Hopefully it's helpful to someone in the future!
Beta Was this translation helpful? Give feedback.
All reactions