From 2114518503c5d838ab12bed8bc968f115732e0d3 Mon Sep 17 00:00:00 2001 From: Richard West Date: Thu, 9 Jun 2016 13:22:24 -0400 Subject: [PATCH] More concise top-level definition of Y. in H_Abstraction. The Y_2centeradjbirad node is a child of Y_rad and is captured by the very generic Y_rad definition. Having it appear at the start of the OR{} definition for the top-level Y_rad_birad_trirad_quadrad seems thus redundant, confusing, and slower. --- input/kinetics/families/H_Abstraction/groups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/kinetics/families/H_Abstraction/groups.py b/input/kinetics/families/H_Abstraction/groups.py index b50f976d81..f51b15018d 100644 --- a/input/kinetics/families/H_Abstraction/groups.py +++ b/input/kinetics/families/H_Abstraction/groups.py @@ -26,7 +26,7 @@ entry( index = 2, label = "Y_rad_birad_trirad_quadrad", - group = "OR{Y_2centeradjbirad, Y_1centerbirad, Y_rad, Y_1centertrirad, Y_1centerquadrad}", + group = "OR{Y_rad, Y_1centerbirad, Y_1centertrirad, Y_1centerquadrad}", kinetics = None, )