(git:34ef472)
lebedev.F File Reference

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. More...
 
subroutine, public lebedev::deallocate_lebedev_grids ()
 ... More...
 
subroutine, public lebedev::init_lebedev_grids ()
 Load the coordinates and weights of the nonredundant Lebedev grid points. More...
 

Variables

type(oh_grid), dimension(nlg), target, public lebedev::lebedev_grid = oh_grid()