Skip to content

Commit abee4d8

Browse files
committed
Add rates to 1+2_cycloaddition and 1,2_insertion
Rates taken from Polino et al. Paper not available to public yet so comment about its methods will be added later. Also these the1+2_cycloaddition family does not really work correctly without additional hard-coded changes. These are still being tested.
1 parent 0c20a41 commit abee4d8

File tree

7 files changed

+136
-17
lines changed

7 files changed

+136
-17
lines changed

databases/RMG_database/kinetics_groups/1+2_Cycloaddition/dictionary.txt

Lines changed: 52 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,27 @@
1515
//
1616
// 2/3/2003
1717

18+
// Changed carbene definitions to be singlet, as far as I know triplet carbene cannot react this way without intersystem conversion.
19+
// At least all the rates from Polino are for singlet carbene only. -nyee
20+
1821
elec_def
1922
Union {carbene, me_carbene, dime_carbene, ph_carbene, o_atom}
2023

2124
carbene
22-
1 *3 C 2 {2,S} {3,S}
25+
1 *3 C 2S {2,S} {3,S}
2326
2 H 0 {1,S}
2427
3 H 0 {1,S}
2528

2629
me_carbene
27-
1 *3 C 2 {2,S} {3,S}
30+
1 *3 C 2S {2,S} {3,S}
2831
2 Cs 0 {1,S} {4,S} {5,S} {6,S}
2932
3 H 0 {1,S}
3033
4 H 0 {2,S}
3134
5 H 0 {2,S}
3235
6 H 0 {2,S}
3336

3437
dime_carbene
35-
1 *3 C 2 {2,S} {3,S}
38+
1 *3 C 2S {2,S} {3,S}
3639
2 Cs 0 {1,S} {4,S} {5,S} {6,S}
3740
3 Cs 0 {1,S} {7,S} {8,S} {9,S}
3841
4 H 0 {2,S}
@@ -43,7 +46,7 @@ dime_carbene
4346
9 H 0 {3,S}
4447

4548
ph_carbene
46-
1 *3 C 2 {2,S} {3,S}
49+
1 *3 C 2S {2,S} {3,S}
4750
2 Cb 0 {1,S} {4,B} {5,B}
4851
3 H 0 {1,S}
4952
4 Cb 0 {2,B} {6,B}
@@ -56,11 +59,11 @@ o_atom
5659
1 *3 O 2
5760

5861
multiplebond
59-
1 *1 {Cd,CO} 0 {2,D}
60-
2 *2 {Cd,O} 0 {1,D}
62+
//Union {mb_carbonyl, mb_db, mb_tb, mb_benzb}
63+
Union {mb_carbonyl, mb_db, mb_tb}
6164

6265
mb_carbonyl
63-
1 *1 CO 0 {2,D}
66+
1 *1 {CO,Cdd} 0 {2,D}
6467
2 *2 O 0 {1,D}
6568

6669
mb_carbonyl_2H
@@ -100,8 +103,8 @@ mb_carbonyl_DeDe
100103
4 {Cd,Ct,Cb,CO} 0 {1,S}
101104

102105
mb_db
103-
1 *1 Cd 0 {2,D}
104-
2 *2 Cd 0 {1,D}
106+
1 *1 {Cd,Cdd} 0 {2,D}
107+
2 *2 {Cd,Cdd} 0 {1,D}
105108

106109
mb_db_unsub
107110
1 *1 Cd 0 {2,D} {3,S} {4,S}
@@ -310,3 +313,43 @@ mb_db_tetrasub_fourDe
310313
4 {Cd,Ct,Cb,CO} 0 {1,S}
311314
5 {Cd,Ct,Cb,CO} 0 {2,S}
312315
6 {Cd,Ct,Cb,CO} 0 {2,S}
316+
317+
mb_db_dbSub
318+
1 *1 Cdd 0 {2,D} {3,D}
319+
2 *2 Cd 0 {1,D}
320+
3 {Cd,Cdd} 0 {1,D}
321+
322+
mb_tb
323+
1 *1 Ct 0 {2,T}
324+
2 *2 Ct 0 {1,T}
325+
326+
mb_tb_unsub
327+
1 *1 Ct 0 {2,T} {3,S}
328+
2 *2 Ct 0 {1,T} {4,S}
329+
3 H 0 {1,S}
330+
4 H 0 {2,S}
331+
332+
mb_tb_monosub
333+
1 *1 Ct 0 {2,T} {3,S}
334+
2 *2 Ct 0 {1,T} {4,S}
335+
3 R!H 0 {1,S}
336+
4 H 0 {2,S}
337+
338+
mb_tb_monosub_Nd
339+
1 *1 Ct 0 {2,T} {3,S}
340+
2 *2 Ct 0 {1,T} {4,S}
341+
3 {Cs,Os} 0 {1,S}
342+
4 H 0 {2,S}
343+
344+
mb_tb_disub
345+
1 *1 Ct 0 {2,T} {3,S}
346+
2 *2 Ct 0 {1,T} {4,S}
347+
3 R!H 0 {1,S}
348+
4 R!H 0 {2,S}
349+
350+
mb_tb_disub_twoNd
351+
1 *1 Ct 0 {2,T} {3,S}
352+
2 *2 Ct 0 {1,T} {4,S}
353+
3 {Cs,Os} 0 {1,S}
354+
4 {Cs,Os} 0 {2,S}
355+

