Go to the documentation of this file.
14 #ifndef FORCE_G_PLAQ_SF_INCLUDED
15 #define FORCE_G_PLAQ_SF_INCLUDED
102 double *phi,
double *phipr,
const double ct);
118 static Force_G *create_object()
129 static bool register_factory()
132 init &= Force_G::Factory::Register(
"Force_G_Plaq_SF", create_object);
133 init &= Force_G::Factory_params::Register(
"Force_G_Plaq_SF", create_object_with_params);
Common parameter class: provides parameters as singleton.
HMC force class for plaquette gauge force with SF BC.
void print_force(const Field_G *)
Print out the gauge force for the boundary spatial links (for debugging).
Base class of gauge force calculation.
Bridge::VerboseLevel m_vl
static const std::string class_name
std::vector< double > m_phipr
SF boundary condition at t=Nt.
void set_parameters(const Parameters ¶ms)
Force_G_Plaq_SF(const Parameters ¶ms)
void get_parameters(Parameters ¶ms) const
std::vector< double > m_phi
SF boundary condition at t=0.
double m_ct
SF boundary improvement coefficient for the plaquatte force.
Container of Field-type object.