/grid

Python library for numerical (molecular) integration, interpolation, and differentiation.

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

Grid

Python Version GPLv3 License GitHub Actions CI Tox Status codecov GitHub contributors Code Style

About

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 qcdevs@gmail.com.

Citation

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

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 .