This function evaluates the fit to f0 at real pperp_val and complex ppar_val, provided that the one-dimensional fit-parameter array params is fed into the function. This is only used during the fitting. For the evaluation in ALPS, use eval_fit.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | is |
Index of species for which eval_fit is executed. |
||
integer, | intent(in) | :: | n_params |
Total number of fit parameters for a given species. |
||
double precision, | intent(in) | :: | params(n_params) |
Array of fit parameters. |
||
double precision, | intent(in) | :: | pperp_val |
Perpendicular momentum. |
||
double complex, | intent(in) | :: | ppar_val |
Complex parallel momentum. |