RDMC
RDMC copied to clipboard
Witness atom iteration very slow with mol.GetAtoms
Similar to https://github.com/rdkit/rdkit/issues/6208. About 3 - 20x slower according to their benchmark.
This will be fixed in 2023.09 version of RDKit. Using the [mol.GetAtomWithIdx(i) for i in range(mol.GetNumAtoms)]
as a replacement for now.