int ll_sphere(int N, real *X, real *Y, real *Z, real *W)
ll_sphere fills in arrays X, Y, Z and W with the cartesian coordinates and weights of the grid points...
Definition lebedev_laikov.cc:317
int ll_npoint(int lvalue)
ll_npoint returns number of angular grid points for given L-angular polynomial integration accuracy.
Definition lebedev_laikov.cc:51