Bridge++  Ver. 1.1.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Staples Class Reference

Staple construction. More...

#include <staples.h>

Public Member Functions

 Staples ()
 
void set_parameter_verboselevel (const Bridge::VerboseLevel vl)
 
Field_G upper (const Field_G &, const int, const int)
 
Field_G lower (const Field_G &, const int, const int)
 
double plaq_s (const Field_G &)
 
double plaq_t (const Field_G &)
 
double plaquette (const Field_G &)
 
void staple (Field_G &, const Field_G &, const int)
 

Protected Attributes

Bridge::VerboseLevel m_vl
 

Private Attributes

int Nc
 
int Ndim
 
int Nvol
 
int Lvol
 
Field_G Umu
 
Field_G Unu
 
Field_G v
 
Field_G w
 
ShiftField_lex shift
 

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]

Definition at line 33 of file staples.h.

Constructor & Destructor Documentation

Staples::Staples ( )
inline

Definition at line 48 of file staples.h.

Member Function Documentation

Field_G Staples::lower ( const Field_G U,
const int  mu,
const int  nu 
)

Definition at line 106 of file staples.cpp.

double Staples::plaq_s ( const Field_G U)

Definition at line 24 of file staples.cpp.

double Staples::plaq_t ( const Field_G U)

Definition at line 51 of file staples.cpp.

double Staples::plaquette ( const Field_G U)

Definition at line 17 of file staples.cpp.

void Staples::set_parameter_verboselevel ( const Bridge::VerboseLevel  vl)
inline

Definition at line 55 of file staples.h.

void Staples::staple ( Field_G W,
const Field_G U,
const int  mu 
)

Definition at line 70 of file staples.cpp.

Field_G Staples::upper ( const Field_G U,
const int  mu,
const int  nu 
)

Definition at line 83 of file staples.cpp.

Member Data Documentation

int Staples::Lvol
private

Definition at line 41 of file staples.h.

Bridge::VerboseLevel Staples::m_vl
protected

Definition at line 36 of file staples.h.

int Staples::Nc
private

Definition at line 39 of file staples.h.

int Staples::Ndim
private

Definition at line 40 of file staples.h.

int Staples::Nvol
private

Definition at line 41 of file staples.h.

ShiftField_lex Staples::shift
private

Definition at line 44 of file staples.h.

Field_G Staples::Umu
private

Definition at line 43 of file staples.h.

Field_G Staples::Unu
private

Definition at line 43 of file staples.h.

Field_G Staples::v
private

Definition at line 43 of file staples.h.

Field_G Staples::w
private

Definition at line 43 of file staples.h.


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