openbabel
openbabel copied to clipboard
Open Babel is a chemical toolbox designed to speak the many languages of chemical data.
FindPythonInterp and FindPythonLibs are deprecated since CMake 3.12; use FindPython instead - https://cmake.org/cmake/help/v3.12/module/FindPython.html - https://cmake.org/cmake/help/v3.12/module/FindPythonInterp.html - https://cmake.org/cmake/help/v3.12/module/FindPythonLibs.html This requires CMake 3.12 or later
Using the `SMILES` `readstring` converter in `pybel` gives a different orientation of the molecule each time it is run. Is there a way to consistently have the same orientation /...
## Environment Information Open Babel version: git version Operating system and version: Linux/Clang-19 ## Actual Behavior /src/formats/mdffformat.cpp:135:50: warning: variable 'path' is uninitialized when used within its own initialization [-Wuninitialized]
Edit : I want to generate 2D depiction of molecules using SMILES as input, and some long carbon chains containing double bonds are incrorrectly generated. I have thousands of molecules...
## Environment Information Open Babel version: 3.1.0 Operating system and version: Ubuntu (WSL) ## Expected Behavior smiles = '[O:301]=[C:302]([n:303]1[c:304][n:305]cc1)[n:306]2cc[n:307][c:308]2' mol = pybel.readstring("smiles", smiles) smiles1 = mol.write('smiles') print(smiles1) should print O=C(n1cncc1)n1ccnc1...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.5 to 7.0.8. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v7.0.8 What's Changed build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 by @dependabot in peter-evans/create-pull-request#3751 build(deps-dev):...
## Environment Information Open Babel version: Open Babel 3.1.0 and python module openbabel-3.1.1.1 Operating system and version: MacOS Sequoia 15.3.1 (24D70) Python 3.9.6 ## Expected Behavior Successfully run the example...
## Environment Information Open Babel version: 3.1.0 Operating system and version: WSL Ubuntu 22.04.5 ## Expected Behavior For an input molecule with charged groups, I expect output with protons added...
## Environment Information Open Babel version: 3.1.1 Operating system and version: Windows 11 PRO ## Expected Behavior Using the ComputeCharges function, open babel should calculate the charges of the molecule....