-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lammps #8
Comments
I have download extxyz:pip install extxyz, can I ask how to combine it with lammps? The command I use in lammps is dump 1 all custom ${DUMP_FREQ} methane.xyz id type x y z and I want to dump in extxyz style with energy and force. The extxyz form I want to get is attached. Can you give me some advice? |
Support for LAMMPS is not yet implemented. You can use ExtXYZ package to read to ASE atoms objects, and then use ASE's lammps dump/data exports. |
I have solved this problem, thank you very much! |
Add this code to LAMMPS, to allow an
extxyz
dump style! I think it would be absolutely great to allow for dumping for a more powerful variant, similar to thecustom
dump style there, but formatting it according to this extended xyz format.The text was updated successfully, but these errors were encountered: