Skip to content

Commit

Permalink
Fix bug in disproportionation tree
Browse files Browse the repository at this point in the history
H_rad is child of Y_rad, so it should not be listed in the top logic node.
Also move H_rad higher in the tree since it's a common radical.
  • Loading branch information
mliu49 committed Jan 17, 2017
1 parent da2c46c commit da538e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/kinetics/families/Disproportionation/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
entry(
index = 1,
label = "Y_rad_birad_trirad_quadrad",
group = "OR{Y_1centerquadrad, Y_1centertrirad, Y_2centerbirad, Y_1centerbirad, Y_rad, H_rad}",
group = "OR{Y_1centerquadrad, Y_1centertrirad, Y_2centerbirad, Y_1centerbirad, Y_rad}",
kinetics = None,
)

Expand Down Expand Up @@ -2727,6 +2727,7 @@
L3: CH2_triplet
L3: NH_triplet
L2: Y_rad
L3: H_rad
L3: Ct_rad
L4: Ct_rad/Ct
L4: Ct_rad/Nt
Expand Down Expand Up @@ -2810,7 +2811,6 @@
L5: N3d_rad/N
L3: N5_rad
L4: N5d_rad
L3: H_rad
L1: XH_Rrad_birad
L2: XH_Rrad
L3: XH_s_Rrad
Expand Down

0 comments on commit da538e7

Please sign in to comment.