GBTOlib: library for evaluation of molecular integrals in mixed Gaussian / B-spline basis  111
Modules | Functions/Subroutines | Variables
lebedev.f90 File Reference

Modules

module  lebedev_gbl
 ZM adapted for the integral library: using the precision parameters from precisn and all occurences of D replaced for E.._cfp The credit for this module goes to: John Burkardt, Vyacheslav Lebedev, Dmitri Laikov.
 

Functions/Subroutines

integer function lebedev_gbl::available_table (rule)
 
subroutine lebedev_gbl::gen_oh (code, num, a, b, v, x, y, z, w)
 
subroutine lebedev_gbl::ld_by_order (order, x, y, z, w)
 
subroutine lebedev_gbl::ld0006 (x, y, z, w)
 
subroutine lebedev_gbl::ld0014 (x, y, z, w)
 
subroutine lebedev_gbl::ld0026 (x, y, z, w)
 
subroutine lebedev_gbl::ld0038 (x, y, z, w)
 
subroutine lebedev_gbl::ld0050 (x, y, z, w)
 
subroutine lebedev_gbl::ld0074 (x, y, z, w)
 
subroutine lebedev_gbl::ld0086 (x, y, z, w)
 
subroutine lebedev_gbl::ld0110 (x, y, z, w)
 
subroutine lebedev_gbl::ld0146 (x, y, z, w)
 
subroutine lebedev_gbl::ld0170 (x, y, z, w)
 
subroutine lebedev_gbl::ld0194 (x, y, z, w)
 
subroutine lebedev_gbl::ld0230 (x, y, z, w)
 
subroutine lebedev_gbl::ld0266 (x, y, z, w)
 
subroutine lebedev_gbl::ld0302 (x, y, z, w)
 
subroutine lebedev_gbl::ld0350 (x, y, z, w)
 
subroutine lebedev_gbl::ld0434 (x, y, z, w)
 
subroutine lebedev_gbl::ld0590 (x, y, z, w)
 
subroutine lebedev_gbl::ld0770 (x, y, z, w)
 
subroutine lebedev_gbl::ld0974 (x, y, z, w)
 
subroutine lebedev_gbl::ld1202 (x, y, z, w)
 
subroutine lebedev_gbl::ld1454 (x, y, z, w)
 
subroutine lebedev_gbl::ld1730 (x, y, z, w)
 
subroutine lebedev_gbl::ld2030 (x, y, z, w)
 
subroutine lebedev_gbl::ld2354 (x, y, z, w)
 
subroutine lebedev_gbl::ld2702 (x, y, z, w)
 
subroutine lebedev_gbl::ld3074 (x, y, z, w)
 
subroutine lebedev_gbl::ld3470 (x, y, z, w)
 
subroutine lebedev_gbl::ld3890 (x, y, z, w)
 
subroutine lebedev_gbl::ld4334 (x, y, z, w)
 
subroutine lebedev_gbl::ld4802 (x, y, z, w)
 
subroutine lebedev_gbl::ld5294 (x, y, z, w)
 
subroutine lebedev_gbl::ld5810 (x, y, z, w)
 
integer function lebedev_gbl::order_table (rule)
 
integer function lebedev_gbl::precision_table (rule)
 
subroutine lebedev_gbl::xyz_to_tp (x, y, z, t, p)
 

Variables

integer, parameter lebedev_gbl::rule_max = 65
 Order of the largest available rule. More...
 
integer, parameter lebedev_gbl::mmax = ( ( rule_max * 2 + 3 ) * ( rule_max * 2 + 3 ) / 3 )
 Dimensioning parameters for arrays of weights and abscissas. More...