Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ZimmermanGroup/pyGSM

Thermal and photochemical reaction path optimization and discovery
https://github.com/ZimmermanGroup/pyGSM

Last synced: about 2 months ago
JSON representation

Thermal and photochemical reaction path optimization and discovery

Awesome Lists containing this project

README

        

pyGSM
==============================
[//]: # (Badges)
[![GitHub Actions Build Status](https://github.com/ZimmermanGroup/pyGSM/workflows/CI/badge.svg)](https://github.com/ZimmermanGroup/pyGSM/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/ZimmermanGroup/pyGSM/branch/master/graph/badge.svg)](https://codecov.io/gh/ZimmermanGroup/pyGSM/branch/master)

Reaction path and photochemistry tool

## Documentation
See https://zimmermangroup.github.io/pyGSM/

## Install instructions
pyGSM can be installed by setting up a python environment (e.g. venv, conda), cloning the GitHub repository, and installing with pip. From the root directory in the git repository, this would look like:
```
pip install -e .
```