PSI (computational chemistry)


Psi is an ab initio computational chemistry package originally written by the research group of Henry F. Schaefer, III. Utilizing Psi, one can perform a calculation on a molecular system with various kinds of methods such as Hartree-Fock, Post-Hartree–Fock electron correlation methods, and Density functional theory. The program can compute energies, optimize molecular geometries, and compute vibrational frequencies. The major part of the program is written in C++, while Python API is also available, which allows users to perform complex computations or automate tasks easily.
Psi4 is the latest release of the program package - it is open source, released as free under the GPL through GitHub. Primary development of Psi4 is currently performed by the research groups of David Sherrill, T. Daniel Crawford, Francesco Evangelista, and Henry F. Schaefer, III, with substantial contributions by Justin Turney, Andy Simmonett, and Rollin King. Psi4 is available on Linux releases such as Fedora and Ubuntu.

Features

The basic capabilities of Psi are concentrated around the following methods of quantum chemistry:
Several methods are available for computing excited electronic states, including configuration interaction singles, the random phase approximation,
time-dependent density functional theory, and equation-of-motion coupled cluster.
Psi4 has introduced the density-fitting approximation in many portions of the code, leading to faster computations and reduced I/O requirements.
Psi4 is the preferred quantum chemistry backend for the OpenFermion project, which seeks to perform quantum chemistry computations on quantum computers.
In Psi4 1.4, the program was adapted to facilitate high-throughput workflows.