GBTOlib: library for evaluation of molecular integrals in mixed Gaussian / B-spline basis 111
Loading...
Searching...
No Matches
function_integration_gbl::poly_exp_function Type Reference

\( r^{l}\exp[ar^{2}] \) More...

Inheritance diagram for function_integration_gbl::poly_exp_function:
Collaboration diagram for function_integration_gbl::poly_exp_function:

Public Member Functions

procedure wp_eval (data, x)
procedure ep_eval (data, x)
Public Member Functions inherited from general_quadrature_gbl::function_1d
generic, public eval wp_eval
 This must be used in all routines using this object to evaluate the function. This symbol is resolved into one of wp_eval, ep_eval depending on the floating point type of X on input.
generic, public eval ep_eval
 This must be used in all routines using this object to evaluate the function. This symbol is resolved into one of wp_eval, ep_eval depending on the floating point type of X on input.
procedure(wp_user_function_interface), deferred wp_eval (data, x)
procedure(ep_user_function_interface), deferred ep_eval (data, x)

Public Attributes

real(kind=cfpl
real(kind=cfpa
Public Attributes inherited from general_quadrature_gbl::function_1d
integer neval = 0
 Number of function evaulation, number of subdivisions (applicable for adaptive quadratures).
integer ndiv = 0
integer max_div = 2*limit
 Maximum number of sub-divisions of the area to integrate over.

Detailed Description

\( r^{l}\exp[ar^{2}] \)

Member Function/Subroutine Documentation

◆ ep_eval()

procedure ep_eval ( class(poly_exp_function) data,
real(ep1), intent(in) x )

◆ wp_eval()

procedure wp_eval ( class(poly_exp_function) data,
real(wp), intent(in) x )

Member Data Documentation

◆ a

real(kind=cfp) function_integration_gbl::poly_exp_function::a

◆ l

real(kind=cfp) function_integration_gbl::poly_exp_function::l

The documentation for this type was generated from the following file: