mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
enumeration is only carried out when the user asks for a structure or when the user explicitly request that calling the enumerate() member function. This makes object creation fast and enables calling getNumConjGrps(), getBondConjGrpIdx() and getAtomConjGrpIdx() member function without incurring in the cost of necessarily enumerating resonance structures - fixed some int/unsigned int inconsistencies - now bonds and atoms with do not belong to conjugated groups get a -1 index - added a few Python wrappers - added a few tests - removed unused variables from Code/GraphMol/ForceFieldHelpers/MMFF/Builder.cpp - fixed ResonanceMolSupplier Java wrappers which were really broken