Re: [Rdkit-discuss] Different 3D descriptors depending on mol reading method

2022-06-15 Thread Diogo Martins
Hi JSousa, Adding "removeHs=False" when reading from SDF should fix it. Best regards, Diogo On Wed, 15 Jun 2022 at 01:24, J Sousa wrote: > Hi Greg, > > Including the randomSeed argument in all instances didn't change the > situation: > AllChem.EmbedMolecule(mol,useRandomCoords=True,randomSeed=

Re: [Rdkit-discuss] Different 3D descriptors depending on mol reading method

2022-06-15 Thread J Sousa
Hi Greg, Including the randomSeed argument in all instances didn't change the situation: AllChem.EmbedMolecule(mol,useRandomCoords=True,randomSeed=42) The descriptors are still different using the same randomSeed=42. And they are quite different (not just the normal fluctuations from different co