gbasis
is a pure-Python package for analytical integration and evaluation of Gaussian-type orbitals
and their related quantities. The goal is to build a set of tools for the quantum chemistry community
that are easily accessible and extendable to facilitate future scientific works.
Since basis set manipulation is often slow, quantum chemistry packages in Python often interface to
a lower-level language, such as C++ and Fortran, resulting in a complicated build process and limited
distribution. The hope is that gbasis
can fill in this gap without a significant difference in performance.
See the gbasis
website for more information, tutorials and examples,
and API documentation.
Please use the following citation in any publication using gbasis
library:
"GBasis: A Python Library for Evaluating Functions, Functionals, and Integrals Expressed with Gaussian Basis Functions.\", T. D. Kim, L. Pujal, M. Richer, M. van Zyl, M. Martínez-González, A. Tehrani, V. Chuiko, G. Sánchez-Díaz, W. Sanchez, W. Adams, X. Huang, B. D. Kelly, E. Vöhringer-Martinez, T. Verstraelen, F. Heidar-Zadeh, and P. W. Ayers, J. Chem. Phys. 161, 042503 (2024).
To install the latest release of qc-gbasis
, run as follows:
python -m pip install qc-gbasis
See https://gbasis.qcdevs.org/installation.html for full details.
We welcome contributions of all kinds, such as new features, improvements, bug fixes, and documentation clarifications. Please read our Contributor Guide and Code of Conduct for more details.
This is a partial list of the features that are supported in gbasis
:
gbasis.parsers.parse_gbs
)gbasis.parsers.parse_nwchem
)iodata
(gbasis.wrappers.from_iodata
)pyscf
(gbasis.wrappers.from_pyscf
)gbasis.eval.evaluate_basis
)gbasis.eval_deriv.evaluate_deriv_basis
)gbasis.density.evaluate_density
)gbasis.density.evaluate_deriv_density
)gbasis.density.evaluate_density_gradient
)gbasis.density.evaluate_density_laplacian
)gbasis.density.evaluate_density_hessian
)gbasis.stress_tensor.evaluate_stress_tensor
)gbasis.stress_tensor.evaluate_ehrenfest_force
)gbasis.stress_tensor.evaluate_ehrenfest_hessian
)gbasis.density.evaluate_posdef_kinetic_energy_density
)gbasis.density.evaluate_general_kinetic_energy_density
)gbasis.electrostatic_potential.electrostatic_potential
)gbasis.overlap.overlap_integral
)gbasis.overlap_asymm.overlap_integral_asymmetric
)gbasis.moment.moment_integral
)gbasis.kinetic_energy.kinetic_energy.integral
)gbasis.momentum.momentum_integral
)gbasis.angular_momentum.angular_momentum_integral
)gbasis.point_charge.point_charge_integral
)gbasis.point_charge.point_charge_integral
)gbasis.electron_repulsion.electron_repulsion_integral
)