overreact
βοΈπ Create and analyze chemical microkinetic models built from computational chemistry data. Crafted at the @geem-lab.
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
βCITATION.cff file
Found CITATION.cff file -
βcodemeta.json file
Found codemeta.json file -
β.zenodo.json file
Found .zenodo.json file -
βDOI references
Found 20 DOI reference(s) in README -
βAcademic publication links
Links to: zenodo.org -
βCommitters with academic emails
-
βInstitutional organization owner
-
βJOSS paper metadata
-
βScientific vocabulary similarity
Low similarity (12.7%) to scientific vocabulary
Keywords
Repository
βοΈπ Create and analyze chemical microkinetic models built from computational chemistry data. Crafted at the @geem-lab.
Basic Info
- Host: GitHub
- Owner: geem-lab
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://geem-lab.github.io/overreact-guide/
- Size: 95.7 MB
Statistics
- Stars: 56
- Watchers: 2
- Forks: 10
- Open Issues: 18
- Releases: 5
Topics
Metadata Files
README.md
--- <!-- prettier-ignore -->
--- <!-- prettier-ignore -->
overreact is a library and a command-line tool for building and analyzing homogeneous microkinetic models from first-principles calculations:
```python In [1]: from overreact import api # the api
In [2]: api.get_k("S -> Eβ‘ -> S", # your model ...: {"S": "data/ethane/B97-3c/staggered.out", # your data ...: "Eβ‘": "data/ethane/B97-3c/eclipsed.out"}) Out[2]: array([8.16880917e+10]) # your results ```
The user specifies a set of elementary reactions that are believed to be relevant for the overall chemical phenomena. overreact offers a hopefully complete but simple environment for hypothesis testing in first-principles chemical kinetics.
π€ What is microkinetic modeling?
Microkinetic modeling is a technique used to predict the outcome of complex chemical reactions. It can be used to investigate the catalytic transformations of molecules. overreact makes it easy to create and analyze microkinetic models built from computational chemistry data.
π§ What do you mean by first-principles calculations?
We use the term first-principles calculations to refer to calculations performed using quantum chemical modern methods such as Wavefunction and Density Functional theories. For instance, the three-line example code above calculates the rate of methyl rotation in ethane (at B97-3c). (Rather surprisingly, the error found is less than 2% when compared to available experimental results.)
overreact uses precise thermochemical partition funtions, tunneling
corrections and data is parsed directly from computational chemistry
output files thanks to cclib (see the
list of its supported programs).
Installation
overreact is a Python package, so you can easily install it with
pip:
console
$ pip install "overreact[cli,fast]"
See the installation guide for more details.
π Where to go from here? Take a look at the short introduction. Or see below for more guidance.
Citing overreact
If you use overreact in your research, please cite:
Schneider, F. S. S.; Caramori, G. F. Overreact, an in Silico Lab: Automative Quantum Chemical Microkinetic Simulations for Complex Chemical Reactions. Journal of Computational Chemistry 2022, 44 (3), 209β217. doi:10.1002/jcc.26861.
Here's the reference in BibTeX format:
bibtex
@article{overreact_paper2022,
title = {Overreact, an in silico lab: Automative quantum chemical microkinetic simulations for complex chemical reactions},
author = {Schneider, Felipe S. S. and Caramori, Giovanni F.},
year = {2022},
month = {Apr},
journal = {Journal of Computational Chemistry},
publisher = {Wiley},
volume = {44},
number = {3},
pages = {209β217},
doi = {10.1002/jcc.26861},
issn = {1096-987x},
url = {http://dx.doi.org/10.1002/jcc.26861},
}
@software{overreact_software2021,
title = {geem-lab/overreact: v1.2.0 \vert{} Zenodo},
author = {Felipe S. S. Schneider and Let\'{\i}cia M. P. Madureira and Giovanni F. Caramori},
year = {2023},
month = {Jan},
publisher = {Zenodo},
doi = {10.5281/zenodo.7865357},
url = {https://doi.org/10.5281/zenodo.7865357},
version = {v1.2.0},
howpublished = {\url{https://github.com/geem-lab/overreact}},
}
License
overreact is open-source, released under the permissive MIT license. See the LICENSE agreement.
Funding
This project was developed at the GEEM lab (Federal University of Santa Catarina, Brazil), and was partially funded by the Brazilian National Council for Scientific and Technological Development (CNPq), grant number 140485/2017-1.
Owner
- Name: Molecular Electronic Structure Group
- Login: geem-lab
- Kind: organization
- Location: FlorianΓ³polis, Brazil
- Website: https://geem-ufsc.org/
- Repositories: 10
- Profile: https://github.com/geem-lab
βοΈπ Molecular Electronic Structure Group
Citation (CITATION.bib)
@article{overreact_paper2022,
title = {Overreact, an in silico lab: Automative quantum chemical microkinetic simulations for complex chemical reactions},
author = {Schneider, Felipe S. S. and Caramori, Giovanni F.},
year = {2022},
month = {Apr},
journal = {Journal of Computational Chemistry},
publisher = {Wiley},
volume = {44},
number = {3},
pages = {209β217},
doi = {10.1002/jcc.26861},
issn = {1096-987x},
url = {http://dx.doi.org/10.1002/jcc.26861},
}
@software{overreact_software2021,
title = {geem-lab/overreact: v1.2.0 \vert{} Zenodo},
author = {Felipe S. S. Schneider and Let\'{\i}cia M. P. Madureira and Giovanni F. Caramori},
year = {2023},
month = {Jan},
publisher = {Zenodo},
doi = {10.5281/zenodo.7865357},
url = {https://doi.org/10.5281/zenodo.7865357},
version = {v1.2.0},
howpublished = {\url{https://github.com/geem-lab/overreact}},
}
GitHub Events
Total
- Issues event: 1
- Watch event: 7
- Delete event: 69
- Issue comment event: 49
- Push event: 67
- Pull request review comment event: 1
- Pull request review event: 9
- Pull request event: 139
- Fork event: 1
- Create event: 67
Last Year
- Issues event: 1
- Watch event: 7
- Delete event: 69
- Issue comment event: 49
- Push event: 67
- Pull request review comment event: 1
- Pull request review event: 9
- Pull request event: 139
- Fork event: 1
- Create event: 67
Committers
Last synced: almost 3 years ago
All Time
- Total Commits: 480
- Total Committers: 6
- Avg Commits per committer: 80.0
- Development Distribution Score (DDS): 0.54
Top Committers
| Name | Commits | |
|---|---|---|
| dependabot[bot] | 4****]@u****m | 221 |
| Felipe S. S. Schneider | s****e@p****r | 147 |
| Felipe S. S. Schneider | s****5@g****m | 63 |
| Felipe S. S. Schneider | s****e@p****r | 26 |
| Felipe S. S. Schneider | 3****e@u****m | 21 |
| LetΓcia Maria Pequeno Madureira | l****0@g****m | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 9
- Total pull requests: 430
- Average time to close issues: 12 months
- Average time to close pull requests: 5 days
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 1.44
- Average comments per pull request: 0.56
- Merged pull requests: 293
- Bot issues: 0
- Bot pull requests: 416
Past Year
- Issues: 1
- Pull requests: 120
- Average time to close issues: N/A
- Average time to close pull requests: 10 days
- Issue authors: 1
- Pull request authors: 3
- Average comments per issue: 0.0
- Average comments per pull request: 0.57
- Merged pull requests: 38
- Bot issues: 0
- Bot pull requests: 118
Top Authors
Issue Authors
- schneiderfelipe (6)
- Leticia-maria (3)
- dependabot[bot] (2)
Pull Request Authors
- dependabot[bot] (567)
- schneiderfelipe (15)
- m-rauen (2)
- caprilesport (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- pypi 17 last-month
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 1
(may contain duplicates) - Total versions: 8
- Total maintainers: 1
proxy.golang.org: github.com/geem-lab/overreact
- Documentation: https://pkg.go.dev/github.com/geem-lab/overreact#section-documentation
- License: mit
-
Latest release: v1.2.0
published over 2 years ago
Rankings
pypi.org: overreact
βοΈπ Create and analyze chemical microkinetic models built from computational chemistry data
- Homepage: https://geem-lab.github.io/overreact-guide/
- Documentation: https://geem-lab.github.io/overreact-guide/
- License: MIT
-
Latest release: 1.2.0
published over 2 years ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v3 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/autobuild v2 composite
- github/codeql-action/init v2 composite
- abatilo/actions-poetry v2 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- codecov/codecov-action v3 composite
- psf/black stable composite
- 146 dependencies
- cclib ^1
- jax ^0.4
- jaxlib ^0.4
- python >=3.8,<3.11
- rich ^13
- scipy ^1.10
- thermo ^0.2