databases/RMG_database/kinetics_groups/1+2_Cycloaddition/rateLibrary.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Arrhenius_EP
1212
// [195] Herbrechtsmeier, P. Reactions of O(3P) Atoms with Unsaturated C3 Hydrocarbons. In Combust. Inst. European Symp., 1973; pp13.
1313
// [196] Smith, I.W.M. Trans. Faraday Soc. 1968, 64, 378.
1414
// [197] Cvetanovic, R. J. Chem. Phys. 1959, 30, 19.
15+
// reminder to self to estimate errors add more to citation when that info becomes available -nyee
16+
// Polino D., J. Phys. Chem. A, 2013
17+
1518

1619
// rate constants from rate_library_4.txt, Cath, 03/07/28
1720

@@ -26,3 +29,11 @@ Arrhenius_EP
2629
583. o_atom mb_db_onecdisub_Nd 298-410 7.6E+12 0 0 0.10 *1.2 0 0 0.40 4 Smith [196]
2730
584. o_atom mb_db_twocdisub_Nd 298 1.54E+13 0 0 0 0 0 0 0 4 Cvetanovic [197]
2831
585. o_atom mb_db_tetrasub_Nd 298 3.18E+13 0 0 0 *1.2 0 0 0 4 Cvetanovic [197]
32+
586. carbene mb_tb_unsub 200-2000 1.77E+15 -0.662 0 3.77E-2 0 0 0 0 2 Polino [carbene,acetylene]
33+
587. carbene mb_db_unsub 200-2000 1.24E+15 -0.684 0 -8.05E-2 0 0 0 0 2 Polino [carbene,ethene]
34+
588. carbene mb_tb_monosub_Nd 200-2000 4.50E+15 -0.708 0 -2.67E-2 0 0 0 0 2 Polino [carbene,propyne]
35+
589. carbene mb_db_monosub_Nd 200-2000 5.00E+15 -0.826 0 -0.09 0 0 0 0 2 Polino [carbene,propene]
36+
590. carbene mb_db_dbSub 200-2000 6.38E+14 -0.562 0 -0.133 0 0 0 0 2 Polino [carbene,propadiene]
37+
591. carbene mb_tb_disub_twoNd 200-2000 4.70E+15 -0.823 0 2.3E-2 0 0 0 0 2 Polino [carbene,2-butyne]
38+
592. carbene mb_db_monosub_De 200-2000 1.85E+15 -0.700 0 -6.72E-2 0 0 0 0 2 Polino [carbene,1,3-butadiene]
39+

databases/RMG_database/kinetics_groups/1+2_Cycloaddition/tree.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ L1: multiplebond
2121
L3: mb_db_unsub
2222
L3: mb_db_monosub
2323
L4: mb_db_monosub_Nd
24-
L4: mb_db_monosub_De
24+
L4: mb_db_monosub_De
2525
L3: mb_db_onecdisub
2626
L4: mb_db_onecdisub_Nd
2727
L4: mb_db_onecdisub_oneDe
@@ -31,7 +31,7 @@ L1: multiplebond
3131
L4: mb_db_twocdisub_oneDe
3232
L4: mb_db_twocdisub_twoDe
3333
L3: mb_db_trisub
34-
L4: mb_db_trisub_Nd
34+
L4: mb_db_trisub_Nd
3535
L4: mb_db_trisub_oneMDe
3636
L4: mb_db_trisub_oneDDe
3737
L4: mb_db_trisub_onectwoDe
@@ -44,4 +44,12 @@ L1: multiplebond
4444
L4: mb_db_tetrasub_twoctwoDe
4545
L4: mb_db_tetrasub_threeDe
4646
L4: mb_db_tetrasub_fourDe
47+
L3: mb_db_dbSub
48+
L2: mb_tb
49+
L3: mb_tb_unsub
50+
L3: mb_tb_monosub
51+
L4: mb_tb_monosub_Nd
52+
L3: mb_tb_disub
53+
L4: mb_tb_disub_twoNd
54+
4755

