![]() |
(git:d18deda)
|
#include "../base/base_uses.f90"
Go to the source code of this file.
Modules | |
module | lebedev |
Generation of the spherical Lebedev grids. All Lebedev grids were generated with a precision of at least 33 digits (Mathematica). Thus the Lebedev abscissas and weights are accurate to 32 digits (quadruple precision). | |
Functions/Subroutines | |
integer function, public | lebedev::get_number_of_lebedev_grid (l, n) |
Get the number of the Lebedev grid, which has the requested angular momentum quantnum number l or size n. | |
subroutine, public | lebedev::deallocate_lebedev_grids () |
... | |
subroutine, public | lebedev::init_lebedev_grids () |
Load the coordinates and weights of the nonredundant Lebedev grid points. | |
Variables | |
type(oh_grid), dimension(nlg), target, public | lebedev::lebedev_grid = oh_grid() |