#include <alg_fourier_prop.h>
Inherits cps::Alg.
Inherited by cps::AlgFourierPropDis.
Public Member Functions | |
| AlgFourierProp (Lattice &latt, CommonArg *c_arg, FourierPropArg *arg) | |
| virtual | ~AlgFourierProp () |
| virtual void | run () |
| virtual void | ft (FILE *, MomentaList &) |
| void | calcmom (const FourMom &) |
| void | print_header (FILE *, const char *title) |
| print out file header | |
Protected Attributes | |
| int | bc [4] |
| store the boundary conditions | |
| FourierPropArg * | alg_FourierProp_arg |
| WilsonMatrix | momprop |
| QPropW * | prop |
|
||||||||||||||||
|
|
|
|
|
|
|
Calculate a single momentum ft |
|
||||||||||||
|
fourier transform for all chosen momenta and output to file |
|
||||||||||||
|
print out file header
|
|
|
Reimplemented in cps::AlgFourierPropDis. |
|
|
The argument structure for the fourier transform of the quark propagator Definition at line 49 of file alg_fourier_prop.h. |
|
|
store the boundary conditions
Definition at line 42 of file alg_fourier_prop.h. |
|
|
propagator for one momenta Definition at line 54 of file alg_fourier_prop.h. |
|
|
pointer to current configuration space propagagtor Definition at line 60 of file alg_fourier_prop.h. |
1.3.9.1