Bridge++
Ver. 2.0.2
|
HMC action class for rectangular gauge action. More...
#include <action_G_Rectangle.h>
Public Member Functions | |
Action_G_Rectangle () | |
Action_G_Rectangle (const Parameters ¶ms) | |
~Action_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 | set_label (const std::string label) |
std::string | get_label () |
void | set_config (Field *U) |
setting pointer to the gauge configuration. More... | |
double | langevin (RandomNumbers *) |
Langevis step. More... | |
double | calcH () |
calculate Hamiltonian of this action term. More... | |
void | force (Field &) |
returns force for molcular dynamical update of conjugate momenta. More... | |
Public Member Functions inherited from Action | |
Action () | |
virtual | ~Action () |
virtual void | force (Field &v, Field &U) |
Static Public Attributes | |
static const std::string | class_name = "Action_G_Rectangle" |
Private Attributes | |
Bridge::VerboseLevel | m_vl |
double | m_beta |
double | m_c_plaq |
double | m_c_rect |
std::string | m_label |
Field_G * | m_U |
Staple_lex | m_staple |
ShiftField_lex | m_shift |
Force_G * | m_force_G |
HMC action 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 35 of file action_G_Rectangle.h.
|
inline |
Definition at line 54 of file action_G_Rectangle.h.
|
inline |
Definition at line 60 of file action_G_Rectangle.h.
|
inline |
Definition at line 68 of file action_G_Rectangle.h.
|
virtual |
calculate Hamiltonian of this action term.
Implements Action.
Definition at line 96 of file action_G_Rectangle.cpp.
|
virtual |
returns force for molcular dynamical update of conjugate momenta.
Implements Action.
Definition at line 191 of file action_G_Rectangle.cpp.
|
inline |
Definition at line 85 of file action_G_Rectangle.h.
|
virtual |
Implements Action.
Definition at line 54 of file action_G_Rectangle.cpp.
|
virtual |
|
inlinevirtual |
setting pointer to the gauge configuration.
Implements Action.
Definition at line 90 of file action_G_Rectangle.h.
|
inline |
Definition at line 79 of file action_G_Rectangle.h.
void Action_G_Rectangle::set_parameters | ( | const double | beta, |
const double | c_plaq, | ||
const double | c_rect | ||
) |
Definition at line 65 of file action_G_Rectangle.cpp.
|
virtual |
Implements Action.
Definition at line 25 of file action_G_Rectangle.cpp.
|
static |
Definition at line 38 of file action_G_Rectangle.h.
|
private |
Definition at line 43 of file action_G_Rectangle.h.
|
private |
Definition at line 44 of file action_G_Rectangle.h.
|
private |
Definition at line 45 of file action_G_Rectangle.h.
|
private |
Definition at line 51 of file action_G_Rectangle.h.
|
private |
Definition at line 46 of file action_G_Rectangle.h.
|
private |
Definition at line 50 of file action_G_Rectangle.h.
|
private |
Definition at line 49 of file action_G_Rectangle.h.
|
private |
Definition at line 48 of file action_G_Rectangle.h.
|
private |
Definition at line 41 of file action_G_Rectangle.h.