25 lines
369 B
Plaintext
25 lines
369 B
Plaintext
# REAX potential for RDX system
|
|
# this run is equivalent to GRASP testreax
|
|
|
|
units real
|
|
|
|
atom_style charge
|
|
read_data data.rdx
|
|
|
|
pair_style reax 10.0 1.0e-6
|
|
pair_coeff * * ffield.reax 1 2 3 4
|
|
|
|
neighbor 2.5 bin
|
|
neigh_modify every 10 delay 0 check no
|
|
|
|
fix 1 all nve
|
|
|
|
thermo 10
|
|
thermo_modify format float %15.14g
|
|
|
|
timestep 1.0
|
|
|
|
dump 1 all atom 10 dump.reax.rdx
|
|
|
|
run 100
|