forked from lijiext/lammps
Added potential gradient columns
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5222 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
0128dca0c5
commit
fb51a67f64
|
@ -6,7 +6,8 @@ units real
|
||||||
atom_style charge
|
atom_style charge
|
||||||
read_data data.rdx
|
read_data data.rdx
|
||||||
|
|
||||||
pair_style reax 10.0 0 1.0e-6
|
# reax args: hbcut hbnewflag tripflag precision
|
||||||
|
pair_style reax 10.0 0 1 1.0e-6
|
||||||
pair_coeff * * ffield.reax 1 2 3 4
|
pair_coeff * * ffield.reax 1 2 3 4
|
||||||
|
|
||||||
compute reax all pair reax
|
compute reax all pair reax
|
||||||
|
|
|
@ -7,9 +7,9 @@ atom_style charge
|
||||||
read_data data.tatb
|
read_data data.tatb
|
||||||
|
|
||||||
# N.B. to match reax/c, set hbnewflag = 1
|
# N.B. to match reax/c, set hbnewflag = 1
|
||||||
# reax args: hbcut hbnewflag precision
|
# reax args: hbcut hbnewflag tripflag precision
|
||||||
#pair_style reax 10.0 1 1.0e-6
|
#pair_style reax 10.0 1 1 1.0e-6
|
||||||
pair_style reax 10.0 0 1.0e-6
|
pair_style reax 10.0 0 1 1.0e-6
|
||||||
pair_coeff * * ffield.reax 1 2 3 4
|
pair_coeff * * ffield.reax 1 2 3 4
|
||||||
|
|
||||||
compute reax all pair reax
|
compute reax all pair reax
|
||||||
|
|
|
@ -39,4 +39,5 @@ timestep 1.0
|
||||||
|
|
||||||
dump 1 all atom 10 dump.reax.rdx
|
dump 1 all atom 10 dump.reax.rdx
|
||||||
|
|
||||||
|
|
||||||
run 100
|
run 100
|
||||||
|
|
Loading…
Reference in New Issue