Skip to content

zadorlab/PySIDT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Johnson and Green 2021. While the algorithm in that work was specific to rate coefficients this implementation can be applied to prediction of arbitrary properties.

Installation from source

  • Install molecule 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
    • pip install -e .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published