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

Data Types

type  function_integration_gbl::power_function
 \( r^{l} \) More...
 
type  function_integration_gbl::poly_exp_function
 \( r^{l}\exp[ar^{2}] \) More...
 
type  function_integration_gbl::bspl_prod_pow
 \( B_{i}(r)r^l \) This function is used in calculation of the overlap integral between two B-spline functions. More...
 
type  function_integration_gbl::radial_function
 A complicated radial function. More...
 
type  function_integration_gbl::radial_function_buff
 A complicated radial function that uses a supplied array to store the values of the Bessel functions. Note that this function is identical to radial_function except of 1.5_wp in one of the exponents. More...
 
type  function_integration_gbl::bessel_fn
 Bessel function \(J_{l+1/2}(kr)\), of half integral order \(l\) multiplied by \(r^{p}\): \(r^{p}J_{l+1/2}(kr)\). This function can be used to calculate representation of the Bessel orbital in terms of the B-spline orbitals. More...
 

Modules

module  function_integration_gbl
 Declares functions that can be integrated (together with the B-spline) using MODDBFQAD.
 

Functions/Subroutines

integer function function_integration_gbl::init_r_f_buff (data)
 
integer function function_integration_gbl::final_r_f_buff (data)
 
integer function function_integration_gbl::init_bspl_prod_pow (data, knot_inp)