Bridge++
Ver. 2.0.2
|
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 (const Parameters ¶ms) | |
~Force_G_Plaq_SF () | |
void | set_parameters (const Parameters ¶ms) |
void | set_parameters (const double beta, double *phi, double *phipr, const double ct) |
void | get_parameters (Parameters ¶ms) const |
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_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 | |
Bridge::VerboseLevel | m_vl |
double | m_beta |
std::vector< double > | m_phi |
SF boundary condition at t=0. More... | |
std::vector< 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 |
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 89 of file force_G_Plaq_SF.h.
|
inline |
Definition at line 92 of file force_G_Plaq_SF.h.
|
inline |
Definition at line 98 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 131 of file force_G_Plaq_SF.cpp.
|
virtual |
Implements Force_G.
Definition at line 58 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 171 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 83 of file force_G_Plaq_SF.cpp.
|
virtual |
Implements Force_G.
Definition at line 25 of file force_G_Plaq_SF.cpp.
|
static |
Definition at line 67 of file force_G_Plaq_SF.h.
|
private |
Definition at line 75 of file force_G_Plaq_SF.h.
|
private |
SF boundary improvement coefficient for the plaquatte force.
Definition at line 84 of file force_G_Plaq_SF.h.
|
private |
SF boundary condition at t=0.
Definition at line 79 of file force_G_Plaq_SF.h.
|
private |
SF boundary condition at t=Nt.
Definition at line 82 of file force_G_Plaq_SF.h.
|
private |
Definition at line 86 of file force_G_Plaq_SF.h.
|
private |
Definition at line 70 of file force_G_Plaq_SF.h.