Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #16

Merged
merged 4 commits into from
Jun 10, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
# PySIDT
This repository contains PySIDT a low-data machine learning algorithm for predicting chemical properties. PySIDT is a general implementation of the subgraph isomorphic tree generation (SIDT) machine learning algorithm developed in <a href="https://chemrxiv.org/engage/chemrxiv/article-details/62c5c941c79aca239053967e">Johnson and Green 2021</a>. While the algorithm in that work was specific to rate coefficients this implementation can be applied to prediction of arbitrary properties.
This repository contains PySIDT, a package containing a set of low-data machine-learning algorithms for prediction of chemical properties based on the subgraph isomorphic tree generation (SIDT) approach originally developed in <a href="https://doi.org/10.1039/D3RE00684K">Johnson and Green 2021</a>.

# Installation from source
- Install [molecule](https://github.com/ReactionMechanismGenerator/molecule/tree/ts_len_improvements) from source
- `git clone https://github.com/ReactionMechanismGenerator/molecule.git`
- `cd molecule`
- `git checkout ts_len_improvements`
- `conda env create -f environment.yml --name=pysidt`
- `conda activate pysidt`
- `make`
- `pip install -e .`
- Install PySIDT from source
- `git clone https://github.com/zadorlab/PySIDT.git`
- `cd PySIDT`
Expand Down