Skip to content

Commit 240fc8d

Browse files
committed
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.
1 parent eb15e4f commit 240fc8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • input/kinetics/families/H_Abstraction

input/kinetics/families/H_Abstraction/groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
entry(
2727
index = 2,
2828
label = "Y_rad_birad_trirad_quadrad",
29-
group = "OR{Y_2centeradjbirad, Y_1centerbirad, Y_rad, Y_1centertrirad, Y_1centerquadrad}",
29+
group = "OR{Y_rad, Y_1centerbirad, Y_1centertrirad, Y_1centerquadrad}",
3030
kinetics = None,
3131
)
3232

0 commit comments

Comments
 (0)