openbabel
openbabel copied to clipboard
Open Babel is a chemical toolbox designed to speak the many languages of chemical data.
## Environment Information Open Babel version: 3.1.0 ## Expected Behavior I expected and assumed that by generating partial charges using the Gasteiger method for a specific conformation of a particular...
Need to upgrade to Python3.12 for other reasons, yet openbabel does not support it yet. Would be interested to know if the developers plan to support python 3.12, and if...
## Environment Information Open Babel version: openbabel 3.0.0 Operating system and version: Ubuntu 18.04, Python 2.7.17 I want to generate a reasonable 3D structure from SMILES string (take 'C1CCCC1' for...
# Context I need to convert thousands of SMILES into SDF file using pybel via python scripts (several code lines below). ``` for ind, row in df.iterrows(): df.loc[ind, 'ROMol'] =...
Attached script generates obmol objects from strings containing an xyz file. If I switch the order of the coordinates, the atom type assignment changes, that is, the hydrogen bound to...
- [x] I believe this to be a bug with Open Babel - [ ] This is a feature request ## Environment Information Open Babel version: 3.1.1 Operating system and...
## Environment Information Open Babel version:3.1.1 Operating system and version: 5.15.0-121-generic Ubuntu I have compiled ## Expected Behavior The problem is related to the option "-ag" in writing cif mentioned...
## Environment Information Open Babel version: 3.1.1 (tested using the x64 installer) Operating system and version: Windows 11 23H2 (OS Build 22631.4037) ## Expected Behavior The installer drops OpenBabel's files...
Version 1.1.0 of rapidjson is now 8 years old, and building Open Babel is currently broken on recent Linux systems as a result. Using the current code incorporates the many...
## Environment Information Open Babel version: github default branch (20th June 2025) Operating system and version: MacOS Sequoia 15.5 ## Expected Behavior ``` cmake .. -DCMAKE_INSTALL_PREFIX=/Users/jclarknicholas/local/obabel -DPYTHON_BINDINGS=ON ``` Expected project...