mirror of https://github.com/lammps/lammps.git
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
This commit is contained in:
parent
cc237b52a6
commit
3ae5083560
|
@ -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 &
|
||||
|
|
Loading…
Reference in New Issue