https://github.com/berquist/autode
automated reaction profile generation
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 5 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.9%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
automated reaction profile generation
Basic Info
- Host: GitHub
- Owner: berquist
- License: mit
- Default Branch: master
- Homepage: https://duartegroup.github.io/autodE/
- Size: 56.4 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of duartegroup/autodE
Created almost 5 years ago
· Last pushed almost 5 years ago
https://github.com/berquist/autodE/blob/master/
[](https://travis-ci.org/duartegroup/autodE) [](https://codecov.io/gh/duartegroup/autodE/branch/master) [](https://lgtm.com/projects/g/duartegroup/autodE/context:python) [](https://lgtm.com/projects/g/duartegroup/autodE/context:cpp) [](https://anaconda.org/conda-forge/autode) [](https://anaconda.org/conda-forge/autode)

***
## Introduction
**autodE** is a Python module initially designed for the automated calculation of reaction profiles from SMILES strings of
reactant(s) and product(s). Current features include: transition state location, conformer searching, atom mapping,
Python wrappers for a range of electronic structure theory codes, SMILES parsing, association complex generation, and
reaction profile generation.
### Dependencies
* [Python](https://www.python.org/) > v. 3.5
* One of:
* [ORCA](https://sites.google.com/site/orcainputlibrary/home/) > v. 4.1
* [Gaussian09](https://gaussian.com/glossary/g09/)
* [Gaussian16](https://gaussian.com/gaussian16/)
* [NWChem](http://www.nwchem-sw.org/index.php/Main_Page)
* One of:
* [XTB](https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/xtb/xtb/) > v. 6.1
* [MOPAC](http://openmopac.net/)
The Python dependencies are listed in requirements.txt are best satisfied using a conda install (Miniconda or Anaconda).
## Installation
To install **autodE** with [conda](https://anaconda.org/conda-forge/autode):
```
conda install autode -c conda-forge
```
see the [installation guide](https://duartegroup.github.io/autodE/install.html) for installing from source.
## Usage
Reaction profiles in **autodE** are generated by initialising _Reactant_ and _Product_ objects,
generating a _Reaction_ from those and invoking _calculate_reaction_profile()_.
For example, to calculate the profile for a 1,2 hydrogen shift in a propyl radical:
```python
import autode as ade
ade.Config.n_cores = 8
r = ade.Reactant(name='reactant', smiles='CC[C]([H])[H]')
p = ade.Product(name='product', smiles='C[C]([H])C')
reaction = ade.Reaction(r, p, name='1-2_shift')
reaction.calculate_reaction_profile() # creates 1-2_shift/ and saves profile
```
See [examples/](https://github.com/duartegroup/autodE/tree/master/examples) for
more examples and [duartegroup.github.io/autodE/](https://duartegroup.github.io/autodE/) for
additional documentation.
## Development
Pull requests are very welcome but must pass all the unit tests prior to being merged. Please write code and tests!
See the [todo list](https://github.com/duartegroup/autodE/projects/1) for features on the horizon.
Bugs and feature requests should be raised on the [issue page](https://github.com/duartegroup/autodE/issues).
> **_NOTE:_** We'd love more contributors to this project!
## Citation
If **autodE** is used in a publication please consider citing the [paper](https://doi.org/10.1002/anie.202011941):
```
@article{autodE,
doi = {10.1002/anie.202011941},
url = {https://doi.org/10.1002/anie.202011941},
year = {2021},
publisher = {Wiley},
volume = {60},
number = {8},
pages = {4266--4274},
author = {Tom A. Young and Joseph J. Silcock and Alistair J. Sterling and Fernanda Duarte},
title = {{autodE}: Automated Calculation of Reaction Energy Profiles -- Application to Organic and Organometallic Reactions},
journal = {Angewandte Chemie International Edition}
}
```
Owner
- Name: Eric Berquist
- Login: berquist
- Kind: user
- Location: Boston, MA
- Company: Sandia National Laboratories
- Repositories: 403
- Profile: https://github.com/berquist
full-stack quantum chemist