(git:3add494)
minimax_exp_gw Module Reference

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)
 ... More...
 

Detailed Description

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.

History
03.2020 created [Jan Wilhelm]

Function/Subroutine Documentation

◆ get_exp_minimax_coeff_gw()

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 
)

...

Parameters
k...
E_range...
aw...

Definition at line 37 of file minimax_exp_gw.F.

Here is the caller graph for this function: