Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/openbabel/openbabel

Open Babel is a chemical toolbox designed to speak the many languages of chemical data.
https://github.com/openbabel/openbabel

Merge pull request #1820 from serval2412/Fix1331

Fix#1331: avoid crash with Q-Chem fragment

6a18edc4badd1b64d4f31ae01a8afbee9ff1f844 authored over 6 years ago
Merge pull request #1834 from baoilleach/VectorClear

Re-enable vector.clear() to allow wrapped std::vectors to be reused

1cbdb7c9658549a665446b349c59aa43852f3a05 authored over 6 years ago
Re-enable vector.clear() to allow wrapped std::vectors to be reused, with some possible (?) performance benefit.

a4c574a07d5ead84432ab2149469d5d004c929f6 authored over 6 years ago
Merge pull request #1833 from ghutchis/enable-public-forcefields

Allow public access to retrieve gradients

0c8e78ae2e4d424e90d25d6e54b321471e82b2f4 authored over 6 years ago
Add test for GetGradient for bindings

116dd4b2509564318bb16525ae27061946d59782 authored over 6 years ago
Allow public access to retrieve gradients

43ec7da306feb1461a23fdee5b2aeb0e8283e114 authored over 6 years ago
Merge pull request #1832 from baoilleach/CopySubstructure

Fix to CopySubstructure found when running over ChEMBL

6c576995969b048186232970ef1b630400544b31 authored over 6 years ago
Fix segfault. I forgot to check that the 'from' atom in the tetstereo was being copied.

2e87646b6b60980716524e7e207d263ce766a3d6 authored over 6 years ago
Merge pull request #1829 from baoilleach/ECFP

Get ECFP working

71910551d2ece213d30a88bd105e73e96508a84c authored over 6 years ago
Add a basic test for ECPF

981b0bfb6cd5f560eda89b3d6bcc82ec5858926f authored over 6 years ago
Get ECFP working. First of all, the fingerprint was being resized to 0 with the initial Clear() so nothing was returned. Secondly, there was an off-by-one when using the atom Idx() to address AtomInfo. This was in the code to handle the nbrs.

1c2916cc5e6ed31a23291524b08291c904506c3f authored over 6 years ago
Remove lattice convenience functions from OBMol

My previous iteration of periodic boundary conditions in OBMol added
an extra copy of OBUnitCell...

5885339c7a82bb92b46a1b707949cded818016da authored almost 7 years ago
Merge pull request #1811 from baoilleach/CopySubstructure

Add OBMol::CopySubstructure

725078f2c064b0bea9425bfafe2390212588a9b1 authored almost 7 years ago
Merge pull request #1824 from ComPlat/master

Add stereo + obfunctions + kekulize to ruby binding

90430415280a3c3ade19338e81b6792addd354aa authored almost 7 years ago
Merge pull request #1823 from ghutchis/prefer-whole-molecule-cifs

Set default to read CIFs with specified coordinates, no wrapping.

8d440f49dfebd4d25710cb15537cfb389a566024 authored almost 7 years ago
Make sure new test is run.

2a09e46db5a35b47c0994c71292f7c98a87ddf62 authored almost 7 years ago
Add sample molecule from Crystallographic Open Database for test

260d08cec8079f47134052b991257db387994b13 authored almost 7 years ago
Fix old test to properly run with new CIF code.

26da335bc5f7a3f1d76ab89ab39d95ba7e26f2ae authored almost 7 years ago
Generate useful error messags if plugins can't be found.

fc6ddb3df50877af400a4dbc6c4127650fcd58e0 authored almost 7 years ago
Merge branch 'master' of https://github.com/openbabel/openbabel into openbabel

815e3bc0e96a08fc460c7a2a554d93f4078695f9 authored almost 7 years ago
Merge pull request #1825 from serval2412/Fix1056

Fix#1056: remove a debug output

1c7f39b1518872b80d2d20670ed3751c6c6c2b47 authored almost 7 years ago
Fix#1056: remove a debug output

All the other cerr statements should be taken into account.
Some should be changed by using erro...

44c92d4892d21e31ef118f1cac4b7f6acca5d1af authored almost 7 years ago
Remove OBChemTsfm.Init

46df170c6504c5d819d3b81e8445aecc8a7fcadf authored almost 7 years ago
Add OBMol::SetIsReaction() and OBMol::IsReaction()

