-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Stereo-dependent reaction mapping from geometries
Problem case: [CH]1[C@H]2CC[C@@h]1O2 => C1=C2CC[C@@h]1O2 + [H] * ^ * ^ Notes: 1. Without stereochemistry, * and ^ are symmetrically equivalent, so that the C-H bond of either one could be broken to yield the product. 2. With stereochemistry, this is not the case. Only one of them can yield the product. 3. This was causing a bug in our reaction mapping strategy, as only one of the (apparently equivalent) bonds was enumerated for the beta scission, but it was for the wrong (impossible) stereoisomer.
- Loading branch information
Showing
2 changed files
with
86 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters