Skip to content

Commit

Permalink
set autoGenerated=True and added product, reactant numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwzheng authored and mjohnson541 committed Mar 2, 2022
1 parent e8744e1 commit f5e169d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
reverse = "SingletCarbenefromMultipleBond"
reversible = True

autoGenerated = False
reactantNum = 1
productNum = 1

autoGenerated = True

recipe(actions=[
['LOSE_PAIR', '*1', '1'],
Expand Down

0 comments on commit f5e169d

Please sign in to comment.