14 #ifndef FORCE_G_PLAQ_SF_INCLUDED
15 #define FORCE_G_PLAQ_SF_INCLUDED
92 double *phi,
double *phipr,
const double ct);
106 static Force_G *create_object()
112 static bool register_factory()
114 return Force_G::Factory::Register(
"Force_G_Plaq_SF", create_object);
Container of Field-type object.
double * m_phi
SF boundary condition at t=0.
Base class of gauge force calculation.
void set_parameters(const Parameters ¶ms)
static const std::string class_name
void print_force(const Field_G *)
Print out the gauge force for the boundary spatial links (for debugging).
double * m_phipr
SF boundary condition at t=Nt.
double m_ct
SF boundary improvement coefficient for the plaquatte force.
HMC force class for plaquette gauge force with SF BC.