Bridge++
Ver. 2.0.2
|
HMC force class for rectangular gauge action. More...
#include <force_G_Rectangle.h>
Public Member Functions | |
Force_G_Rectangle () | |
Force_G_Rectangle (const Parameters ¶ms) | |
~Force_G_Rectangle () | |
void | set_parameters (const Parameters ¶ms) |
void | set_parameters (const double beta, const double c_plaq, const double c_rect) |
void | get_parameters (Parameters ¶ms) const |
void | force_core (Field &) |
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_Rectangle" |
Private Attributes | |
Bridge::VerboseLevel | m_vl |
double | m_beta |
double | m_c_plaq |
double | m_c_rect |
Staple_lex | m_staple |
ShiftField_lex | m_shift |
Additional Inherited Members | |
Protected Attributes inherited from Force_G | |
Field_G * | m_U |
HMC force class for rectangular gauge action.
Gauge action with plaquette and rectangular Wilson loops. Iwasaki, Luscher-Weisz, DBW2 are examples of this type of action. 28 Dec 2011 H.Matsufuru YAML is implemented. [14 Nov 2012 Y.Namekawa]
Definition at line 36 of file force_G_Rectangle.h.
|
inline |
Definition at line 55 of file force_G_Rectangle.h.
|
inline |
Definition at line 58 of file force_G_Rectangle.h.
|
inline |
Definition at line 64 of file force_G_Rectangle.h.
|
virtual |
Implements Force_G.
Definition at line 84 of file force_G_Rectangle.cpp.
|
virtual |
Implements Force_G.
Definition at line 51 of file force_G_Rectangle.cpp.
void Force_G_Rectangle::set_parameters | ( | const double | beta, |
const double | c_plaq, | ||
const double | c_rect | ||
) |
Definition at line 62 of file force_G_Rectangle.cpp.
|
virtual |
Implements Force_G.
Definition at line 25 of file force_G_Rectangle.cpp.
|
static |
Definition at line 39 of file force_G_Rectangle.h.
|
private |
Definition at line 47 of file force_G_Rectangle.h.
|
private |
Definition at line 48 of file force_G_Rectangle.h.
|
private |
Definition at line 49 of file force_G_Rectangle.h.
|
private |
Definition at line 52 of file force_G_Rectangle.h.
|
private |
Definition at line 51 of file force_G_Rectangle.h.
|
private |
Definition at line 42 of file force_G_Rectangle.h.