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 kspieks committed Nov 30, 2021
1 parent 8409e44 commit 536ce8b
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 536ce8b

Please sign in to comment.