Re: [Rdkit-discuss] Example of the new Coulomb Matrix Feature in RDKit

2020-09-20 Thread Max Pinheiro Jr
Dear Henrique, You can try something like this: import rdkit from rdkit import Chem from rdkit.Chem import AllChem from rdkit.Chem.rdMolDescriptors import CalcCoulombMat smiles = 'CN1C=NC2=C1C(=O)N(C(=O)N2C)C' caffeine = Chem.MolFromSmiles(smiles, sanitize=True) caffeine = Chem.AddHs(caffeine)

Re: [Rdkit-discuss] A question of molecule structure

2020-09-20 Thread Peter S. Shenkin
It could involve either a tautomeric solution or a zwitterionic solution. But it is not clear to me why the current structure needs to be altered. After all, pyridones are most commonly written as shown. -P. On Sun, Sep 20, 2020 at 12:19 AM Markus Metz wrote: > Dear Gao: > Your question is a