mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-06 22:39:55 +08:00
in the AtomElectrons and BondElectrons constructors - removed superfluous NULLness check in ConjElectrons destructor - outer electrons are used instead of atomic number to determine formal charging behaviour - better handling of electronegativity using Allen electronegativity instead of the number of outer electrons - removed superfluous code in sanitizeMol() (I had missed the "If there is a failure in the sanitization, a SanitException will be thrown" note) - used getOtherAtom() method whose existence I ignored (thanks Greg!)