Bridge++  Version 1.5.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Staple_eo Class Reference

Staple construction. More...

#include <staple_eo.h>

Inheritance diagram for Staple_eo:
Staple

Public Member Functions

 Staple_eo ()
 
 ~Staple_eo ()
 
void set_parameters (const Parameters &params)
 setting parameters. More...
 
void upper (Field_G &, const Field_G &, const int, const int)
 constructs upper staple in mu-nu plane. More...
 
void lower (Field_G &, const Field_G &, const int, const int)
 constructs lower staple in mu-nu plane. More...
 
double plaq_s (const Field_G &)
 calculates spatial plaquette value. More...
 
double plaq_t (const Field_G &)
 calculates temporal plaquette value. More...
 
double plaquette (const Field_G &)
 calculates plaquette value. More...
 
void staple (Field_G &, const Field_G &, const int)
 constructs staple in mu-direction (summing up nu-direction). More...
 
- Public Member Functions inherited from Staple
 Staple ()
 
virtual ~Staple ()
 
void set_parameter_verboselevel (const Bridge::VerboseLevel vl)
 

Static Public Attributes

static const std::string class_name = "Staple_eo"
 

Private Attributes

std::string m_filename_output
 
Field_G m_v
 
Field_G m_w
 
ShiftField_eo m_shift
 

Additional Inherited Members

- Protected Attributes inherited from Staple
Bridge::VerboseLevel m_vl
 

Detailed Description

Staple construction.

While the originial version was written by J.Noaki, the present version is completely modified by H.Matsufuru except for the interface. [28 Dec 2011 H.Matsufuru] Factory is introduced. [24 Jan 2017 Y.Namekawa]

Definition at line 33 of file staple_eo.h.

Constructor & Destructor Documentation

Staple_eo::Staple_eo ( )
inline

Definition at line 45 of file staple_eo.h.

Staple_eo::~Staple_eo ( )
inline

Definition at line 50 of file staple_eo.h.

Member Function Documentation

void Staple_eo::lower ( Field_G ,
const Field_G ,
const int  mu,
const int  nu 
)
virtual

constructs lower staple in mu-nu plane.

Implements Staple.

Definition at line 154 of file staple_eo.cpp.

double Staple_eo::plaq_s ( const Field_G )
virtual

calculates spatial plaquette value.

Implements Staple.

Definition at line 50 of file staple_eo.cpp.

double Staple_eo::plaq_t ( const Field_G )
virtual

calculates temporal plaquette value.

Implements Staple.

Definition at line 84 of file staple_eo.cpp.

double Staple_eo::plaquette ( const Field_G )
virtual

calculates plaquette value.

Implements Staple.

Definition at line 38 of file staple_eo.cpp.

void Staple_eo::set_parameters ( const Parameters params)
virtual

setting parameters.

Implements Staple.

Definition at line 25 of file staple_eo.cpp.

void Staple_eo::staple ( Field_G ,
const Field_G ,
const int  mu 
)
virtual

constructs staple in mu-direction (summing up nu-direction).

Implements Staple.

Definition at line 110 of file staple_eo.cpp.

void Staple_eo::upper ( Field_G ,
const Field_G ,
const int  mu,
const int  nu 
)
virtual

constructs upper staple in mu-nu plane.

Implements Staple.

Definition at line 131 of file staple_eo.cpp.

Member Data Documentation

const std::string Staple_eo::class_name = "Staple_eo"
static

Definition at line 36 of file staple_eo.h.

std::string Staple_eo::m_filename_output
private

Definition at line 39 of file staple_eo.h.

ShiftField_eo Staple_eo::m_shift
private

Definition at line 42 of file staple_eo.h.

Field_G Staple_eo::m_v
private

Definition at line 41 of file staple_eo.h.

Field_G Staple_eo::m_w
private

Definition at line 41 of file staple_eo.h.


The documentation for this class was generated from the following files: