Skip to content
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

Fixed the element symbol #241

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/Using LAMMPS with MatGL.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@
"\n",
"read_data ./dat.lammps\n",
"replicate {x} 1 1\n",
"pair_coeff * * M3GNet-MP-2021.2.8-DIRECT-PES Zr O # MatGL will be called\n",
"pair_coeff * * M3GNet-MP-2021.2.8-DIRECT-PES Mg O # MatGL will be called\n",
"\n",
"dump myDump all custom 10 xyz.lammpstrj id element x y z\n",
"dump_modify myDump sort id element Zr O\n",
"dump_modify myDump sort id element Mg O\n",
"\n",
"thermo_style custom step time cpu pe ke etotal temp press vol density\n",
"thermo 10\n",
Expand Down
Loading