Skip to content

Commit

Permalink
H_abstraction tree preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 authored and davidfarinajr committed Oct 14, 2021
1 parent ecdc58d commit 1cada62
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions input/kinetics/families/H_Abstraction/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,19 @@
entry(
index = 0,
label = "X_H_or_Xrad_H_Xbirad_H_Xtrirad_H",
group = "OR{Xtrirad_H, Xbirad_H, Xrad_H, X_H}",
group = """
1 *1 R u[0,1,2,3] {2,S}
2 *2 H u0 {1,S}
""",
kinetics = None,
)

entry(
index = 1,
label = "Y_rad_birad_trirad_quadrad",
group = "OR{Y_rad, Y_1centerbirad, Y_1centertrirad, Y_1centerquadrad}",
group = """
1 *3 R u[1,2,3,4]
""",
kinetics = None,
)

Expand Down

0 comments on commit 1cada62

Please sign in to comment.