mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* make sure that ResonanceMolSupplier subtructure matches are uniquified consistently * Fixes github #4311 (#4312) * a bit of simple refactoring * Fixes #4311 - adds getValenceContrib() to QueryBond - adds hasBondTypeQuery() and hasComplexBondTypeQuery() to QueryOps namespace - atoms with complex bond type queries now have explict and implicit valences of 0 - adds tests for the above * add a test * Support using SubstructMatchParameters in RGD (#4318) * support substructure search parameters in RGD. Still needs testing/verification of the enhanced stereo stuff * test enhanced stereo * add support to python wrapper unfortunately some python reformatting got mixed in there. * addressed comments in review Co-authored-by: Paolo Tosco <paolo.tosco@novartis.com> Co-authored-by: Greg Landrum <greg.landrum@gmail.com>