Skip to content

zadorlab/PySIDT

Repository files navigation

PySIDT

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 Johnson and Green 2024. While the algorithm in that work was specific to rate coefficients, this implementation can be applied to prediction of arbitrary properties. This implementation also incorporates uncertainty prepruning, as detailed in Pang et al. 2024.

Installation from source

  • Install PySIDT from source
    • git clone https://github.com/zadorlab/PySIDT.git
    • cd PySIDT
    • conda env create -f environment.yml
    • conda activate pysidt_env
    • pip install -e .

Install molecule from source to customize atomtypes

  • Install molecule from source
    • git clone https://github.com/ReactionMechanismGenerator/molecule.git
    • cd molecule
    • conda activate pysidt_env
    • make
    • pip install -e .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published