I'm a bit confused by how RDKit calculates the 2D coordinates. I use AllChem.Compute2DCoords(mol, clearConfs = False) to calculate the 2D coordinates.
Given an SD file containing a 2D depiction, RDKit appears to use those coordinates rather than generating its own. Can you confirm that this is the case, as this is a bit unexpected? Noel

