Snippet content copied to clipboard.
Are you sure to delete this snippet? No, don't delete
  1. units metal
  2. atom_style atomic
  3. atom_modify map yes
  4. newton on
  5. atom_modify map yes
  6. read_data after_initial_npt_ovito_clean.data
  7. #pair_style mace no_domain_decomposition
  8. pair_style mace
  9. pair_coeff * * MACE_MPtrj_2022.9.model-lammps.pt O H
  10. timestep 1.0
  11. velocity all create 300.0 5463576
  12. fix integrate all nvt temp 300.0 300.0 100.0
  13. thermo_style custom step temp press etotal density pe ke
  14. thermo 1000
  15. run 20000 upto
  16. write_data spce.data nocoeff

Edit this Snippet