tblite
Light-weight tight-binding framework
Loading...
Searching...
No Matches
Modules | Functions/Subroutines | Variables
lebedev.f90 File Reference

Provides angular Lebedev-Laikov grids. More...

Modules

module  tblite_mesh_lebedev
 Generator for Lebedev-Laikov grids. Adapted from John Burkardt's portation of Dmitri Laikov's C implementation of.
 

Functions/Subroutines

pure subroutine, public tblite_mesh_lebedev::get_angular_grid (nang, grid, weights, stat)
 Wrapper for generation of angular Lebedev-Laikov grids.
 
pure integer function, public tblite_mesh_lebedev::list_bisection (list, val)
 Integer case for bisection search.
 

Variables

integer, dimension(32), parameter, public tblite_mesh_lebedev::grid_size = [ 6, 14, 26, 38, 50, 74, 86, 110, 146, 170, 194, 230, 266, 302, 350, 434, 590, 770, 974, 1202, 1454, 1730, 2030, 2354, 2702, 3074, 3470, 3890, 4334, 4802, 5294, 5810]
 Available Lebedev-Laikov grids.
 

Detailed Description

Provides angular Lebedev-Laikov grids.