| 
    Bridge++
    Ver. 1.2.x
    
   | 
 
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 () | |
| 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 | smear (Field_G &Usmear, const Field_G &U) | 
| Smearing of a given gauge field.  More... | |
  Public Member Functions inherited from Smear | |
| Smear () | |
| virtual | ~Smear () | 
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) | 
Static Public Attributes | |
| static const std::string | class_name = "Smear_APE_spatial" | 
Private Member Functions | |
| void | staple (Field_G &, const Field_G &, const Field_G &, int mu, int nu) | 
| Staple construction.  More... | |
Private Attributes | |
| int | m_Ndim | 
| spacetime dimension  More... | |
| double | m_rho | 
| smearing parameter  More... | |
| Projection * | m_proj | 
| projector to group element.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from Smear | |
| Bridge::VerboseLevel | m_vl | 
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 , which specifies the mixing rate of original thin link and staples. 09 Aug 2012 H.Matsufuru YAML is implemented. [14 Nov 2012 Y.Namekawa]
Definition at line 45 of file smear_APE_spatial.h.
      
  | 
  inline | 
Constructor requires a pointer to Projection object.
Definition at line 57 of file smear_APE_spatial.h.
      
  | 
  inline | 
Deconstructor.
Definition at line 61 of file smear_APE_spatial.h.
      
  | 
  virtual | 
Setting parameters with Parameters object.
Implements Smear.
Definition at line 55 of file smear_APE_spatial.cpp.
| void Smear_APE_spatial::set_parameters | ( | const double | rho | ) | 
Setting smearing parameter.
Definition at line 78 of file smear_APE_spatial.cpp.
Smearing of a given gauge field.
Implements Smear.
Definition at line 93 of file smear_APE_spatial.cpp.
      
  | 
  private | 
Staple construction.
      
  | 
  static | 
Definition at line 48 of file smear_APE_spatial.h.
      
  | 
  private | 
spacetime dimension
Definition at line 51 of file smear_APE_spatial.h.
      
  | 
  private | 
projector to group element.
Definition at line 53 of file smear_APE_spatial.h.
      
  | 
  private | 
smearing parameter
Definition at line 52 of file smear_APE_spatial.h.