Reaction path searching
Project description
pyGSM
pyGSM (Python + GSM) is a reaction path and photochemistry tool. It combines the powerful tools of python with the Growing String Method to allow for rapid prototyping and improved readability. This forked repo is from https://github.com/ZimmermanGroup/pyGSM. This repo was modified so it can run with Gaussian software. This package has been published in PyPi so you can easily download it.
Documentation
See https://zimmermangroup.github.io/pyGSM/
Install instructions
Option 1: Installing from PyPi
conda create -n gsm_env python=3.8conda activate gsm_envconda install -c conda-forge xtb-pythonconda install -c conda-forge cclib=1.7.1conda install -c conda-forge ase=3.22.1conda install xtb=6.4.1pip install pygsm-gaussian
Option 2: Installing from source
Install the code using python setup.py install.
You can also install locally without sudo permissions like:
python setup.py install --prefix ~/.local
You might need to create the folder ~/.local/lib/ if setup.py complains about the folder not existing.
It's also recommended to do the installation within a conda environment e.g.:
conda create -n gsm_envsource activate gsm_envpython setup.py install --prefix ~/.local
LICENCE Notifications
This project contains source material from the geomeTRIC package.
Copyright 2016-2019 Regents of the University of California and the Authors
Authors: Lee-Ping Wang, Chenchen Song\
https://github.com/leeping/geomeTRIC/blob/master/LICENSE
Credits:
Cody Aldaz (lead author)
Prof. Paul Zimmerman
Prof. Lee-Ping Wang
Prof. Todd Martinez
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pygsm-gaussian-1.0.1.tar.gz.
File metadata
- Download URL: pygsm-gaussian-1.0.1.tar.gz
- Upload date:
- Size: 187.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c78f4f8b8ac32777fee158997dac4b2832ff72c1962d6ee43a0cdb55d7fd1667
|
|
| MD5 |
20ddaa1c8a1a2dde0cec7e17a6a367c8
|
|
| BLAKE2b-256 |
4876cb05a11ea694ec3245e867e73f78c2480f7831e10049759ea4ac78fe45f9
|
File details
Details for the file pygsm_gaussian-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pygsm_gaussian-1.0.1-py3-none-any.whl
- Upload date:
- Size: 221.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbbf8812669d0c0141ae0e92efd69929a99fbfc6e535e1db4db4b592ecaf5c2a
|
|
| MD5 |
7d9f445999a59fdef302856718980674
|
|
| BLAKE2b-256 |
66e103afac52de2ff498895870989afa733d57f6f75faed7ad4f27c98dd322cc
|