Skip to content

Commit debe13e

Browse files
mjohnson541davidfarinajr
authored andcommitted
H_abstraction tree preparation
added reverseMap, reactant and product Num for H Abs
1 parent ecdc58d commit debe13e

File tree

1 file changed

+13
-2
lines changed
  • input/kinetics/families/H_Abstraction

1 file changed

+13
-2
lines changed

input/kinetics/families/H_Abstraction/groups.py

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111

1212
reversible = True
1313

14+
reverseMap = {'*1': '*3', '*3': '*1'}
15+
16+
reactantNum = 2
17+
18+
productNum = 2
19+
1420
recipe(actions=[
1521
['BREAK_BOND', '*1', 1, '*2'],
1622
['FORM_BOND', '*2', 1, '*3'],
@@ -21,14 +27,19 @@
2127
entry(
2228
index = 0,
2329
label = "X_H_or_Xrad_H_Xbirad_H_Xtrirad_H",
24-
group = "OR{Xtrirad_H, Xbirad_H, Xrad_H, X_H}",
30+
group = """
31+
1 *1 R u[0,1,2,3] {2,S}
32+
2 *2 H u0 {1,S}
33+
""",
2534
kinetics = None,
2635
)
2736

2837
entry(
2938
index = 1,
3039
label = "Y_rad_birad_trirad_quadrad",
31-
group = "OR{Y_rad, Y_1centerbirad, Y_1centertrirad, Y_1centerquadrad}",
40+
group = """
41+
1 *3 R u[1,2,3,4]
42+
""",
3243
kinetics = None,
3344
)
3445

0 commit comments

Comments
 (0)