forked from rdkit/rdkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved handling of SP/TB/OH reording in SMILES/SMARTS. (rdkit#6777)
* Improved handling of SP/TB/OH reording in SMILES/SMARTS. - add a getMaxNbors(tag) utility function to avoid repeated logic in multiple places - tweak getChiralPermutation() for handling implicit/missing ligands (uses -1), allow inverse lookup - use the tweaked chiral ordering in the reading/writing from SMILES * clang-format run * Reviewer requested changes. - curly braces on all if conditions - null check raw pointers with precondition. * Correct additional test case introduced in the last year
- Loading branch information
Showing
9 changed files
with
193 additions
and
91 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
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
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
Oops, something went wrong.