AaronTools provides a collection of tools for automating routine tasks encountered when running quantum chemistry computations.
These tools can be used either directly within a Python script using AaronTools objects, or via a series of command-line scripts.
AaronTools documenation, including tutorials on the Python API, can be found on our Read-the-Docs Page.
- with pypi:
pip install AaronTools
See the installation guide for more details, including how to manually install from this GitHub repository.
If you use AaronTools, please cite:
V. M. Ingman, A. J. Schaefer, L. R. Andreola, and S. E. Wheeler "QChASM: Quantum Chemistry Automation and Structure Manipulation" WIREs Comp. Mol. Sci. 11, e1510 (2021)
AaronTools has a wide variety of features that can be accessed through the Python API as well as command line scripts (CLSs). These features include, but are not limited to:
- Calculating steric parameters
- Sterimol Parameters, including Sterimol2Vec (substituent CLS, ligand CLS, substituent API, ligand API)
- Buried Volume (CLS, API)
- Steric Maps (CLS, API)
- Ligand Solid Angle (CLS, API)
- Ligand Cone Angle - Tolman for asymmetric mono- and bidentate ligands, as well as exact cone angles (CLS, API)
- Molecular Structure Editing
- add or modify substituents (single CLS, batch CLS, single API)
- swap ligands (CLS, API)
- Generating Molecular Structures
- Quantum Computation Setup and Processing
- making input files for Gaussian, ORCA, Psi4, Q-Chem, xTB, and SQM (CLS, API)
- parsing data from output files (CLS, API)
- thermochemistry based on Boltzmann-populated vibrational modes (CLS, API)
- normal vibrational modes (displace along mode CLS, print data CLS, IR or VCD spectrum CLS, API)
- valence excitations (UV/vis or ECD spectrum CLS, API)
- orbitals, electron density, and Fukui functions (CLS, API)
- Parse data from output files of several popular quantum chemistry programs (Read-the-Docs Tutorial)
- Gaussian
- ORCA
- Psi4
- Q-Chem
- NBO
- xTB
Features are explained in more detail in the documentation and in docstrings of the Python API.
The majority of these features are also available with a graphical interface in the SEQCROW plugin for ChimeraX.
A Perl implementation of AaronTools is also available here. However, users are strongly urged to use the Python version since it has far more powerful features and, unlike the Perl version, will continue to be developed and supported.
If you have any questions or would like to discuss bugs or additional needed features, feel free to contact us at qchasm@uga.edu