![]() |
(git:b77b4be)
|
Routines to calculate the minimax coefficients in order to approximate 1/x as a sum over exponential functions 1/x ~ SUM_{i}^{K} w_i EXP(-a_i * x) for x belonging to [1:Rc]. This module contains coefficients for minimax approximations with 26, 28, 30, 32, 34 points that give well-converged GW results. More...
Functions/Subroutines | |
subroutine, public | get_exp_minimax_coeff_gw (k, e_range, aw) |
... | |
Routines to calculate the minimax coefficients in order to approximate 1/x as a sum over exponential functions 1/x ~ SUM_{i}^{K} w_i EXP(-a_i * x) for x belonging to [1:Rc]. This module contains coefficients for minimax approximations with 26, 28, 30, 32, 34 points that give well-converged GW results.
subroutine, public minimax_exp_gw::get_exp_minimax_coeff_gw | ( | integer, intent(in) | k, |
real(kind=dp), intent(in) | e_range, | ||
real(kind=dp), dimension(2*k), intent(out) | aw | ||
) |
...
k | ... |
E_range | ... |
aw | ... |
Definition at line 37 of file minimax_exp_gw.F.