Bridge++  Ver. 2.0.2
Action_G_Plaq Class Reference

HMC action class for plaquette gauge action. More...

#include <action_G_Plaq.h>

Inheritance diagram for Action_G_Plaq:
Action

Public Member Functions

 Action_G_Plaq ()
 
 Action_G_Plaq (const Parameters &params)
 
 ~Action_G_Plaq ()
 
void set_parameters (const Parameters &params)
 
void set_parameters (const double beta)
 
void get_parameters (Parameters &params) const
 
void set_label (std::string label)
 
std::string get_label ()
 
void set_config (Field *U)
 setting pointer to the gauge configuration. More...
 
double langevin (RandomNumbers *)
 Langevis step. More...
 
double calcH ()
 calculate Hamiltonian of this action term. More...
 
void force (Field &)
 returns force for molcular dynamical update of conjugate momenta. More...
 
- Public Member Functions inherited from Action
 Action ()
 
virtual ~Action ()
 
virtual void force (Field &v, Field &U)
 

Static Public Attributes

static const std::string class_name = "Action_G_Plaq"
 

Private Attributes

Bridge::VerboseLevel m_vl
 
double m_beta
 
std::string m_label
 
Field_Gm_U
 
Staple_lex m_staple
 
Force_Gm_force_G
 

Detailed Description

HMC action class for plaquette gauge action.

Standard plaquette gauge action. 28 Dec 2011 H.Matsufuru YAML is implemented. [14 Nov 2012 Y.Namekawa]

Definition at line 33 of file action_G_Plaq.h.

Constructor & Destructor Documentation

◆ Action_G_Plaq() [1/2]

Action_G_Plaq::Action_G_Plaq ( )
inline

Definition at line 49 of file action_G_Plaq.h.

◆ Action_G_Plaq() [2/2]

Action_G_Plaq::Action_G_Plaq ( const Parameters params)
inline

Definition at line 55 of file action_G_Plaq.h.

◆ ~Action_G_Plaq()

Action_G_Plaq::~Action_G_Plaq ( )
inline

Definition at line 63 of file action_G_Plaq.h.

Member Function Documentation

◆ calcH()

double Action_G_Plaq::calcH ( )
virtual

calculate Hamiltonian of this action term.

Implements Action.

Definition at line 85 of file action_G_Plaq.cpp.

◆ force()

void Action_G_Plaq::force ( Field )
virtual

returns force for molcular dynamical update of conjugate momenta.

Implements Action.

Definition at line 104 of file action_G_Plaq.cpp.

◆ get_label()

std::string Action_G_Plaq::get_label ( )
inline

Definition at line 79 of file action_G_Plaq.h.

◆ get_parameters()

void Action_G_Plaq::get_parameters ( Parameters params) const
virtual

Implements Action.

Definition at line 52 of file action_G_Plaq.cpp.

◆ langevin()

double Action_G_Plaq::langevin ( RandomNumbers )
virtual

Langevis step.

Implements Action.

Definition at line 76 of file action_G_Plaq.cpp.

◆ set_config()

void Action_G_Plaq::set_config ( Field U)
inlinevirtual

setting pointer to the gauge configuration.

Implements Action.

Definition at line 84 of file action_G_Plaq.h.

◆ set_label()

void Action_G_Plaq::set_label ( std::string  label)
inline

Definition at line 73 of file action_G_Plaq.h.

◆ set_parameters() [1/2]

void Action_G_Plaq::set_parameters ( const double  beta)

Definition at line 61 of file action_G_Plaq.cpp.

◆ set_parameters() [2/2]

void Action_G_Plaq::set_parameters ( const Parameters params)
virtual

Implements Action.

Definition at line 25 of file action_G_Plaq.cpp.

Member Data Documentation

◆ class_name

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

Definition at line 36 of file action_G_Plaq.h.

◆ m_beta

double Action_G_Plaq::m_beta
private

Definition at line 41 of file action_G_Plaq.h.

◆ m_force_G

Force_G* Action_G_Plaq::m_force_G
private

Definition at line 46 of file action_G_Plaq.h.

◆ m_label

std::string Action_G_Plaq::m_label
private

Definition at line 42 of file action_G_Plaq.h.

◆ m_staple

Staple_lex Action_G_Plaq::m_staple
private

Definition at line 45 of file action_G_Plaq.h.

◆ m_U

Field_G* Action_G_Plaq::m_U
private

Definition at line 44 of file action_G_Plaq.h.

◆ m_vl

Bridge::VerboseLevel Action_G_Plaq::m_vl
private

Definition at line 39 of file action_G_Plaq.h.


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