3.4. horton.grid
– Numerical integration grids¶
- 3.4.1.
horton.grid.atgrid
– Atomic grids - 3.4.2.
horton.grid.base
– Base classes for 3D integration grids - 3.4.3.
horton.grid.cext
– C++ extensions - 3.4.4.
horton.grid.int1d
– 1D integration algorithms - 3.4.5.
horton.grid.molgrid
– Molecular integration grids - 3.4.6.
horton.grid.ode2
– Finite-element second-order ODE solver - 3.4.7.
horton.grid.poisson
– Becke-style numerical Poisson solver - 3.4.8.
horton.grid.radial
– 1D Radial integration grid - 3.4.9.
horton.grid.utils
– Auxiliaries for numerical integrals - 3.4.10.
horton.grid.visual
– Grids suitable for visualization - 3.4.11.
horton/grid/becke.h
– Becke partitioning weight function - 3.4.12.
horton/grid/cubic_spline.h
– One-dimensional cubic splines (on uniform grids) - 3.4.13.
horton/grid/evaluate.h
– Evaluation of splines on grids - 3.4.14.
horton/grid/lebedev_laikov.h
– Grids for quadrature on a sphere - 3.4.15.
horton/grid/ode2.h
– Second-order finite-element ODE solver using Hermite polynomials - 3.4.16.
horton/grid/rtransform.h
– Transformation from uniform 1D to non-uniform 1D grids - 3.4.17.
horton/grid/uniform.h
– Uniform 3D grids - 3.4.18.
horton/grid/utils.h
– Auxiliary functions