Skip to content

Commit

Permalink
Update README.md and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderfelipe committed Jan 4, 2023
1 parent 14dde86 commit 8ca1c7f
Show file tree
Hide file tree
Showing 16 changed files with 4,414 additions and 18,236 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,15 @@ for more details.

If you use **overreact** in your research, please cite:

> F. S. S. Schneider and G. F. Caramori. _**geem-lab/overreact**: a tool for
> creating and analyzing microkinetic models built from computational chemistry
> data, v1.0.2_. **2021**.
> 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](https://doi.org/10.1002/jcc.26861).
> Freely available at: <<https://github.com/geem-lab/overreact>>.
Here's the reference in [BibTeX](http://www.bibtex.org/) format:

```bibtex
@article{2022,
@article{overreact_2022,
title={Overreact, an in silico lab: Automative quantum chemical microkinetic simulations for complex chemical reactions},
ISSN={1096-987X},
url={http://dx.doi.org/10.1002/jcc.26861},
Expand Down
4,683 changes: 4,408 additions & 275 deletions docs/overreact.html

Large diffs are not rendered by default.

2,263 changes: 0 additions & 2,263 deletions docs/overreact/_cli.html

This file was deleted.

577 changes: 0 additions & 577 deletions docs/overreact/_constants.html

This file was deleted.

290 changes: 0 additions & 290 deletions docs/overreact/_datasets.html

This file was deleted.

1,424 changes: 0 additions & 1,424 deletions docs/overreact/_misc.html

This file was deleted.

2,303 changes: 0 additions & 2,303 deletions docs/overreact/api.html

This file was deleted.

2,649 changes: 0 additions & 2,649 deletions docs/overreact/coords.html

This file was deleted.

1,827 changes: 0 additions & 1,827 deletions docs/overreact/core.html

This file was deleted.

1,482 changes: 0 additions & 1,482 deletions docs/overreact/io.html

This file was deleted.

833 changes: 0 additions & 833 deletions docs/overreact/rates.html

This file was deleted.

1,793 changes: 0 additions & 1,793 deletions docs/overreact/simulate.html

This file was deleted.

1,662 changes: 0 additions & 1,662 deletions docs/overreact/thermo.html

This file was deleted.

851 changes: 0 additions & 851 deletions docs/overreact/tunnel.html

This file was deleted.

2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion overreact/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def get_enthalpies(

def get_entropies(
compounds: dict,
environment: Opional[str] = None, # noqa: F821, RUF100
environment: Optional[str] = None, # noqa: UP007
method: str = "standard",
qrrho: bool = True, # noqa: FBT001, FBT002
temperature: float = 298.15,
Expand Down

0 comments on commit 8ca1c7f

Please sign in to comment.