Grid is a simple, free, and open-source Python library for numerical integration, interpolation and differentiation. Primarly intended for the quantum chemistry community to assist in density-functional (DFT) theory calculations, including support for periodic boundary conditions.
Please visit Grid Documentation for more information with examples about the software.
To report any issues or ask questions, either open an issue or email [email protected].
Please use the following citation in any publication using BFit library:
"Grid: A Python Library for Molecular Integration, Interpolation, and More", X.D. Yang, A. Tehrani, L. Pujal, R. Hernández-Esparza, M. Chan, E. Vöhringer-Martinez, T. Verstraelen, F. Heidar-Zadeh, P. W. Ayers
REFERENCE <https://doi.org/TODO>
__.
Installation via pip can be done by the following command:
pip install qc-grid
Local installation can be done as:
git clone https://github.com/theochem/grid.git
cd grid
pip install .