Bridge++
Version 1.5.4
|
HMC action class for plaquette gauge action with SF BC. More...
#include <action_G_Plaq_SF.h>
Public Member Functions | |
Action_G_Plaq_SF () | |
~Action_G_Plaq_SF () | |
void | set_parameters (const Parameters ¶ms) |
void | set_parameters (const double beta, double *phi, double *phipr, const double ct) |
void | set_label (const 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 () |
void | force (Field &) |
Public Member Functions inherited from Action | |
Action () | |
virtual | ~Action () |
void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
virtual void | force (Field &v, Field &U) |
Static Public Attributes | |
static const std::string | class_name = "Action_G_Plaq_SF" |
Private Attributes | |
double | m_beta |
double * | m_phi |
SF boundary condition at t=0. More... | |
double * | m_phipr |
SF boundary condition at t=Nt. More... | |
double | m_ct |
SF boundary improvement coefficient for the plaquatte action. More... | |
std::string | m_label |
Field_G * | m_U |
Staple_SF | m_staple |
Force_G * | m_force_G |
Additional Inherited Members | |
Protected Attributes inherited from Action | |
Bridge::VerboseLevel | m_vl |
HMC action class for plaquette gauge action with SF BC.
SF boundary condition is intrduced accrdong to the following policy.
The plaquette gauge action is given by
, : otherwise.
(Coding history will be recovered from trac.) YAML is implemented. [14 Nov 2012 Y.Namekawa]
Definition at line 63 of file action_G_Plaq_SF.h.
|
inline |
Definition at line 85 of file action_G_Plaq_SF.h.
|
inline |
Definition at line 91 of file action_G_Plaq_SF.h.
|
virtual |
Implements Action.
Definition at line 124 of file action_G_Plaq_SF.cpp.
|
virtual |
The force for the Wilson plaquette action with the SF boundary.
Implements Action.
Definition at line 150 of file action_G_Plaq_SF.cpp.
|
inline |
Definition at line 107 of file action_G_Plaq_SF.h.
|
virtual |
|
inlinevirtual |
setting pointer to the gauge configuration.
Implements Action.
Definition at line 112 of file action_G_Plaq_SF.h.
|
inline |
Definition at line 101 of file action_G_Plaq_SF.h.
|
virtual |
Implements Action.
Definition at line 25 of file action_G_Plaq_SF.cpp.
void Action_G_Plaq_SF::set_parameters | ( | const double | beta, |
double * | phi, | ||
double * | phipr, | ||
const double | ct | ||
) |
Set parameters for the Wilson plaquette action with the SF boundary.
Definition at line 69 of file action_G_Plaq_SF.cpp.
|
static |
Definition at line 66 of file action_G_Plaq_SF.h.
|
private |
Definition at line 69 of file action_G_Plaq_SF.h.
|
private |
SF boundary improvement coefficient for the plaquatte action.
Definition at line 76 of file action_G_Plaq_SF.h.
|
private |
Definition at line 82 of file action_G_Plaq_SF.h.
|
private |
Definition at line 78 of file action_G_Plaq_SF.h.
|
private |
SF boundary condition at t=0.
Definition at line 72 of file action_G_Plaq_SF.h.
|
private |
SF boundary condition at t=Nt.
Definition at line 74 of file action_G_Plaq_SF.h.
|
private |
Definition at line 81 of file action_G_Plaq_SF.h.
|
private |
Definition at line 80 of file action_G_Plaq_SF.h.