GRASP rci-qed
Data Types | Functions/Subroutines
hydrogenic_vp.f90 File Reference

Data Types

type  orbital_reference
 

Functions/Subroutines

program hydrogenic_vp
 
subroutine vpint_safe (k, l, result)
 Calls the VPINT routine, but ensures that the input k and l arguments do not get swapped. More...
 
subroutine allocate_hydrogenic_orbitals
 
subroutine populate_hydrogenic (idx, orbital_n, orbital_kappa)
 

Function/Subroutine Documentation

◆ allocate_hydrogenic_orbitals()

subroutine hydrogenic_vp::allocate_hydrogenic_orbitals ( )
Here is the call graph for this function:

◆ hydrogenic_vp()

program hydrogenic_vp ( )
Here is the call graph for this function:

◆ populate_hydrogenic()

subroutine hydrogenic_vp::populate_hydrogenic ( integer, intent(in)  idx,
integer, intent(in)  orbital_n,
integer, intent(in)  orbital_kappa 
)

◆ vpint_safe()

subroutine hydrogenic_vp::vpint_safe ( integer, value  k,
integer, value  l,
real(real64), intent(out)  result 
)

Calls the VPINT routine, but ensures that the input k and l arguments do not get swapped.

Here is the call graph for this function: