Skip to content

Commit

Permalink
Fixed the element symbol (#241)
Browse files Browse the repository at this point in the history
The element symbol is wrong, it should be Mg instead of Zr.

Signed-off-by: Runze Liu <[email protected]>
  • Loading branch information
rul048 authored Mar 13, 2024
1 parent 33ca510 commit ee9e987
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit ee9e987

Please sign in to comment.