Re: [Open Babel] Openbabel Anaconda package Python 3 support

2018-07-20 Thread Geoffrey Hutchison
> Is Anaconda Openbabel package python 3 a "on the fly" conversation? I’m not sure what you mean by that. If you mean “is Open Babel available for Python 3” the answer is yes, of course. -Geoff -- Check out the vibran

Re: [Open Babel] Gen3d not working in .NET

2018-07-20 Thread Leif Peterson
Thanks Noel, got it working.  However, I am using the following molecule as a use case “"CCOc1nc2c(n1Cc1ccc(cc1)c1c1c1n[nH]nn1)c(ccc2)C(=O)O”, and its fitted 3D coordinates (MMFF94) change slightly whenever they are fitted.  Would lowering the convergence criteria for steepest descent (i.e.

[Open Babel] Openbabel Anaconda package Python 3 support

2018-07-20 Thread Luciano Kagami
Dear support team,Is Anaconda Openbabel package python 3 a "on the fly" conversation? Thank you so much.Best regards,Luciano-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.or

Re: [Open Babel] Gen3d not working in .NET

2018-07-20 Thread Noel O'Boyle
You need to check the return values of your functions or you will have segfaults left, right and center. For example, the return value of SetInAndOutFormats() and ReadString(). Also, check the value of gen3d in your debugger. It may be a NULL pointer if FindType failed. - Noel On 19 July 2018 at