databases/RMG_database/kinetics_groups/1,2_Insertion/dictionary.txt

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
//f11 : carbon monoxide insertion reaction (1,2-insertion) C.D.W. 01/29/03
22

3+
Y_birad
4+
Union{carbene,CO_birad}
5+
6+
carbene
7+
1 *1 C 2S {2,S}, {3,S}
8+
2 H 0 {1,S}
9+
3 H 0 {1,S}
10+
311
CO_birad
412
1 *1 C 2 {2,D}
513
2 O 0 {1,D}
@@ -8,7 +16,7 @@ RR'
816
Union {R_H,R_R'}
917

1018
R_H
11-
1 *2 {H,Cs,Cd,Cb,O,Sis,Sid} 0 {2,S}
19+
1 *2 {H,Cs,Cd,Cb,Ct,O,Sis,Sid} 0 {2,S}
1220
2 *3 H 0 {1,S}
1321

1422
H2
@@ -57,6 +65,20 @@ C_pri/De
5765
4 H 0 {1,S}
5866
5 {Cd,Ct,Cb,CO} 0 {1,S}
5967

68+
C_pri/Ct
69+
1 *2 C 0 {2,S}, {3,S}, {4,S}, {5,S}
70+
2 *3 H 0 {1,S}
71+
3 H 0 {1,S}
72+
4 H 0 {1,S}
73+
5 Ct 0 {1,S}
74+
75+
C_pri/Cd
76+
1 *2 C 0 {2,S}, {3,S}, {4,S}, {5,S}
77+
2 *3 H 0 {1,S}
78+
3 H 0 {1,S}
79+
4 H 0 {1,S}
80+
5 Cd 0 {1,S}
81+
6082
C_sec
6183
1 *2 C 0 {2,S}, {3,S}, {4,S}, {5,S}
6284
2 *3 H 0 {1,S}
@@ -209,6 +231,14 @@ Cd_pri
209231
3 *3 H 0 {1,S}
210232
4 H 0 {1,S}
211233

234+
ethene
235+
1 *2 C 0 {2,D}, {3,S}, {4,S}
236+
2 C 0 {1,D} {5,S} {6,S}
237+
3 *3 H 0 {1,S}
238+
4 H 0 {1,S}
239+
5 H 0 {2,S}
240+
6 H 0 {2,S}
241+
212242
Cd_sec
213243
1 *2 C 0 {2,D}, {3,S}, {4,S}
214244
2 C 0 {1,D}
@@ -239,9 +269,19 @@ Cb_H
239269
3 {Cb,Cbf} 0 {1,B}
240270
4 *3 H 0 {1,S}
241271

272+
Ct_H
273+
1 *2 Ct 0 {2,S}
274+
2 *3 H 0 {1,S}
275+
276+
acetylene
277+
1 *2 Ct 0 {2,S} {3,T}
278+
2 *3 H 0 {1,S}
279+
3 Ct 0 {1,T} {4,S}
280+
4 H 0 {3,S}
281+
242282
R_R'
243283
1 *2 {Cs,Sis} 0 {2,S}, {3,S}, {4,S}, {5,S}
244-
2 *3 {Cs,Cd,Cb,Sis,Sid} 0 {1,S}
284+
2 *3 {Cs,Cd,Cb,Ct,Sis,Sid} 0 {1,S}
245285
3 H 0 {1,S}
246286
4 H 0 {1,S}
247287
5 H 0 {1,S}

databases/RMG_database/kinetics_groups/1,2_Insertion/rateLibrary.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Arrhenius_EP
77
// Catherina Wijaya Thesis pg 130
88
// [87] Sumathi et al (2003) - CBS-QB3 calculations.
99
// rate constants from rate_library_4.txt, Cath, 03/07/28
10+
// Polino, D. JPCA 2013 -Note to self, add error and better citation when info available -nyee
1011

1112
//No. CO_birad RR' Temp. A N a E0 DA Dn Da DE0 Rank Comments
1213
553. CO_birad RR' 300-1500 1E+05 2 0 80 0 0 0 0 0 Default
@@ -16,5 +17,12 @@ Arrhenius_EP
1617
557. CO_birad C_pri/NonDeC 300-1500 9.14E+04 2.53 0 85.5 0 0 0 0 2 [87]CBS-QB3 calculations from Sumathi 2003.
1718
558. CO_birad C/H2/NonDeC 300-1500 7.66E+05 2.07 0 82.2 0 0 0 0 2 [87]CBS-QB3 calculations from Sumathi 2003.
1819
559. CO_birad C/H/Cs3 300-1500 8.89E+07 1.51 0 79.2 0 0 0 0 2 [87]CBS-QB3 calculations from Sumathi 2003.
19-
5600. CO_birad CsO_H 300-2000 0.127 3.7 0.0 53.36 0.0 0.0 0.0 0.0 2 CBS-QB3 calculations by Franklin, 2010
20-
20+
560. CO_birad CsO_H 300-2000 0.127 3.7 0.0 53.36 0.0 0.0 0.0 0.0 2 CBS-QB3 calculations by Franklin, 2010
21+
561. carbene ethene 250-2000 6.63E+11 0.0073 0 -1.045 0 0 0 0 2 Polino
22+
562. carbene Cd_pri 250-2000 3.50E+10 0.465 0 -1.742 0 0 0 0 2 Polino, [carbene,propadiene] as model reaction
23+
563. carbene acetylene 250-2000 1.65E+7 1.475 0 -1.651 0 0 0 0 2 Polino
24+
564. carbene Ct_H 250-2000 1.02E+8 1.249 0 -2.214 0 0 0 0 2 Polino [carbene, propyne] as model reaction
25+
565. carbene C_pri/Cd 250-2000 6.62E+12 0.324 0 -0.935 0 0 0 0 2 Polino [carbene,propene]
26+
566. carbene C_pri/Ct 250-2000 2.47E+9 0.797 0 -1.174 0 0 0 0 2 Polino [carbene,2-butyne]
27+
567. carbene Cd/H/NonDeC 250-2000 1.07E+13 -0.274 0 -0.686 0 0 0 0 2 Polino [carbene,propene]
28+
568. carbene Cd/H/OneDe 250-200 1.84E+10 0.498 0 -1.758 0 0 0 0 2 Polino [carbene,1,3-butadiene]

databases/RMG_database/kinetics_groups/1,2_Insertion/reactionAdjList.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// f11 1,2_insertion
1111

12-
CO_birad + RR' -> R_CO_R'
12+
Y_birad + RR' -> R_CO_R'
1313

1414
forward
1515
reverse(f12): 1,1_Elimination

databases/RMG_database/kinetics_groups/1,2_Insertion/tree.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66
// "Ketone" for this reaction family. The other reactions seem not to be
77
// favourable.Especially with CH2T and Oat it is not possible. It has to be
88
// singlet. I now feel it is not necessary.
9+
// note from nyee: I'm reinstating at least CH2(singlet) seeing as I have a paper with some of the rates. See rateLib for reference
910

10-
L1: CO_birad
11+
12+
L1: Y_birad
13+
L2: CO_birad
14+
L2: carbene
1115

1216
L1: RR'
1317
L2: R_H
@@ -18,6 +22,8 @@ L1: RR'
1822
L5: C_pri/NonDeC
1923
L5: C_pri/NonDeO
2024
L5: C_pri/De
25+
L6: C_pri/Cd
26+
L6: C_pri/Ct
2127
L4: C_sec
2228
L5: C/H2/NonDeC
2329
L5: C/H2/NonDeO
@@ -40,13 +46,16 @@ L1: RR'
4046
L5: C/H/ThreeDe
4147
L3: Cd_H
4248
L4: Cd_pri
49+
L5: ethene
4350
L4: Cd_sec
4451
L5: Cd/H/NonDeC
4552
L5: Cd/H/NonDeO
4653
L5: Cd/H/OneDe
4754
L3: Cb_H
4855
L3: RO_H
4956
L4: CsO_H
57+
L3: Ct_H
58+
L4: acetylene
5059
L2 : R_R'
5160
L3: Cs_Cs
5261
L4: C_methyl_C_methyl

0 commit comments

Comments
 (0)