94aef8b58e363c0cb65280cdf9f75946e091f8a6 authored almost 7 years ago
Fix SMILES reading of reactions. I was missing the ParseComplex atoms.

84ee4c63ac55accf8f972b00cef2a3793715193d authored almost 7 years ago
Add IsValid() to reaction facade

3dbc5eefad01bbc3172f4152340b85ed9a6eeefc authored almost 7 years ago
Port RInChI over to new reaction handling

a100cd2a78a82b49436dc4127ff3935376942e9b authored almost 7 years ago
Latest updates. Change to using an enum.

00de9ab03e77dc1fc2728bb9f193f1f07c3254c4 authored almost 7 years ago
Move the facade code out into its own class and expand it

115160c8e66e07636f1354a8ef6289d990361ab7 authored almost 7 years ago
Initial commit of code to read and write reaction SMILES with the regular SMILES reader/writer and using an OBMol as the container

0a1499daa4bf4b3df2a1d0399fe74139ff3a9d82 authored almost 7 years ago
Rename obpairtemplateint to OBPairInteger (like the C++ API typedef). Also might as well add OBPairFloatingPoint at the same time.

f9e8ba255c9f6be00431a228579c5452ad1e6de8 authored almost 7 years ago
Add tests for OBReactionFacade

b8d2ed88d82190b87e8d5dfc49552de1ba24566c authored almost 7 years ago
Add stereo + obfunctions + kekulize to ruby binding

e4752e459a009decd4dcd731778a04dce5f21894 authored almost 7 years ago
Merge pull request #1822 from hille721/pillow

Using pillow instead of PIL

0359b97c0b24a188a7ab2a5022b36ef38137df69 authored almost 7 years ago
Minor tweak. The function should not return false if a bond is specified for exclusion, even if it joins atoms not in the substructure. Consider the case of excluding all non-ring bonds, and including ring atoms.

c059b2f1fa8d755e60fe84d13eddea40b4983f08 authored almost 7 years ago
Set default to read CIFs with specified coordinates, no wrapping.

Fixes #1726 with reading molecules from CIF and MMCIF files.
(test forthcoming)

3be583a979f6dedf8811a366f8de0694ec72b10d authored almost 7 years ago
Using pillow instead of PIL

The problem of PIL: the latest version is of 2009 and so there are dependency problems with the ...

56776d15a632633214ccacede72c6d2b6382222a authored almost 7 years ago
Expand the copy residue test to check the information in the resulting PDB file

6cb7679778f09faeb30e7297f26ea26efa5aa45a authored almost 7 years ago
Fix#1331: avoid crash with Q-Chem fragment

Test if an atom has been retrieved before calling SetPartialCharge
+ test if the number of atoms...

522a8cc5ebee92f3e5d03fce9d87d0778f304cbb authored almost 7 years ago
Fixes #1282: check format input is provided

to avoid a segfault

bc917de2230f07598fa984e719f0a737fdebeb1e authored almost 7 years ago
Merge pull request #1815 from serval2412/Fix1607

Fix#1607: check dynamic cast return

793debcf9f338294ada811cb57001cb044297386 authored almost 7 years ago
Fix#1607: check dynamic cast return

5257f7d5991ceccb68dbada0ce6e8d34f7859138 authored almost 7 years ago
Merge pull request #1813 from baoilleach/AddUnsetChainsPerceived

Add OBMol::SetChainsPerceived(false)

78bebbcf09ed892771b5c78399e04e48be1f11f4 authored almost 7 years ago
In the doxygen replace the ref to UnsetChainsPerceived to SetChainsPerceived(false)

e65376aa71efa2dba284760518a0c0e76d777009 authored almost 7 years ago
Rather than having a new unset function just allow the set function to accept a bool

bbd791eef0d6afac73875521b207833df1d30230 authored almost 7 years ago
Add a function to unset chains perceived

0c9f6e8466ce1098b7e67c6ff59ffd64c22279cc authored almost 7 years ago
Merge branch 'CopySubstructure' of https://github.com/baoilleach/openbabel into CopySubstructure

93084898c0369ca9c0b863baa4f8eab761ec3267 authored almost 7 years ago
Copy residue information

10a63e219d7ad458137975e624d6b809575212be authored almost 7 years ago
Fix typo in doxygen

4f9d1f475c6c0bc6a9a4c3b5394a4ab73ac9fbaf authored almost 7 years ago
Fix typo in doxygen

007f12f1be9e8bf60f5c5e89b9661004d952d0ef authored almost 7 years ago
Add remark about alternatives

