|
2 | 2 | # encoding: utf-8 |
3 | 3 |
|
4 | 4 | name = "Cation_R_Recombination/training" |
5 | | -shortDesc = u"Reaction kinetics used to generate rate rules" |
6 | | -longDesc = u""" |
| 5 | +shortDesc = "Reaction kinetics used to generate rate rules" |
| 6 | +longDesc = """ |
7 | 7 | Put kinetic parameters for specific reactions in this file to use as a |
8 | 8 | training set for generating rate rules to populate this kinetics family. |
9 | 9 | """ |
| 10 | +entry( |
| 11 | + index = 0, |
| 12 | + label = "NH2 + Li <=> NH2Li", |
| 13 | + degeneracy = 1.0, |
| 14 | + kinetics = Marcus(A=(1.73e+06,'m^3/(mol*s)'), n=2, lmbd_i_coefs=[21824.5,-0.0341626,-0.0013254,4.92966e-07], beta=(1.2e+10,'m^-1'), wr=(0,'J/mol'), wp=(0,'J/mol'), lmbd_o=(0,'J/mol')), |
| 15 | + rank = 3, |
| 16 | + longDesc = |
| 17 | +""" |
| 18 | +Calculated using a geometric mean with the four point method at ccsd(t)-f12/cc-pvdz-f12//wb97x-d3/def2-tzvp |
| 19 | +""", |
| 20 | +) |
| 21 | + |
| 22 | +entry( |
| 23 | + index = 1, |
| 24 | + label = "C2H5 + Li <=> C2H5Li", |
| 25 | + degeneracy = 1.0, |
| 26 | + kinetics = Marcus(A=(1.73e+06,'m^3/(mol*s)'), n=2, lmbd_i_coefs=[51072.9,0.770449,0.00461441,-2.38037e-06], beta=(1.2e+10,'m^-1'), wr=(0,'J/mol'), wp=(0,'J/mol'), lmbd_o=(0,'J/mol')), |
| 27 | + rank = 3, |
| 28 | + longDesc = |
| 29 | +""" |
| 30 | +Calculated using a geometric mean with the four point method at ccsd(t)-f12/cc-pvdz-f12//wb97x-d3/def2-tzvp |
| 31 | +""", |
| 32 | +) |
| 33 | + |
| 34 | +entry( |
| 35 | + index = 2, |
| 36 | + label = "CH3 + Li <=> CH3Li", |
| 37 | + degeneracy = 1.0, |
| 38 | + kinetics = Marcus(A=(1.73e+06,'m^3/(mol*s)'), n=2, lmbd_i_coefs=[51902.4,-1.10249,-0.00813508,3.26585e-06], beta=(1.2e+10,'m^-1'), wr=(0,'J/mol'), wp=(0,'J/mol'), lmbd_o=(0,'J/mol')), |
| 39 | + rank = 3, |
| 40 | + longDesc = |
| 41 | +""" |
| 42 | +Calculated using a geometric mean with the four point method at ccsd(t)-f12/cc-pvdz-f12//wb97x-d3/def2-tzvp |
| 43 | +""", |
| 44 | +) |
| 45 | + |
| 46 | +entry( |
| 47 | + index = 3, |
| 48 | + label = "CH3NH + Li <=> CH3NHLi", |
| 49 | + degeneracy = 1.0, |
| 50 | + kinetics = Marcus(A=(1.73e+06,'m^3/(mol*s)'), n=2, lmbd_i_coefs=[22140,-3.52755,-0.00528491,2.76922e-06], beta=(1.2e+10,'m^-1'), wr=(0,'J/mol'), wp=(0,'J/mol'), lmbd_o=(0,'J/mol')), |
| 51 | + rank = 3, |
| 52 | + longDesc = |
| 53 | +""" |
| 54 | +Calculated using a geometric mean with the four point method at ccsd(t)-f12/cc-pvdz-f12//wb97x-d3/def2-tzvp |
| 55 | +""", |
| 56 | +) |
| 57 | + |
| 58 | +entry( |
| 59 | + index = 4, |
| 60 | + label = "SH + Li <=> SHLi", |
| 61 | + degeneracy = 1.0, |
| 62 | + kinetics = Marcus(A=(1.73e+06,'m^3/(mol*s)'), n=2, lmbd_i_coefs=[20364.7,0.177444,-0.000702861,-3.39533e-08], beta=(1.2e+10,'m^-1'), wr=(0,'J/mol'), wp=(0,'J/mol'), lmbd_o=(0,'J/mol')), |
| 63 | + rank = 3, |
| 64 | + longDesc = |
| 65 | +""" |
| 66 | +Calculated using a geometric mean with the four point method at ccsd(t)-f12/cc-pvdz-f12//wb97x-d3/def2-tzvp |
| 67 | +""", |
| 68 | +) |
| 69 | + |
0 commit comments