angular

class angular.AngularGrid(lorder, spherical=False)

Defines an angular grid based on Lebedev’s quadratures.

integrate(*args)

Performs integration over unit sphere by using Lebedev’s quadrature.

Parameters

*args (ndarray) – Arrays with the values of function \(F(x)\) calculated in each point of the sphere.

Returns

Integral value.

Return type

integral (double)

property lorder

Order of the Lebedev’s quadrature

property spherical

Whether the points are in spherical coordinates or not