Commit a3d94884 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11356 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 8e8151fe
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
Disclaimer:  Using these force fields for systems they 
have not been explicitly trained against may produce
unrealistic results.  Please see the README file in 
each subdirectory for more detailed information.

F/C/H
     The follow information is reproduced from:

     "C_F_H (Fluorographene): Sandeep Kumar Singh, S. Goverapet Srinivasan, M. Neek-Amal, S. Costamagna, Adri C. T. van Duin, and F. M. Peeters Phys. Rev. B 87, 104114 (2013)."

     - The ReaxFF force field parameters have been fit 
     to a large quantum mechanics (QM) training set containing 
     monolayer of fluorographene at various temperature.
+0 −17296

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −17282

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −361

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −34
Original line number Diff line number Diff line
# REAX potential for Nitroamines system
# .....

dimension      3
boundary  p p p
units		real

atom_style	charge
read_data	data.FC

pair_style	reax/c NULL
pair_coeff	* * ffield.reax.FC 1 6
neighbor	2. bin
neigh_modify	every 10 delay 0 check no
fix             2 all qeq/reax 1 0.0 10.0 1e-6 reax/c

fix		1 all npt temp 100.0 100.0 10.0 iso 1.0 1. 2000.0
timestep   0.2
thermo_style custom step temp epair etotal press 
thermo     5000
dump      4 all xyz 5000 dumpnpt.xyz
run        50000
unfix           1

fix            1  all nvt temp 100.0 100.0 100.0

thermo_style custom step temp epair etotal press 
thermo     5000
timestep	0.2

#dump		5 all xyz 5000 dumpnvt.xyz
#dump            6 all custom 5000 dumpidtype.dat id type x y z 

run		1000000
Loading