Module lebedev

Module lebedev 

Source
Expand description

Lebedev quadrature for spherical integration

This module implements Lebedev quadrature rules for numerical integration over the surface of a 3D sphere. Lebedev quadrature is particularly useful for problems in physics, chemistry, and mathematical applications where spherical symmetry is important.

The implementation provides quadrature points and weights for various orders of precision.

Structs§

LebedevRule
Represents a Lebedev quadrature rule with points and weights

Enums§

LebedevOrder
Available Lebedev quadrature orders with corresponding number of points

Functions§

lebedev_integrate
Integrates a function over the surface of a unit sphere using Lebedev quadrature.
lebedev_rule
Generates a Lebedev quadrature rule for numerical integration over a unit sphere.