Skip to content
Snippets Groups Projects
Commit 3ae50835 authored by athomps's avatar athomps
Browse files

Updated fix reax/c/bonds command to remove time averaging. Update the...

Updated fix reax/c/bonds command to remove time averaging. Update the pair_coeff command to use chemical symbols instead of integers

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9560 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent cc237b52
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ atom_style charge
read_data data.rdx
pair_style reax/c control.reax_c.rdx
pair_coeff * * ffield.reax 1 2 3 4
pair_coeff * * ffield.reax C H O N
compute reax all pair reax/c
......
......@@ -7,7 +7,7 @@ atom_style charge
read_data data.tatb
pair_style reax/c control.reax_c.tatb
pair_coeff * * ffield.reax 1 2 3 4
pair_coeff * * ffield.reax C H O N
compute reax all pair reax/c
......@@ -31,7 +31,7 @@ neigh_modify delay 0 every 5 check no
fix 1 all nve
fix 2 all qeq/reax 1 0.0 10.0 1.0e-6 reax/c
#fix 3 all reax/c/bonds 1 3 5 bonds.reaxc
fix 4 all reax/c/bonds 5 bonds.reaxc
thermo 5
thermo_style custom step temp epair etotal press &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment