Hi there. I thought it was no longer possible to post tickets here. It seems I was wrong. There was a notice at the top of the submission page with the following info: The File Format Support tracker for Open Babel here at sourceforge.net is in read-only mode. It presents the state of Open Babel file format support tickets in March 2017. Tickets are now managed at https://github.com/openbabel/openbabel/issues Go there to submit new tickets, comment on existing tickets, or follow ongoing efforts to...
Hi there. I thought it was no longer to post tickets here. It seems I was wrong. There was a notice at the top of the submission page with the following info: The File Format Support tracker for Open Babel here at sourceforge.net is in read-only mode. It presents the state of Open Babel file format support tickets in March 2017. Tickets are now managed at https://github.com/openbabel/openbabel/issues Go there to submit new tickets, comment on existing tickets, or follow ongoing efforts to service...
This bug is closed. See https://github.com/openbabel/openbabel/issues/1140 and the notice about this SourceForge bug tracker at the top of https://sourceforge.net/p/openbabel/bugs/. If you have found a new bug, please file it on Github as described in that notice.
obminimize gives warnings
The environment variable BABEL_DATADIR is either not set, or pointing to a location...
InChI to SVG stereochemical layer silent error
Works for me with OB 2.4.1. I recall that I fixed an InChI bug at some point.
Good point, GetX(), etc. is probably the best way. GetVector() is working, but if...
This is correct, but as the coordinates are accessible via OBAtom.GetVector(), I...
Thanks for letting me know. Can you confirm that you downloaded GaussSum from the...
Open Babel 2.4.0 Released
Not a bug. That's the docs for the dev version, which cannot be downloaded for windows...
Interpretation of InChI's stereochemical layer in obabel 2.3.3
Seems to be working fine for me now with the development version: echo "InChI=1/C4H8N2O3/c5-2(4(8)9)1-3(6)7/h2H,1,5H2,(H2,6,7)(H,8,9)/t2-/m0/s1/f/h8H,6H2"...
Segmentation fault for converting InChi to MDL
This appears to be working now with the current development code (I confirm that...
Null pointer dereference in OpenBabel::OBSmilesParser::ParseSmiles
This appears to be fixed in the current development code: *** Open Babel Warning...
Forget my previous comment. It seems to be working fine for me on Linux too. Your...
Ah - seems to work on Windows but fail on Linux.
Seems to work fine now with the latest code. Can you confirm?
Confirmed
You need to make it 3d first. If all the atom coordinates are zero, maybe those energy...
Try: ff = pybel._forcefields['mmff94'] ff.Setup(sm.OBMol) True ff.Energy(sm.OBMol)...
Wow - really appreciate it. I really didn't expect a response after so long. This...
Hi Kevin, I realise it's a bit late in the day but I'd like to modify lys and arg...
Gaussum 3.0 crah after loading Gamess file
The .dat file you attached is not a GAMESS log file. GaussSum only extracts information...
We can't really fix/debug/reproduce this unless you give us a minimal code example...
That's weird. I'll look into it when I get a chance. Unfortunately, I don't have...
In that case, does "import matplotlib" work at a Python3 prompt? Also, re-reading...
Is this a gausssum installed by ubuntu? if so - please report to them. if not, it's...
Documentation: broken link to self-hosted file
Thanks. Now fixed.
My notes (https://gist.github.com/baoilleach/4232459) say that the actual valence...
Looks like a file permissions problem. Nothing to do with Open Babel.
Does this occur with the latest OB release?