Go to the source code of this file.
|
| module | t_c_g0 |
| | This module computes the basic integrals for the truncated coulomb operator.
|
| |
|
| subroutine, public | t_c_g0::t_c_g0_n (res, use_gamma, r, t, nderiv) |
| | ...
|
| |
| subroutine, public | t_c_g0::init (nder, iunit, mepos, group) |
| | ...
|
| |
| subroutine, public | t_c_g0::free_c0 () |
| | ...
|
| |
| integer function, public | t_c_g0::get_lmax_init () |
| | Returns the value of nderiv_init so that one can check if opening the potential file is worhtwhile.
|
| |
|
| real(kind=dp), dimension(:, :), allocatable, save, public | t_c_g0::c0 |
| |