forked from lijiext/lammps
24 lines
337 B
XML
24 lines
337 B
XML
# Test of SW potential for Si system
|
|
|
|
units metal
|
|
boundary p p p
|
|
|
|
atom_style atomic
|
|
|
|
read_data data_sw
|
|
|
|
pair_style quip
|
|
pair_coeff * * sw_example.xml "IP SW" 14
|
|
|
|
velocity all create 10.0 355311
|
|
neighbor 0.3 bin
|
|
neigh_modify delay 10
|
|
|
|
fix 1 all nve
|
|
thermo 10
|
|
timestep 0.001
|
|
|
|
#dump 1 all custom 10 dump.sw id fx fy fz
|
|
|
|
run 100
|