ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/forceFields/DUFF.frc
(Generate patch)

Comparing trunk/OOPSE/forceFields/DUFF.frc (file contents):
Revision 687 by gezelter, Tue Aug 12 18:15:06 2003 UTC vs.
Revision 688 by gezelter, Tue Aug 12 18:40:31 2003 UTC

# Line 1 | Line 1
1   ! This is the forcefield file for the Dipolar Unified-atom Force Field (DUFF).
2 < ! the sections are divided into AtomTypes, BondTypes, BendTypes,
2 > !
3 > ! The sections are divided into AtomTypes, BondTypes, BendTypes,
4   ! and TorsionTypes.
5 + !
6 + ! Many parameters (but not all) are derived from the TRAPPE force field
7 + ! of Siepmann's group.
8  
9   #AtomTypes
10   !Atom           isDipole        isSSD   mass            LJ epsilon ( kcal/mol)          LJ sigma (Angstroms)    Dipole Moment (Debye)   w0      v0 (kcal/mol)   v0p (kcal/mol)  rl (Angstroms)  ru (Angstroms)  rlp (Angstroms) rup (Angstroms)
# Line 43 | Line 47 | TB3    TE3     fixed           3.12            260
47  
48  
49   #BendTypes
50 < !Atom1  Atom2   Atom3   type            k1      k2      k3      theta_0 ( k1 -> kcal/mol/degrees^2; theta_0 ->degrees )
51 < !V_bend = k1 * ( th - th0 )^2 + k2 * ( th - th0 ) + k3
50 > !Atom1  Atom2   Atom3   type            k1      k2      k3      theta_0
51 > !
52 > ! Units require ( k1 -> kcal/mol/degrees^2; theta_0 ->degrees )
53 > ! consistent with the functional form:
54 > !
55 > !      V_bend = k1 * ( th - th0 )^2 + k2 * ( th - th0 ) + k3
56  
57  
58   GHOST   HEAD    CH2     quadratic       0.00176972      0.0     0.0     129.783

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines