|
Bridge++
Version 1.5.4
|
HMC force class for plaquette gauge force with SF BC. More...
#include <force_G_Plaq_SF.h>
Public Member Functions | |
| Force_G_Plaq_SF () | |
| ~Force_G_Plaq_SF () | |
| void | set_parameters (const Parameters ¶ms) |
| void | set_parameters (const double beta, double *phi, double *phipr, const double ct) |
| void | force_core (Field &) |
| void | print_force (const Field_G *) |
| Print out the gauge force for the boundary spatial links (for debugging). More... | |
Public Member Functions inherited from Force_G | |
| Force_G () | |
| virtual | ~Force_G () |
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
| void | set_config (Field *U) |
| void | set_config (Field_G *U) |
| virtual void | force_core (Field &v, Field *U) |
| virtual void | force_core (Field &v, Field_G *U) |
Static Public Attributes | |
| static const std::string | class_name = "Force_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 force. More... | |
| Staple_SF | m_staple |
Additional Inherited Members | |
Protected Attributes inherited from Force_G | |
| Field_G * | m_U |
| Bridge::VerboseLevel | m_vl |
HMC force class for plaquette gauge force with SF BC.
SF boundary condition is intrduced accrdong to the following policy.
The plaquette gauge force is given by
,
: otherwise.
(Coding history will be recovered from trac.) YAML is implemented. [14 Nov 2012 Y.Namekawa]
Definition at line 64 of file force_G_Plaq_SF.h.
|
inline |
Definition at line 85 of file force_G_Plaq_SF.h.
|
inline |
Definition at line 88 of file force_G_Plaq_SF.h.
|
virtual |
The force for the Wilson plaquette action with the SF boundary.
Implements Force_G.
Definition at line 108 of file force_G_Plaq_SF.cpp.
| void Force_G_Plaq_SF::print_force | ( | const Field_G * | U | ) |
Print out the gauge force for the boundary spatial links (for debugging).
Definition at line 148 of file force_G_Plaq_SF.cpp.
|
virtual |
Implements Force_G.
Definition at line 25 of file force_G_Plaq_SF.cpp.
| void Force_G_Plaq_SF::set_parameters | ( | const double | beta, |
| double * | phi, | ||
| double * | phipr, | ||
| const double | ct | ||
| ) |
Set parameters for the Wilson plaquette force with the SF boundary.
Definition at line 66 of file force_G_Plaq_SF.cpp.
|
static |
Definition at line 67 of file force_G_Plaq_SF.h.
|
private |
Definition at line 73 of file force_G_Plaq_SF.h.
|
private |
SF boundary improvement coefficient for the plaquatte force.
Definition at line 80 of file force_G_Plaq_SF.h.
|
private |
SF boundary condition at t=0.
Definition at line 76 of file force_G_Plaq_SF.h.
|
private |
SF boundary condition at t=Nt.
Definition at line 78 of file force_G_Plaq_SF.h.
|
private |
Definition at line 82 of file force_G_Plaq_SF.h.