A user-friendly program for calculating isotope effects.
PyQuiver is an open-source Python program for calculating kinetic isotope effects (KIEs) and equilibrium isotope effects (EIEs) using harmonic frequencies and the Bigeleisen-Mayer equation. PyQuiver requires Cartesian Hessian matrices, which can be calculated using any electronic structure program.
- automatically read frequencies from
Gaussian
andORCA
output files - excellent performance for larger systems
- custom isotopic substitutions and arbitrary temperature
- tunnelling corrections: Wigner and Bell inverted parabola
- run via command line or simple Python API
PyQuiver requires Python 3 and numpy
. No other libraries are necessary.
- Install Python if necesary. The standard Anaconda distribution will contain the necessary dependencies.
- Install git. git comes pre-installed on most Linux distributions and Macs.
- Clone the repository:
git clone https://github.com/ekwan/PyQuiver.git
. (If you don't want to deal withgit
, click on the green "clone or download" button on this github repository page and click on "Download ZIP" to receive an archive.)
PyQuiver has been tested on PC, Mac, and Linux platforms.
To learn how to use PyQuiver, please look at the tutorial.
- Technical Details (compatibility with QUIVER, how to invoke PyQuiver,
.config
files, input files, the PyQuiver Standard format, miscellaneous notes) - AutoQuiver (how to run PyQuiver on many related files)
- Snipping Utility (how to "snip" out only the relevant parts of a Gaussian output file for publication or archiving purposes)
PyQuiver was written by Thayer Anderson and Eugene Kwan. Please email [email protected]
with any questions. We will gladly try to help you.
We thank Gregor Giesen for writing the code to read ORCA output. We thank Corin Wagen for miscellaneous optimization. We also thank Christoph Riplinger and Giovanni Bistoni for valuable discussions.
Anderson, T.L.; Kwan, E.E. PyQuiver 2020, www.github.com/ekwan/PyQuiver
This project is licensed under the Apache License, Version 2.0. See LICENSE.txt
for full terms and conditions.
Copyright 2020 by Thayer L. Anderson and Eugene E. Kwan