79092389

Date: 2024-10-16 03:44:24
Score: 1
Natty:
Report link

I found that I have not to re-assign AllChem.EmbedMolecule to the object, just call it:

AllChem.EmbedMolecule(mol) 
AllChem.UFFOptimizeMolecule(mol) 
df.loc[ind, 'Mol_H'] = mol

The problem is solved.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: M.Vu