[OpenBabel-Devel] protonate molecule bizzare behaviour

2013-04-19 Thread thanasio
Hi, I use the following command to protonate molecules from pdb files : OBMol mol; mol->AddHydrogens(false, true, 7.4); Why is it that every time hydrogens added with different co-ordinates? That is not good for developing, especially for debugging. Is there any way that we can add hydrogens i

Re: [OpenBabel-Devel] protonate molecule bizzare behaviour

2013-04-20 Thread Geoffrey Hutchison
> Why is it that every time hydrogens added with different co-ordinates? > That is not good for developing, especially for debugging. > > Is there any way that we can add hydrogens in a consistent way? > Am i doing something wrong..? The only time a random vector is created is for atom types whe

Re: [OpenBabel-Devel] protonate molecule bizzare behaviour

2013-05-06 Thread thanasio
I think it's fine. My concern was regarding consistency for debugging purposes. In case anyone has a similar issue, the workaround is to write the co-ordinates of the system to test in a file and then override the initial co-ordinates of the system from this file...:)) -- View this message in co