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 1113 by tim, Thu Apr 15 16:18:26 2004 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 9 | Line 13 | SSD            1               1       18.03           0.152                           3.051                   2.35    0.07715 3.7284  
13   CH3             0               0       15.04           0.185                           3.75
14   CH2             0               0       14.03           0.0866                          3.95
15   CH              0               0       13.02           0.0189                          4.68
16 < SSD             1               1       18.03           0.152                           3.051                   2.35    0.07715 3.7284  3.7284  2.75    3.35    2.75    4.0
16 > SSD             1               1       18.0153         0.152                           3.035                   2.42    0.07715 3.9     3.9     2.4     3.8     2.75    3.35
17   HEAD            1               0       196             0.185                           5.75                    20.6
18 < TB1             0               0       57.375          0.0866                          4.0
19 < TE1             0               0       65.0            0.185                           4.0
20 < TB2             0               0       57.375          0.0866                          6.0
21 < TE2             0               0       65.0            0.185                           6.0
22 < TB3             0               0       57.375          0.0866                          8.0
23 < TE3             0               0       65.0            0.185                           8.0
18 > TB1             0               0       14.03           0.0866                          4.0
19 > TE1             0               0       15.04           0.185                           4.0
20 > TB2             0               0       21.05           0.25                            6.0
21 > TE2             0               0       22.56           0.5                             6.0
22 > TB3             0               0       28.06           0.5                             8.0
23 > TE3             0               0       30.08           0.75                            8.0
24  
25   #BondTypes
26   !Atom1  Atom2   type            distance        k0 (kcal/mol)
# 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