Skip to content

Commit 23e7381

Browse files
mliu49nyee
authored andcommitted
Fix bug in disproportionation tree
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.
1 parent 63c3f0e commit 23e7381

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • input/kinetics/families/Disproportionation

input/kinetics/families/Disproportionation/groups.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
entry(
2525
index = 1,
2626
label = "Y_rad_birad_trirad_quadrad",
27-
group = "OR{Y_1centerquadrad, Y_1centertrirad, Y_2centerbirad, Y_1centerbirad, Y_rad, H_rad}",
27+
group = "OR{Y_1centerquadrad, Y_1centertrirad, Y_2centerbirad, Y_1centerbirad, Y_rad}",
2828
kinetics = None,
2929
)
3030

@@ -2727,6 +2727,7 @@
27272727
L3: CH2_triplet
27282728
L3: NH_triplet
27292729
L2: Y_rad
2730+
L3: H_rad
27302731
L3: Ct_rad
27312732
L4: Ct_rad/Ct
27322733
L4: Ct_rad/Nt
@@ -2810,7 +2811,6 @@
28102811
L5: N3d_rad/N
28112812
L3: N5_rad
28122813
L4: N5d_rad
2813-
L3: H_rad
28142814
L1: XH_Rrad_birad
28152815
L2: XH_Rrad
28162816
L3: XH_s_Rrad

0 commit comments

Comments
 (0)