Giter Club home page Giter Club logo

pyqtst's Introduction

PyQTST

   d8888b. db    db  .d88b.  d888888b .d8888. d888888b 
   88  `8D `8b  d8' .8P  Y8. `~~88~~' 88'  YP `~~88~~' 
   88oodD'  `8bd8'  88    88    88    `8bo.      88    
   88~~~      88    88    88    88      `Y8b.    88 
   88         88    `8P  d8'    88    db   8D    88    
   88         YP     `Y88'Y8    YP    `8888Y'    YP    

Latest Version 2.0.7

PyQTST is a software package for calculating chemical reaction rate constant by using transition state theory, which is written by Python3. It provides transition state theory calculation for mono-molecular and bi-molecular reactions, and also provides Skodje-Truhlar method to calculate one-dimensional quantum tunneling transmission coefficient that will be used in correcting rate constant. An API for Shermo is also provided by PyQTST.

Github Website: https://github.com/Linqiaosong/PyQTST

PyPI Website: https://pypi.org/project/PyQTST

Online Documents: https://github.com/Linqiaosong/PyQTST/wiki

PyQTST Citation: Q. Lin, PyQTST (version), https://github.com/Linqiaosong/PyQTST, (year)

Installation

You can install PyQTST by using pip or pip3.

such as:

pip install PyQTST

or

pip3 install PyQTST

You can also install PyQTST from Github repo.

such as:

git clone https://github.com/Linqiaosong/PyQTST
cd PyQTST
python setup.py install

Using source code to install is also available.

such as:

tar -zxvf PyQTST-2.*.tar.gz
cd PyQTST-2.*
python setup.py install

API for Shermo

Shermo Website: http://sobereva.com/soft/shermo

Shermo Citation: T. Lu, Q. Chen, Shermo: A general code for calculating molecular thermodynamic properties, ChemRxiv (2020), DOI: 10.26434/chemrxiv.12278801

We strongly recommend adding Shermo path to environment variables.

In Windows System, you can change your environment variables at Control Panel\System and Security\System

In Linux System, you can adding following codes to ~/.bashrc

export PATH=$PATH:/your/shermo/path
export Shermopath=/your/shermo/path

pyqtst's People

Contributors

linqiaosong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.