[Rdkit-discuss] missing function for measuring angles

2014-10-13 Thread Jose Manuel Gally
Dear rdkitters, I cannot find the functions GetAngleDeg and GetAngleRad which should be in rdMolTransforms according to the docs: http://www.rdkit.org/Python_Docs/rdkit.Chem.rdMolTransforms-module.html Here are the modules listed in rdMolTransforms with dir command: ['CanonicalizeConformer',

Re: [Rdkit-discuss] missing function for measuring angles

2014-10-13 Thread Paolo Tosco
Dear José-Manuel, I have just updated to the latest RDKit development version and the modules listed in rdMolTransforms include the Get.../Set... functions you wish to use: import rdkit from rdkit import Chem from rdkit.Chem import rdMolTransforms dir(rdMolTransforms)