From 604712c751d1807fa29c53ad889b3554b9d35213 Mon Sep 17 00:00:00 2001 From: davidfarinajr Date: Fri, 16 Jul 2021 18:20:06 -0400 Subject: [PATCH] prep `Singlet_Carbene_Intra_Disproportionation` for autotree gen --- .../Singlet_Carbene_Intra_Disproportionation/groups.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/input/kinetics/families/Singlet_Carbene_Intra_Disproportionation/groups.py b/input/kinetics/families/Singlet_Carbene_Intra_Disproportionation/groups.py index dc8ec9552c..4262454d87 100644 --- a/input/kinetics/families/Singlet_Carbene_Intra_Disproportionation/groups.py +++ b/input/kinetics/families/Singlet_Carbene_Intra_Disproportionation/groups.py @@ -10,8 +10,10 @@ template(reactants=["singletcarbene_CH"], products=["CH_C_unsaturated"], ownReverse=False) reverse = "SingletCarbenefromMultipleBond" - +reactantNum = 1 +productNum = 1 reversible = True + recipe(actions=[ ['LOSE_PAIR', '*1', '1'], ['FORM_BOND', '*1', 1, '*3'],