ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/forceFields/DUFF2.frc
Revision: 2226
Committed: Tue May 17 02:09:25 2005 UTC (19 years, 1 month ago) by kdaily
File size: 10665 byte(s)
Log Message:
added gb

File Contents

# User Rev Content
1 tim 1921 // This is the forcefield file for the Dipolar Unified-atom Force Field (DUFF)
2     //
3     // The sections are divided into AtomTypes
4     //
5     //any parameters (but not all) are derived from the TRAPPE force field
6     // of Siepmann's group.
7     begin AtomTypes
8     //Name mass (amu)
9     CH4 16.05
10     CH3 15.04
11     CH2 14.03
12     CH 13.02
13     SSD 18.0153
14     SSD1 18.0153
15     SSD_E 18.0153
16     SSD_RF 18.0153
17     O_TIP3P 15.9994
18     O_TIP4P 15.9994
19     O_TIP5P 15.9994
20     O_SPCE 15.9994
21     O_SPC 15.9994
22     H_TIP3P 1.0079
23     H_TIP4P 1.0079
24     H_TIP5P 1.0079
25     H_SPCE 1.0079
26     H_SPC 1.0079
27     EP_TIP4P 0.0
28     EP_TIP5P 0.0
29     HEAD 196
30     TB1 14.03
31     TE1 15.04
32     TB2 21.05
33     TE2 22.56
34     TB3 28.06
35     TE3 30.08
36     H 1.00794
37 kdaily 2226 He 4.002602
38 tim 1921 C 12.0107
39     N 14.00674
40     O 15.9994
41     F 18.9984032
42     Ne 20.1797
43     S 32.066
44     Cl 35.4527
45     Ar 39.948
46     Br 79.904
47 kdaily 2226 Kr 83.80
48     U 1.00
49     GB 48.0428
50 tim 1921 end AtomTypes
51    
52     begin DirectionalAtomTypes
53     //Name I_xx I_yy I_zz (All moments in (amu*Ang^2)
54     SSD 1.7696 0.6145 1.1550
55     SSD1 1.7696 0.6145 1.1550
56     SSD_E 1.7696 0.6145 1.1550
57     SSD_RF 1.7696 0.6145 1.1550
58     HEAD 1125 1125 250
59 kdaily 2226 GB 86.477 86.477 0
60 tim 1921 end DirectionalAtomTypes
61 kdaily 2226
62     begin GayBerneAtomTypes
63     //Name Sigma 12b_ratio eps eps_ratio mu nu
64     GB 3.35 2.074626866 1.31713 .178317250385 2.0 1.0
65     end GayBerneAtomTypes
66    
67 tim 1921 begin LennardJonesAtomTypes
68 kdaily 2226 //Name epsilon sigma
69     SSD 0.152 3.051
70     SSD1 0.152 3.016
71     SSD_E 0.152 3.035
72     SSD_RF 0.152 3.019
73     O_TIP3P 0.1521 3.15061
74     O_TIP4P 0.1550 3.15365
75     O_TIP5P 0.16 3.12
76     O_SPCE 0.15532 3.16549
77     O_SPC 0.15532 3.16549
78     CH4 0.279 3.73
79     CH3 0.185 3.75
80     CH2 0.0866 3.95
81     CH 0.0189 4.68
82     HEAD 0.185 .75
83     TB1 0.0866 4.0
84     TE1 0.185 4.0
85     TB2 0.25 6.0
86     TE2 0.5 6.0
87     TB3 0.5 8.0
88     TE3 0.75 8.0
89     H 0.017090056482 2.81
90     He 0.020269601874 2.28
91     C 0.101745452544 3.35
92     N 0.074123151951 3.31
93     O 0.122412497592 2.95
94     F 0.104924997936 2.83
95     Ne 0.09339914589 2.72
96     S 0.36366050421 3.52
97     Cl 0.344781953445 3.35
98     Ar 0.238068461226 3.41
99     Br 0.511111921764 3.54
100     Kr 0.32590340268 3.83
101     U 1.0 1.0
102 tim 1921 end LennardJonesAtomTypes
103    
104 tim 2096 begin ChargeAtomTypes
105     // Name charge
106 kdaily 2226 O_TIP3P -0.834
107     O_SPCE -0.8476
108     O_SPC -0.82
109     H_TIP3P 0.417
110     H_TIP4P 0.520
111     H_TIP5P 0.241
112     H_SPCE 0.4238
113     H_SPC 0.42
114     EP_TIP4P -1.040
115     EP_TIP5P -0.241
116     Cl -1.0
117 tim 2096 end ChargeAtomTypes
118    
119     begin MultipoleAtomTypes
120 gezelter 2117 // OOPSE currently only supports charge-charge, charge-dipole,
121     // dipole-dipole, and charge-quadrupole interactions.
122     // Dipoles may be either traditional point-dipoles or split-dipoles.
123     // possible formats for a multipolar atom type are:
124     //
125     // Point-dipoles:
126 tim 2102 // name d phi theta psi dipole_moment
127 gezelter 2117 //
128     // Split-dipoles:
129 tim 2102 // name s phi theta psi dipole_moment splitdipole_distance
130 gezelter 2117 //
131     // Point-Quadrupoles:
132 tim 2102 // name q phi theta psi Qxx Qyy Qzz
133 gezelter 2117 //
134     // Atoms with both dipole and quadrupole moments:
135 tim 2102 // name dq phi theta psi dipole_moment Qxx Qyy Qzz
136 gezelter 2117 //
137     // Atoms with both split dipoles and quadrupole moments:
138 tim 2102 // name sq phi theta psi dipole_moment splitdipole_distance Qxx Qyy Qzz
139 tim 2096 //
140 gezelter 2117 // Euler angles are given in zxz convention in units of degrees.
141     //
142     // Charges are given in units of electrons.
143     //
144     // Dipoles are given in units of Debyes.
145     //
146     // Split dipole distances are given in units of Angstroms.
147     //
148     // Quadrupole moments are given in units of 10^-26 esu cm^2 (also known as an
149     // esu centi-barn)
150     //
151     SSD_E dq 0.0 0.0 0.0 2.42 -1.682 1.762 -0.08
152     SSD_RF dq 0.0 0.0 0.0 2.48 -1.682 1.762 -0.08
153     SSD dq 0.0 0.0 0.0 2.35 -1.682 1.762 -0.08
154     SSD1 dq 0.0 0.0 0.0 2.35 -1.682 1.762 -0.08
155 tim 2098 //HDP s 0.0 0.0 0.0 20.6 4.63
156 tim 2096 end MultipoleAtomTypes
157 tim 1921
158     begin StickyAtomTypes
159     //name w0 v0 (kcal/mol) v0p rl (Ang) ru rlp rup
160     SSD_E 0.07715 3.90 3.90 2.40 3.80 2.75 3.35
161     SSD_RF 0.07715 3.90 3.90 2.40 3.80 2.75 3.35
162     SSD 0.07715 3.7284 3.7284 2.75 3.35 2.75 4.0
163     SSD1 0.07715 3.6613 3.6613 2.75 3.35 2.75 4.0
164     end StickyAtomTypes
165    
166    
167     begin BondTypes
168    
169     //Atom1 Atom2 Fixed
170     //V_Fixed = 0
171    
172     //Atom1 Atom2 Harmonic b0 Kb (kcal/mol)
173     //V_Harmonic = 0.5*Kb(b- bo)^2
174     //Harmonic Examples
175     HEAD CH3 Harmonic 2.75 260
176     HEAD CH2 Harmonic 2.75 260
177     HEAD CH Harmonic 2.75 260
178     HEAD TB1 Harmonic 2.76 260
179     HEAD TB2 Harmonic 3.20 260
180     HEAD TB3 Harmonic 3.63 260
181     CH3 CH3 Harmonic 1.526 260
182     CH3 CH2 Harmonic 1.526 260
183     CH3 CH Harmonic 1.526 260
184     CH2 CH2 Harmonic 1.526 260
185     CH2 CH Harmonic 1.526 260
186     CH CH Harmonic 1.526 260
187     TB1 TB1 Harmonic 1.526 260
188     TB2 TB2 Harmonic 2.34 260
189     TB3 TB3 Harmonic 3.12 260
190     TB1 TE1 Harmonic 1.526 260
191     TB2 TE2 Harmonic 2.34 260
192     TB3 TE3 Harmonic 3.12 260
193    
194     //Atom1 Atom2 Cubic b0 K3 K2 K1 K0
195     //V_Cubic = K3(b - b0)^3 + K2(b - b0)^2 + K1(b - b0) + K0
196    
197    
198     //Atom1 Atom2 Quartic b0 K4 K3 K2 K1 K0
199     //V_Quartic = K4(b - b0)^4 + K3(b - b0)^3 + K2(b - b0)^2 + K1(b - b0) + K0
200    
201    
202     //Atom1 Atom2 Polynomial b0 i Ki [j Kj]
203     //V_Quartic = Ki(b - b0)^i + Kj(b - b0)^j + ...
204    
205    
206     end BondTypes
207    
208     begin BendTypes
209    
210     //Harmonic
211     //Atom1 Atom2 Atom3 Harmonic Theta0 Ktheta
212     //V_Harmonic = 0.5*Ktheta(Theta - Theta0)^2
213     //Ktheta: kcal/mole/rad**2
214     //Theta0: degrees
215     //Harmonic examples
216     //
217     HEAD CH2 HEAD Harmonic 114.0 117.68
218     HEAD CH2 CH3 Harmonic 114.0 117.68
219     HEAD CH2 CH2 Harmonic 114.0 117.68
220     HEAD TB1 TB1 Harmonic 114.0 117.68
221     HEAD TB2 TB2 Harmonic 114.0 117.68
222     HEAD TB3 TB3 Harmonic 114.0 117.68
223     HEAD CH2 CH Harmonic 114.0 117.68
224     HEAD CH CH3 Harmonic 112.0 117.68
225     HEAD CH CH2 Harmonic 112.0 117.68
226     HEAD CH CH Harmonic 112.0 117.68
227     CH3 CH2 CH3 Harmonic 114.0 117.68
228     CH3 CH2 CH2 Harmonic 114.0 117.68
229     CH3 CH2 CH Harmonic 114.0 117.68
230     CH3 CH CH3 Harmonic 112.0 117.68
231     CH3 CH CH2 Harmonic 112.0 117.68
232     CH3 CH CH Harmonic 112.0 117.68
233     CH2 CH2 CH2 Harmonic 114.0 117.68
234     CH2 CH2 CH Harmonic 114.0 117.68
235     CH2 CH CH2 Harmonic 112.0 117.68
236     CH2 CH CH Harmonic 112.0 117.68
237     CH CH2 CH Harmonic 114.0 117.68
238     CH CH CH Harmonic 112.0 117.68
239     TB1 TB1 TB1 Harmonic 114.0 117.68
240     TB2 TB2 TB2 Harmonic 114.0 117.68
241     TB3 TB3 TB3 Harmonic 114.0 117.68
242     TE1 TB1 TB1 Harmonic 114.0 117.68
243     TE2 TB2 TB2 Harmonic 114.0 117.68
244     TE3 TB3 TB3 Harmonic 114.0 117.68
245    
246     //GhostBend
247     //Atom1 Atom2 GHOST GhostBend Theta0 Ktheta
248     //Atom2 must be directional atom
249     //Ghost examples
250     CH2 HEAD GHOST GhostBend 129.783 0.00354
251     CH2 HEAD GHOST GhostBend 90.0 117.68
252     TB1 HEAD GHOST GhostBend 90.0 117.68
253     TB2 HEAD GHOST GhostBend 90.0 117.68
254     TB3 HEAD GHOST GhostBend 90.0 117.68
255    
256     //UreyBradley
257     //Atom1 Atom2 Atom3 UreyBradley Theta0 Ktheta S0 Kub
258     //V_UreyBradleyBend = Ktheta(Theta - Theta0)^2 + Kub(S - S0)^2
259     //Ktheta: kcal/mole/rad**2
260     //Theta0: degrees
261     //Kub: kcal/mole/A**2
262     //S0: A
263    
264     //Cubic
265     //Atom1 Atom2 Atom3 Cubic Theta0 K3 K2 K1 K0
266     //V_Cubic = K3(Theta - Theta0)^3 + K2(Theta - Theta0)^2 + K1(Theta - Theta0) + K0
267    
268     //Quartic
269     //Atom1 Atom2 Atom3 Quartic Theta0 K4 K3 K2 K1 K0
270     //V_Quartic = K4(Theta - Theta0)^4 + K3(Theta - Theta0)^3 + K2(Theta - Theta0)^2 + K1(Theta - Theta0) + K0
271    
272     //Polynomial
273     //Atom1 Atom2 Atom3 Polynomial Theta0 i Ki [j Kj]
274     //V_Polynomial = Ki(Theta - Theta0)^i + Kj(Theta - Theta0)^j + ...
275    
276     end BendTypes
277    
278     begin TorsionTypes
279    
280     //Cubic
281     //Atom1 Atom2 Atom3 Atom4 Cubic k3 k2 k1 k0 ( all are kcal/mol )
282     //V_Cubic = k3(cos phi)^3 + k2(cos phi)^2 + k1(cos phi) + k0
283     //Cubic Examples
284     HEAD CH2 CH2 HEAD Cubic 5.9602 -0.2568 -3.802 2.1586
285     HEAD CH2 CH HEAD Cubic 3.3254 -0.4215 -1.686 1.1661
286     HEAD CH CH HEAD Cubic 3.3254 -0.4215 -1.686 1.1661
287     HEAD CH2 CH2 CH3 Cubic 5.9602 -0.2568 -3.802 2.1586
288     HEAD CH2 CH CH3 Cubic 3.3254 -0.4215 -1.686 1.1661
289     HEAD CH CH2 CH3 Cubic 3.3254 -0.4215 -1.686 1.1661
290     HEAD CH CH CH3 Cubic 3.3254 -0.4215 -1.686 1.1661
291     HEAD CH2 CH2 CH2 Cubic 5.9602 -0.2568 -3.802 2.1586
292     HEAD CH2 CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
293     HEAD CH CH2 CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
294     HEAD CH CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
295     HEAD CH2 CH2 CH Cubic 5.9602 -0.2568 -3.802 2.1586
296     HEAD CH2 CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
297     HEAD CH CH2 CH Cubic 3.3254 -0.4215 -1.686 1.1661
298     HEAD CH CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
299     HEAD TB1 TB1 TB1 Cubic 5.9602 -0.2568 -3.802 2.1586
300     HEAD TB2 TB2 TB2 Cubic 5.9602 -0.2568 -3.802 2.1586
301     HEAD TB3 TB3 TB3 Cubic 5.9602 -0.2568 -3.802 2.1586
302     CH3 CH2 CH2 CH3 Cubic 5.9602 -0.2568 -3.802 2.1586
303     CH3 CH2 CH CH3 Cubic 3.3254 -0.4215 -1.686 1.1661
304     CH3 CH CH CH3 Cubic 3.3254 -0.4215 -1.686 1.1661
305     CH3 CH2 CH2 CH2 Cubic 5.9602 -0.2568 -3.802 2.1586
306     CH3 CH2 CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
307     CH3 CH CH2 CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
308     CH3 CH CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
309     CH3 CH2 CH2 CH Cubic 5.9602 -0.2568 -3.802 2.1586
310     CH3 CH2 CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
311     CH3 CH CH2 CH Cubic 3.3254 -0.4215 -1.686 1.1661
312     CH3 CH CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
313     CH2 CH2 CH2 CH2 Cubic 5.9602 -0.2568 -3.802 2.1586
314     CH2 CH2 CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
315     CH2 CH CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
316     CH2 CH2 CH2 CH Cubic 5.9602 -0.2568 -3.802 2.1586
317     CH2 CH2 CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
318     CH2 CH CH2 CH Cubic 3.3254 -0.4215 -1.686 1.1661
319     CH2 CH CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
320     CH CH2 CH2 CH Cubic 5.9602 -0.2568 -3.802 2.1586
321     CH CH2 CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
322     CH CH CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
323     TB1 TB1 TB1 TB1 Cubic 5.9602 -0.2568 -3.802 2.1586
324     TB2 TB2 TB2 TB2 Cubic 5.9602 -0.2568 -3.802 2.1586
325     TB3 TB3 TB3 TB3 Cubic 5.9602 -0.2568 -3.802 2.1586
326     TE1 TB1 TB1 TB1 Cubic 5.9602 -0.2568 -3.802 2.1586
327     TE2 TB2 TB2 TB2 Cubic 5.9602 -0.2568 -3.802 2.1586
328     TE3 TB3 TB3 TB3 Cubic 5.9602 -0.2568 -3.802 2.1586
329    
330     //Charmm
331     //Atom1 Atom2 Atom3 Atom4 Charmm Kchi n delta [Kchi n delta]
332     //V_Charmm = Kchi(1 + cos(n(chi) - delta))
333     //Kchi: kcal/mole
334     //n: multiplicity
335     //delta: degrees
336     //in some cases, a Charmm may have two or three terms. If n is equal to 0, it falls back to harmonic form
337    
338     //Quartic
339     //Atom1 Atom2 Atom3 Atom4 Quartic k4 k3 k2 k1 k0 ( all are kcal/mol )
340     //V_Quartic = k4(cos phi)^4 + k3(cos phi)^3 + k2(cos phi)^2 + k1(cos phi) + k0
341    
342     //Polynomial
343     //Atom1 Atom2 Atom3 Atom4 Polynomial i Ki [j Kj]
344     //VPolynomial = Ki (cos phi)^i + ... + Kj (cos phi)^j
345    
346     end TorsionTypes
347    
348