Skip to content

Commit

Permalink
Merge pull request #16 from zadorlab/hwpang-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mjohnson541 committed Jun 10, 2024
2 parents 8102c8a + 665cef7 commit 91c6909
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# 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`
- `conda activate pysidt`
- `conda install pydot`
- `conda env create -f environment.yml`
- `conda activate pysidt_env`
- `pip install -e .`

# Install molecule from source to customize atomtypes
- Install [molecule](https://github.com/ReactionMechanismGenerator/molecule) from source
- `git clone https://github.com/ReactionMechanismGenerator/molecule.git`
- `cd molecule`
- `conda activate pysidt_env`
- `make`
- `pip install -e .`

0 comments on commit 91c6909

Please sign in to comment.