|
Bridge++
Ver. 2.0.4
|
APE type smearing of spatial link variables. More...
#include <smear_APE_spatial.h>
Public Member Functions | |
| Smear_APE_spatial (Projection *proj) | |
| Constructor requires a pointer to Projection object. More... | |
| Smear_APE_spatial (Projection *proj, const Parameters ¶ms) | |
| ~Smear_APE_spatial () | |
| Deconstructor. More... | |
| void | set_parameters (const Parameters ¶ms) |
| Setting parameters with Parameters object. More... | |
| void | set_parameters (const double rho) |
| Setting smearing parameter. More... | |
| void | get_parameters (Parameters ¶ms) const |
| Getting parameters by Parameters object. More... | |
| void | smear (Field_G &Usmear, const Field_G &U) |
| Smearing of a given gauge field. More... | |
Public Member Functions inherited from Smear | |
| Smear () | |
| virtual | ~Smear () |
Static Public Attributes | |
| static const std::string | class_name = "Smear_APE_spatial" |
Private Attributes | |
| Bridge::VerboseLevel | m_vl |
| int | m_Ndim |
| spacetime dimension More... | |
| double | m_rho |
| smearing parameter More... | |
| Projection * | m_proj |
| projector to group element. More... | |
APE type smearing of spatial link variables.
This class smears spatial link variables with APE-type construction of smeared links with a given projection operator to SU(N) group element. Parameter is \rho, which specifies the mixing rate of original thin link and staples. 09 Aug 2012 H.Matsufuru YAML is implemented. [14 Nov 2012 Y.Namekawa] unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]
Definition at line 40 of file smear_APE_spatial.h.
|
inline |
Constructor requires a pointer to Projection object.
Definition at line 54 of file smear_APE_spatial.h.
|
inline |
Definition at line 59 of file smear_APE_spatial.h.
|
inline |
Deconstructor.
Definition at line 68 of file smear_APE_spatial.h.
|
virtual |
Getting parameters by Parameters object.
Implements Smear.
Definition at line 48 of file smear_APE_spatial.cpp.
| void Smear_APE_spatial::set_parameters | ( | const double | rho | ) |
Setting smearing parameter.
Definition at line 57 of file smear_APE_spatial.cpp.
|
virtual |
Setting parameters with Parameters object.
Implements Smear.
Definition at line 25 of file smear_APE_spatial.cpp.
Smearing of a given gauge field.
Implements Smear.
Definition at line 72 of file smear_APE_spatial.cpp.
|
static |
Definition at line 43 of file smear_APE_spatial.h.
|
private |
spacetime dimension
Definition at line 48 of file smear_APE_spatial.h.
|
private |
projector to group element.
Definition at line 50 of file smear_APE_spatial.h.
|
private |
smearing parameter
Definition at line 49 of file smear_APE_spatial.h.
|
private |
Definition at line 46 of file smear_APE_spatial.h.