https://github.com/cclib/cclib
Parsers and algorithms for computational chemistry logfiles
https://github.com/cclib/cclib
computational-chemistry hacktoberfest python quantum-chemistry
Last synced: 3 months ago
JSON representation
Parsers and algorithms for computational chemistry logfiles
- Host: GitHub
- URL: https://github.com/cclib/cclib
- Owner: cclib
- License: bsd-3-clause
- Created: 2013-12-29T20:59:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-10-21T11:08:04.000Z (3 months ago)
- Last Synced: 2025-10-21T20:57:20.201Z (3 months ago)
- Topics: computational-chemistry, hacktoberfest, python, quantum-chemistry
- Language: Python
- Homepage: https://cclib.github.io/
- Size: 81.6 MB
- Stars: 378
- Watchers: 17
- Forks: 175
- Open Issues: 192
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-python-fa - cclib - کتابخانهای برای استخراج اطلاعات از خروجیهای برنامههای شیمی محاسباتی. (شیمی / کار با زمان و تقویم)
- awesome-cheminformatics - cclib - Parsers and algorithms for computational chemistry logfiles. (Libraries / Molecular Dynamics)
README
# cclib
**IMPORTANT for upcoming 2.0 release** We are preparing for the 2.0 release now that 1.8.1 is done.
Although most of the new features are on the unstable `main` branch, we will now be making some breaking changes to the default `master` branch.
See https://github.com/cclib/cclib/issues/1395 for more information.
- If you choose to follow `main`, we reserve the right to rewrite history until the final `v2.0` tag is created, after which `main` will replace `master` as the default branch.
- We do not expect to make any further tagged or versioned releases on the `master` branch.
- This message will disappear when the final release of 2.0, after any alphas/release candidates/etc. is made.
[](https://doi.org/10.5281/zenodo.8280878)
[](https://pypi.python.org/pypi/cclib)
[](https://github.com/cclib/cclib/releases)
[](https://github.com/cclib/cclib/actions/workflows/ci.yml)
[](https://github.com/cclib/cclib/blob/master/LICENSE)

cclib is a Python library that provides parsers for output files of computational chemistry packages. It also provides a platform for computational chemists to implement algorithms in a platform-independent way.
For more information, go to [https://cclib.github.io](https://cclib.github.io). There is a mailing list for questions at https://groups.google.com/g/cclib.
## Citing cclib
If you use cclib, please cite [the following article](https://doi.org/10.1063/5.0216778):
```bib
@article{10.1063/5.0216778,
author = {Berquist, Eric and Dumi, Amanda and Upadhyay, Shiv and Abarbanel, Omri D. and Cho, Minsik and Gaur, Sagar and Cano Gil, Victor Hugo and Hutchison, Geoffrey R. and Lee, Oliver S. and Rosen, Andrew S. and Schamnad, Sanjeed and Schneider, Felipe S. S. and Steinmann, Casper and Stolyarchuk, Maxim and Vandezande, Jonathon E. and Zak, Weronika and Langner, Karol M.},
title = {cclib 2.0: An updated architecture for interoperable computational chemistry},
journal = {The Journal of Chemical Physics},
volume = {161},
number = {4},
pages = {042501},
year = {2024},
month = {07},
issn = {0021-9606},
doi = {10.1063/5.0216778},
url = {https://doi.org/10.1063/5.0216778},
}
```
For the original paper on cclib (before version 2.0), please refer to [the following article](https://doi.org/10.1002/jcc.20823):
```bib
@article{https://doi.org/10.1002/jcc.20823,
author = {O'boyle, Noel M. and Tenderholt, Adam L. and Langner, Karol M.},
title = {cclib: A library for package-independent computational chemistry algorithms},
journal = {Journal of Computational Chemistry},
volume = {29},
number = {5},
pages = {839-845},
keywords = {computational chemistry, algorithms, Python},
doi = {https://doi.org/10.1002/jcc.20823},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/jcc.20823},
year = {2008}
}
```