Skip to content

Commit

Permalink
prep Singlet_Carbene_Intra_Disproportionation for autotree gen
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfarinajr committed Aug 2, 2021
1 parent e0d26a9 commit 604712c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 604712c

Please sign in to comment.