2f56cf5ff8cd81aaa9c1c8efea86f8541a3f7121 authored almost 7 years ago
Change GetNextFragment to use CopySubstructure

72f05f35c13cb50cfe7a72e39c76e3c43c48d5f2 authored almost 7 years ago
Check-in code to implement OBMol::CopySubstructure

2930a5720b582114a0ffb715c0f29bdf6577f600 authored almost 7 years ago
Merge pull request #1777 from JasonYCHuang/fix-cdxml-stereo-bond

fix cdxml stereo bonds

7617c7c237ec8e55f73fc597ccd2af21454f76ef authored almost 7 years ago
Merge pull request #1793 from psavery/added-adf-band-dftb

Added basic ADF Band and ADF DFTB readers

504142b29d0fddeacdf572394044681fd8010b1a authored almost 7 years ago
Merge pull request #1792 from n-yoshikawa/builder_warning_nan

Raise a warning when coordinate is NaN

50b3b9c399467df1dccb019dee8d94ec7e518c6c authored almost 7 years ago
Merge pull request #1798 from serval2412/master

Fix#1768: Segfault upon reading GAMESS outputs of DFTB3 calculations

14d50f9ca1f23ed05160a6b1cfbc25419c3ede47 authored almost 7 years ago
Merge pull request #1806 from baoilleach/Fix1761

Apply fixes from Benoit Leblanc to address int/double type warnings.

dff9151c65d09832ef6fcec0522d5e864d831bea authored almost 7 years ago
Merge pull request #1807 from mcs07/pythonlink

Fix linking of python bindings

d59f607ea2be1ae02f6fdad228122b32816c6402 authored almost 7 years ago
Fix linking of python bindings

Don’t link against python on Mac, using “-undefined dynamic_lookup” to allow this.

5ae75deaaa3660125f3cd3d5cd791ea156e3f707 authored almost 7 years ago
Merge pull request #1801 from ghutchis/always-ensure-hybridization

Always ensure hybridization

878115d88990b31608d1d48882575db38e429b03 authored almost 7 years ago
Merge pull request #1804 from baoilleach/PDBIssue1786

Fix 1786 by changing the return value of OBResidue::GetNum()

33ab6ea284534b06e3481977fdc832850cd9e228 authored almost 7 years ago
Remove unused valence variable.

27f23339766849888fd5f6941cd18b480863cd25 authored almost 7 years ago
Apply fixes from Benoit Leblanc to address int/double type warnings.

f9cbb8b4ce2911b570745372fcd99039593d9604 authored almost 7 years ago
Update refs to GetNum() throughout the library

5e476fe21736aaad1c50e56e382344e1c333aa12 authored almost 7 years ago
Given that -1 is a potential return value, support signed int instead of unsigned int for OBResidue::GetNum()

2786da0e742a85b4dae4c84c39cc3975f1d2fbd1 authored almost 7 years ago
Merge pull request #1797 from baoilleach/FixSegfaultPDBQt

Fix segfault due to running off the start of an iterator in PDBQT format

814aad81fa18f2dd6d7e93b362ecfbf6c0dcb149 authored almost 7 years ago
Slight change to default hybridizations.

a434418a269fcf26d32c4089538b011debc32ae8 authored almost 7 years ago
Ensure that atoms always have a hybridization assigned.

