High Activity

Commits : Listings

  Analyzed 7 days ago based on code collected 7 days ago.
Showing page 1 of 184
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix #860 in Moldenformat by removing two unnecessary getlines, which meant only every other atom was read. Anon32 More... 4 months ago
Add counting of SMARTS matches to -s option (opisomorph) Anon32 More... 4 months ago
Mod for g94 files, which seem to have one column fewer in the atom table. Fixes bug #841. Anon32 More... 5 months ago
Function to assign a specified total charge to atoms, arising from comments from Fulvio Ciriaco on the difficulty of converting gamessformat to InChI. Patch from him for gamessformat, and also for cmlformat to output total charge and spin multiplicity. Anon32 More... 5 months ago
Added more atom definitions for determining Enthalpy of vaporization from Gaussian output. Anon32 More... 6 months ago
Corrected PNG2Format to allow no molecule title as suggested by Noel in #845, but also moved cairopainter from a class to a local variable in WriteMolecule() so that it it reinitialized between Convert clicks in the GUI. Anon32 More... 6 months ago
In the previous patch https://sourceforge.net/p/openbabel/patches/59/ I inadvertedly did not implement a constructor and destructor for a new class. This is now fixed. Another small fix is that the end-of-file is now checked for using the normal file stream function, rather than checking for a string. Anon32 More... 6 months ago
mdlvalence.h, mdlformat.cpp: Add Roger's mdlvalence patch that sets the implicit valence at the point of reading a MOL file. This uses the MDL valence model. Avatar More... 6 months ago
Correct mmff94 test caffeine structure, and update corresponding test results for mmff94. The original structure had two neutral 4-coordinate nitrogens. Avatar More... 6 months ago
mmff94results.txt: Test results updated for buckyball failure due to change of SSSR. Avatar More... 6 months ago
dded options to the OBStericConformerFilter class, so one can control the factor applied to VdW radii. Also put a flag to inlcude or not the hydrogens in the test. Added a new constructor with default values providing the same behavior as the preceeding one, so it is transparent to existing code. Anon32 More... 6 months ago
Add capability of outputting the duplicate molecules in --unique Anon32 More... 7 months ago
Update src/formats/smiley.h after testing using MSVC2010. Avatar More... 7 months ago
Add SMILES read-only format using the Smiley parser. File extension is *.smy. Out of 1M read SMILES, 3604 (0.3%) are not written out exactly the same but these are problems in the OBFormat, not the Smiley parser. Avatar More... 7 months ago
Contribution from Roger Sayle... Overhaul ring perception by replacing several algorithms by one efficient O(N) algorithm. Specifically OBBond::IsClosure, OBRing::DetermineFRJ, OBRing::FindRings, OBRing::FindRingAtomsAndBonds now all call the internal function FindRingAtomsAndBonds2 (no API change). Previously this effort was duplicated (i.e. repeated) and was O(N^2). The particular SSSR returned has changed, and so ringtest and smartstest had to be updated. There is still one failing test for mmff94 that needs to be sorted out. Avatar More... 7 months ago
mol.cpp: OBMol::Separate(). Update for previous commit. Forgot to handle ImplicitRefs. Avatar More... 7 months ago
smartstest: Bugfix for when a smarts test failure occurs. Previously all tests after a failing test would also fail. Avatar More... 7 months ago
mol.cpp: I've updated OBMol::GetNextFragment to the new stereo system. Previously calling OBMol::Separate resulted in a loss of stereo in the separated molecules. Avatar More... 7 months ago
Patch from David van der Spoel to extract from Gaussian: true enthalpy of formation, quadrupole, polarizability tensor, electrostatic potential fitting points and potential values, and info on program name and version, method of the calculation (e.g. B3LYP) and basis set. #59 Anon32 More... 7 months ago
Update the Windows Python installer. Avatar More... 8 months ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.