forked from lijiext/lammps
23 lines
296 B
Plaintext
23 lines
296 B
Plaintext
# Test of MEAM potential for SiC system
|
|
|
|
units metal
|
|
boundary p p p
|
|
|
|
atom_style atomic
|
|
|
|
read_data data.meam
|
|
|
|
pair_style meam
|
|
pair_coeff * * library.meam Si C SiC.meam Si C
|
|
|
|
neighbor 0.3 bin
|
|
neigh_modify delay 10
|
|
|
|
fix 1 all nve
|
|
thermo 10
|
|
timestep 0.001
|
|
|
|
dump 1 all atom 10 dump.meam
|
|
|
|
run 100
|