This addresses the NaN occuring in OBBuilder (e.g., #1792)
because a hybridization might be 0 fo...

732f4d7d7d6b3bfca3b63665cca1a72fe8dd983b authored almost 7 years ago
Merge pull request #1799 from afonari/patch-15

Write atom occupancy (if present) to PDB

904d4d19c826b2505a31180247bd8fcc8738e234 authored almost 7 years ago
Merge pull request #1800 from baoilleach/PreserveAromaticity_2

When calling OBMol.Separate, preserve whether aromaticity has been perceived

391a5b3dbaeb9799e5a2000b0e06cc93e167aa55 authored almost 7 years ago
Preserve the fact that aromaticity has been perceived when calling OBMol.Separate()

524c173a5e0b5ab7a51addca7aa4540e7fb6acff authored almost 7 years ago
Merge pull request #1790 from dkoes/pdbqt_fix

Fix regression in PDBQT format caused by the change to explicit hydrogen counting, and the use o...

62b1c923165c613a6ab11727e4e024ce11acf577 authored almost 7 years ago
PDB now can read occupancies

1d09e012fe08b3d2a94bd80ae2b5aa96af515b79 authored almost 7 years ago
Write occupancy to PDB

fe3d5f64966335196d26ca3af4e5873add940e25 authored almost 7 years ago
Modify PDB writer

4c82c1f522e7d1d64bbe56a89c33639be5bfb29c authored almost 7 years ago
Update mmcifformat.cpp

bf2204231bfc2bf1a97bf193fa56c3d72ff0c97b authored almost 7 years ago
Fix#1768: Segfault upon reading GAMESS outputs of DFTB3 calculations

See https://github.com/openbabel/openbabel/issues/1768#issuecomment-374051555
for bt and some ex...

ecd22cb497cf6240946f475f348c90c859190a6c authored almost 7 years ago
Fix segfault due to running off the start of an iterator

e3aacf2636b48881a7d0eef6adf90c1f9721daa5 authored almost 7 years ago
Merge pull request #1796 from baoilleach/FixMolden

Fix compile failure after recent Molden commit

f254c639fe9f2358070f945a8567325a893e9265 authored almost 7 years ago
Fix compile failure after recent Molden commit

090e4349b6ef5ffab2f479fd0da7d7de69a0886b authored almost 7 years ago
track the number of electrons cored by an electron core potential and read that information from Molden-files (#344)

* track the number of electrons in an electron core potential and read that information from Mol...

a52a4f454329d7371b500dbe701ca4dbe6c43c43 authored almost 7 years ago
Fixing minor things for reading ESP from log files (#1753)

* Fixing minor things for reading ESP from log files

2f7e44c35af1692ed7724bf9e9e7f586c2750ac3 authored almost 7 years ago
Merge pull request #1795 from baoilleach/Fix1785

Use the InChI values for the average atomic mass when reading/writing isotopes

79e130e4a51160e74fcb4a44dfb3a9e12d4979a4 authored almost 7 years ago
Fix #1785 by using the correct values for the average atomic mass when setting/reading isotope values

f685961dd390ecbba09ac429136310e6e37a2b22 authored almost 7 years ago
Added basic ADF Band and ADF DFTB readers

These readers only read atom positions, the unit cell,
and the electronic energy.

They were als...

ea4fb15f087a9285f46e13501a5072a77a4251a0 authored almost 7 years ago
Gaussformat reading multiple charge modles 2 (#1752)

* Reading different types of atomic partial charges from Gaussian log file
* Add OBPartialCharg...

01032da39666d6edd616f5872d0a03529392e7fb authored almost 7 years ago
Raise a warning when coordinate is NaN

94b7a25767f7606b5675f305371ed4d4e8d38f1c authored almost 7 years ago
pdbqt testcase

a978513d3ca6773c64920562aca5cf8c25661d73 authored almost 7 years ago
fix bug with pdbqt atom typing

c4453b8621475bb27b30810ec868d70499dbd280 authored almost 7 years ago
Merge branch 'master' of https://github.com/openbabel/openbabel into upstream

921f75e707ae11d46aab5580f3019f51b89c0cd1 authored almost 7 years ago
fix bug with pdbqt atom typing

430608b917b1d4c453d27c19b32674f149d9eebf authored almost 7 years ago
Merge remote-tracking branch 'openbabel/master'

4c67564a2545451336940c86f0a0797a98718763 authored almost 7 years ago
Merge pull request #1784 from baoilleach/Fix1769

Fix #1769 by correctly handling the mass difference field in MDL mol files

c4c05d7cb352627b416f427cfc949943a071a0a9 authored almost 7 years ago
Merge pull request #1787 from baoilleach/ImproveKekule

Kekulize hypervalent aromatic N and S

075b3ea6e584f28c2d5057275c0f60857c7cda10 authored almost 7 years ago
Add test case

ab301bf4d90ff7e1697da5ca3b516c9a908a5164 authored almost 7 years ago
Support kekulization of more cases

8a4973e12b9a6a6ca8e1c959f7bc34ad49c8c2b6 authored almost 7 years ago
Kekulize bogus hypervalent S if it occurs

6f85d61365d692bcaf85d4e4e795e4a95052e7c5 authored almost 7 years ago
Fix#1769 by correctly handling the mass difference field in MDL mol files.

9548ae5d7f3dd6b694afff29afa719bf34655207 authored almost 7 years ago
fix cdxml stereo bonds

ec393443b1b16b0b8d33a13a0e70afcb959e44c9 authored almost 7 years ago