Hi,

I would like to generate conformers from the following smiles: [O-]CC[N+].
My code is te following:
>    ROMol *mol=SmilesToMol([O-]CC[N+);
>    ROMol *mols;
>    mols=addHs(*mol,false,false);

When I write the conformers generated there are no Hs on the nitrogen
instead of three. If I write explicitly [O-]CC[NH3+], it is fine. Is this
normal?

Thanks for your comments.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to