Open-Source Quantum Chemistry - an electronic structure package in C++ driven by Python
anaconda login
To install this package run one of the following:conda install -c psi4 psi4
conda install -c "psi4/label/conopt" psi4
conda install -c "psi4/label/cythonize" psi4
conda install -c "psi4/label/dev" psi4
conda install -c "psi4/label/keep" psi4
conda install -c "psi4/label/nofortran" psi4
conda install -c "psi4/label/nola" psi4
conda install -c "psi4/label/qcdb" psi4
conda install -c "psi4/label/testing" psi4
Psi4 is an open-source suite of ab initio quantum chemistry programs designed for efficient, high-accuracy simulations of a variety of molecular properties. We can routinely perform computations with more than 2500 basis functions running serially or on multi-core machines. With computationally demanding portions written in C++, Pybind11 exports many of the C++ classes into Python, and a flexible Python driver, Psi4 strives to be friendly to both users and developers.