|
Bridge++
Ver. 1.1.x
|
HMC action class for plaquette gauge action with SF BC. More...
#include <action_G_Plaq_SF.h>
Public Member Functions | |
| Action_G_Plaq_SF () | |
| ~Action_G_Plaq_SF () | |
| void | set_parameters (const Parameters ¶ms) |
| void | set_parameters (double beta, double *phi, double *phipr, double ct) |
| void | set_label (std::string label) |
| std::string | get_label () |
| void | set_config (Field *U) |
| setting pointer to the gauge configuration. More... | |
| void | notify_linkv () |
| to be called when gauge configuration is updated. More... | |
| double | langevin (RandomNumbers *) |
| Langevis step. More... | |
| double | calcH () |
| const Field | force () |
| void | print_force (const Field_G *) |
| Print out the gauge force for the boundary spatial links (for debugging). More... | |
Public Member Functions inherited from Action | |
| Action () | |
| virtual | ~Action () |
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
Private Attributes | |
| double | m_beta |
| double * | m_phi |
| SF boundary condition at t=0. More... | |
| double * | m_phipr |
| SF boundary condition at t=Nt. More... | |
| double | m_ct |
| SF boundary improvement coefficient for the plaquatte action. More... | |
| std::string | m_label |
| Field | m_force |
| Field_G * | m_U |
| int | m_status_linkv |
| Staples_SF | m_staple |
| RandomNumbers * | m_rand |
Additional Inherited Members | |
Protected Attributes inherited from Action | |
| Bridge::VerboseLevel | m_vl |
HMC action class for plaquette gauge action with SF BC.
SF boundary condition is intrduced accrdong to the following policy.
The plaquette gauge action is given by
,
: otherwise.
(Coding history will be recovered from trac.) YAML is implemented. [14 Nov 2012 Y.Namekawa]
Definition at line 70 of file action_G_Plaq_SF.h.
|
inline |
Definition at line 92 of file action_G_Plaq_SF.h.
|
inline |
Definition at line 95 of file action_G_Plaq_SF.h.
|
virtual |
Implements Action.
Definition at line 154 of file action_G_Plaq_SF.cpp.
|
virtual |
The force for the Wilson plaquette action with the SF boundary.
Implements Action.
Definition at line 182 of file action_G_Plaq_SF.cpp.
|
inline |
Definition at line 106 of file action_G_Plaq_SF.h.
|
virtual |
|
inlinevirtual |
to be called when gauge configuration is updated.
Implements Action.
Definition at line 116 of file action_G_Plaq_SF.h.
| void Action_G_Plaq_SF::print_force | ( | const Field_G * | U | ) |
Print out the gauge force for the boundary spatial links (for debugging).
Definition at line 232 of file action_G_Plaq_SF.cpp.
|
inlinevirtual |
setting pointer to the gauge configuration.
Implements Action.
Definition at line 111 of file action_G_Plaq_SF.h.
|
inline |
Definition at line 100 of file action_G_Plaq_SF.h.
|
virtual |
Implements Action.
Definition at line 48 of file action_G_Plaq_SF.cpp.
| void Action_G_Plaq_SF::set_parameters | ( | double | beta, |
| double * | phi, | ||
| double * | phipr, | ||
| double | ct | ||
| ) |
Set parameters for the Wilson plaquette action with the SF boundary.
Definition at line 89 of file action_G_Plaq_SF.cpp.
|
private |
Definition at line 73 of file action_G_Plaq_SF.h.
|
private |
SF boundary improvement coefficient for the plaquatte action.
Definition at line 80 of file action_G_Plaq_SF.h.
|
private |
Definition at line 83 of file action_G_Plaq_SF.h.
|
private |
Definition at line 82 of file action_G_Plaq_SF.h.
|
private |
SF boundary condition at t=0.
Definition at line 76 of file action_G_Plaq_SF.h.
|
private |
SF boundary condition at t=Nt.
Definition at line 78 of file action_G_Plaq_SF.h.
|
private |
Definition at line 89 of file action_G_Plaq_SF.h.
|
private |
Definition at line 87 of file action_G_Plaq_SF.h.
|
private |
Definition at line 86 of file action_G_Plaq_SF.h.
|
private |
Definition at line 85 of file action_G_Plaq_SF.h.