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 initial_configuration.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. pair_coeff * * 2023-12-03-mace-128-L1_epoch-199.model-lammps.pt O H
  11. timestep 1.0
  12. #velocity all create 300.0 5463576
  13. fix integrate all nvt temp 300.0 300.0 100.0
  14. thermo_style custom step temp press etotal density pe ke
  15. thermo 1000
  16. run 20000 upto
  17. write_data spce.data nocoeff

Edit this Snippet