Bridge++
Ver. 1.2.x
|
smeared fermion operator with even-odd preconditioning. More...
#include <fopr_Smeared_eo.h>
Public Member Functions | |
Fopr_Smeared_eo (Fopr_eo *fopr_eo, Director_Smear *dr_smear) | |
constructor requires Fopr and Director_Smear objects More... | |
void | set_parameters (const Parameters &) |
void | preProp (Field &Be, Field &bo, const Field &b) |
void | postProp (Field &x, const Field &xe, const Field &bo) |
void | set_config (Field *U) |
set pointer to original thin link variable More... | |
void | mult (Field &v, const Field &f) |
multiply smeared fermion operator More... | |
const Field | mult (const Field &f) |
multiply smeared fermion operator More... | |
void | mult_dag (Field &v, const Field &f) |
multiply smeared fermion operator More... | |
const Field | mult_dag (const Field &f) |
multiply smeared fermion operator More... | |
void | set_mode (std::string mode) |
set the mode of fermion operator More... | |
std::string | get_mode () const |
void | mult_up (int mu, Field &v, const Field &w) |
nearest neighbor hopping term: temporary entry [H.Matsufuru] More... | |
void | mult_dn (int mu, Field &v, const Field &w) |
int | field_nvol () |
returns the volume for which the fermion operator is defined. More... | |
int | field_nin () |
returns the on-site d.o.f. for which the fermion operator is defined. More... | |
int | field_nex () |
returns the external d.o.f. for which the fermion operator is defined. More... | |
Public Member Functions inherited from Fopr_eo | |
virtual | ~Fopr_eo () |
Public Member Functions inherited from Fopr | |
Fopr () | |
virtual | ~Fopr () |
void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
virtual double | flop_count () |
returns the flops per site. More... | |
Static Public Attributes | |
static const std::string | class_name = "Fopr_Smeared_eo" |
Private Attributes | |
Fopr_eo * | m_fopr_eo |
Director_Smear * | m_dr_smear |
Additional Inherited Members | |
Protected Attributes inherited from Fopr | |
Bridge::VerboseLevel | m_vl |
smeared fermion operator with even-odd preconditioning.
This class construct a smeared fermon operator for a given base fermion operator together with smearing director. Both of them must be constructed beforehand outside this class and given to the constructor. Smearing of link configuration is triggered by call of set_config(), which calls set_config() of the smearing director and then gets the pointer to the smeared config. to set it as the config. of base fermion operator. When mult() is called, this class just call the mult() of base class. [03 Mar 2013 Y.Namekawa]
Definition at line 40 of file fopr_Smeared_eo.h.
|
inline |
constructor requires Fopr and Director_Smear objects
Definition at line 52 of file fopr_Smeared_eo.h.
|
inlinevirtual |
returns the external d.o.f. for which the fermion operator is defined.
Implements Fopr_eo.
Definition at line 120 of file fopr_Smeared_eo.h.
|
inlinevirtual |
returns the on-site d.o.f. for which the fermion operator is defined.
Implements Fopr_eo.
Definition at line 119 of file fopr_Smeared_eo.h.
|
inlinevirtual |
returns the volume for which the fermion operator is defined.
Implements Fopr_eo.
Definition at line 118 of file fopr_Smeared_eo.h.
|
inlinevirtual |
Reimplemented from Fopr_eo.
Definition at line 103 of file fopr_Smeared_eo.h.
multiply smeared fermion operator
Reimplemented from Fopr_eo.
Definition at line 74 of file fopr_Smeared_eo.h.
multiply smeared fermion operator
Implements Fopr_eo.
Definition at line 80 of file fopr_Smeared_eo.h.
multiply smeared fermion operator
Reimplemented from Fopr_eo.
Definition at line 86 of file fopr_Smeared_eo.h.
multiply smeared fermion operator
Reimplemented from Fopr_eo.
Definition at line 92 of file fopr_Smeared_eo.h.
Reimplemented from Fopr.
Definition at line 113 of file fopr_Smeared_eo.h.
nearest neighbor hopping term: temporary entry [H.Matsufuru]
Reimplemented from Fopr.
Definition at line 108 of file fopr_Smeared_eo.h.
Implements Fopr_eo.
Definition at line 65 of file fopr_Smeared_eo.h.
Implements Fopr_eo.
Definition at line 60 of file fopr_Smeared_eo.h.
|
virtual |
set pointer to original thin link variable
Implements Fopr_eo.
Definition at line 28 of file fopr_Smeared_eo.cpp.
|
inlinevirtual |
set the mode of fermion operator
Reimplemented from Fopr_eo.
Definition at line 98 of file fopr_Smeared_eo.h.
|
virtual |
Implements Fopr.
Definition at line 19 of file fopr_Smeared_eo.cpp.
|
static |
Definition at line 43 of file fopr_Smeared_eo.h.
|
private |
Definition at line 47 of file fopr_Smeared_eo.h.
|
private |
Definition at line 46 of file fopr_Smeared_eo.h.