|
ALF dev.
A QMC Code for fermionic models
|
Public Member Functions | |
| subroutine | errcalc_j (en, xm, xerr) |
| subroutine | errcalc_j_rebin (en, xm, xerr, nrebin) |
| subroutine | errcalc_js (en, si, xm, xerr) |
| subroutine | errcalc_js_rebin (en, si, xm, xerr, nrebin) |
| subroutine | errcalc_j_c (en, zm, zerr) |
| subroutine | errcalc_j_c_rebin (en, zm, zerr, nrebin) |
| subroutine | errcalc_js_c (en, si, xm, xerr) |
| subroutine | errcalc_js_c_rebin (en, si, xm, xerr, nrebin) |
| subroutine | errcalc_js_f (en, si, xm, xerr, f) |
| Calculates error on the input vector EN. Just the variance. | |
| subroutine | errcalc_js_rebin_f (en, si, xm, xerr, nrebin, f) |
| subroutine | errcalc_js_c_f (en, si, xm, xerr, f) |
| subroutine | errcalc_js_c_rebin_f (en, si, xm, xerr, nrebin, f) |
Definition at line 50 of file errors_mod.F90.
| subroutine errors::errcalcj::errcalc_j | ( | real (kind=kind(0.d0)), dimension(:) | en, |
| real (kind=kind(0.d0)) | xm, | ||
| real (kind=kind(0.d0)) | xerr ) |
Definition at line 160 of file errors_mod.F90.
| subroutine errors::errcalcj::errcalc_j_c | ( | complex (kind=kind(0.d0)), dimension(:) | en, |
| complex (kind=kind(0.d0)) | zm, | ||
| complex (kind=kind(0.d0)) | zerr ) |
Definition at line 192 of file errors_mod.F90.
| subroutine errors::errcalcj::errcalc_j_c_rebin | ( | complex (kind=kind(0.d0)), dimension(:) | en, |
| complex (kind=kind(0.d0)) | zm, | ||
| complex (kind=kind(0.d0)) | zerr, | ||
| integer | nrebin ) |
Definition at line 225 of file errors_mod.F90.
| subroutine errors::errcalcj::errcalc_j_rebin | ( | real (kind=kind(0.d0)), dimension(:) | en, |
| real (kind=kind(0.d0)) | xm, | ||
| real (kind=kind(0.d0)) | xerr, | ||
| integer | nrebin ) |
Definition at line 257 of file errors_mod.F90.
| subroutine errors::errcalcj::errcalc_js | ( | real (kind=kind(0.d0)), dimension(:) | en, |
| real (kind=kind(0.d0)), dimension(:) | si, | ||
| real (kind=kind(0.d0)) | xm, | ||
| real (kind=kind(0.d0)) | xerr ) |
Definition at line 290 of file errors_mod.F90.
| subroutine errors::errcalcj::errcalc_js_c | ( | complex (kind=kind(0.d0)), dimension(:) | en, |
| complex (kind=kind(0.d0)), dimension(:) | si, | ||
| complex (kind=kind(0.d0)) | xm, | ||
| complex (kind=kind(0.d0)) | xerr ) |
Definition at line 391 of file errors_mod.F90.
| subroutine errors::errcalcj::errcalc_js_c_f | ( | complex (kind=kind(0.d0)), dimension(:,:) | en, |
| complex (kind=kind(0.d0)), dimension(:) | si, | ||
| complex (kind=kind(0.d0)) | xm, | ||
| complex (kind=kind(0.d0)) | xerr, | ||
| procedure (func_c), pointer | f ) |
Definition at line 432 of file errors_mod.F90.
| subroutine errors::errcalcj::errcalc_js_c_rebin | ( | complex (kind=kind(0.d0)), dimension(:) | en, |
| complex (kind=kind(0.d0)), dimension(:) | si, | ||
| complex (kind=kind(0.d0)) | xm, | ||
| complex (kind=kind(0.d0)) | xerr, | ||
| integer | nrebin ) |
Definition at line 562 of file errors_mod.F90.
| subroutine errors::errcalcj::errcalc_js_c_rebin_f | ( | complex (kind=kind(0.d0)), dimension(:,:) | en, |
| complex (kind=kind(0.d0)), dimension(:) | si, | ||
| complex (kind=kind(0.d0)) | xm, | ||
| complex (kind=kind(0.d0)) | xerr, | ||
| integer | nrebin, | ||
| procedure (func_c), pointer | f ) |
Definition at line 599 of file errors_mod.F90.
| subroutine errors::errcalcj::errcalc_js_f | ( | real (kind=kind(0.d0)), dimension(:,:) | en, |
| real (kind=kind(0.d0)), dimension(:) | si, | ||
| real (kind=kind(0.d0)) | xm, | ||
| real (kind=kind(0.d0)) | xerr, | ||
| procedure (func_r), pointer | f ) |
Calculates error on the input vector EN. Just the variance.
The input are the bins. The output is the mean and error on f(EN(:,nb) / SI(nb)) computed with jackknife.
- Parameters
EN Input vector of bins. SI Input vector of SI values. XM Mean of EN1. XERR Error of EN1. f Pointer to function that takes a real array and returns a real value.
- Returns
- None.
Definition at line 338 of file errors_mod.F90.
| subroutine errors::errcalcj::errcalc_js_rebin | ( | real (kind=kind(0.d0)), dimension(:) | en, |
| real (kind=kind(0.d0)), dimension(:) | si, | ||
| real (kind=kind(0.d0)) | xm, | ||
| real (kind=kind(0.d0)) | xerr, | ||
| integer | nrebin ) |
Definition at line 481 of file errors_mod.F90.
| subroutine errors::errcalcj::errcalc_js_rebin_f | ( | real (kind=kind(0.d0)), dimension(:,:) | en, |
| real (kind=kind(0.d0)), dimension(:) | si, | ||
| real (kind=kind(0.d0)) | xm, | ||
| real (kind=kind(0.d0)) | xerr, | ||
| integer | nrebin, | ||
| procedure (func_r), pointer | f ) |
Definition at line 521 of file errors_mod.F90.