Bridge++  Ver. 1.1.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Action_G_Rectangle Class Reference

#include <action_G_Rectangle.h>

Inheritance diagram for Action_G_Rectangle:
Action

Public Member Functions

 Action_G_Rectangle ()
 
 ~Action_G_Rectangle ()
 
void set_parameters (const Parameters &params)
 
void set_parameters (double beta, double c_plaq, double c_rect)
 
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 ()
 calculate Hamiltonian of this action term. More...
 
const Field force ()
 returns force for molcular dynamical update of conjugate momenta. 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_c_plaq
 
double m_c_rect
 
std::string m_label
 
Field m_force
 
Field_Gm_U
 
int m_status_linkv
 
Staples m_staple
 
ShiftField_lex m_shift
 
RandomNumbersm_rand
 

Additional Inherited Members

- Protected Attributes inherited from Action
Bridge::VerboseLevel m_vl
 

Detailed Description

Definition at line 43 of file action_G_Rectangle.h.

Constructor & Destructor Documentation

Action_G_Rectangle::Action_G_Rectangle ( )
inline

Definition at line 60 of file action_G_Rectangle.h.

Action_G_Rectangle::~Action_G_Rectangle ( )
inline

Definition at line 63 of file action_G_Rectangle.h.

Member Function Documentation

double Action_G_Rectangle::calcH ( )
virtual

calculate Hamiltonian of this action term.

Implements Action.

Definition at line 108 of file action_G_Rectangle.cpp.

const Field Action_G_Rectangle::force ( )
virtual

returns force for molcular dynamical update of conjugate momenta.

Implements Action.

Definition at line 192 of file action_G_Rectangle.cpp.

std::string Action_G_Rectangle::get_label ( )
inline

Definition at line 74 of file action_G_Rectangle.h.

double Action_G_Rectangle::langevin ( RandomNumbers )
virtual

Langevis step.

Implements Action.

Definition at line 97 of file action_G_Rectangle.cpp.

void Action_G_Rectangle::notify_linkv ( )
inlinevirtual

to be called when gauge configuration is updated.

Implements Action.

Definition at line 84 of file action_G_Rectangle.h.

void Action_G_Rectangle::set_config ( Field U)
inlinevirtual

setting pointer to the gauge configuration.

Implements Action.

Definition at line 79 of file action_G_Rectangle.h.

void Action_G_Rectangle::set_label ( std::string  label)
inline

Definition at line 68 of file action_G_Rectangle.h.

void Action_G_Rectangle::set_parameters ( const Parameters params)
virtual

Implements Action.

Definition at line 43 of file action_G_Rectangle.cpp.

void Action_G_Rectangle::set_parameters ( double  beta,
double  c_plaq,
double  c_rect 
)

Definition at line 68 of file action_G_Rectangle.cpp.

Member Data Documentation

double Action_G_Rectangle::m_beta
private

Definition at line 46 of file action_G_Rectangle.h.

double Action_G_Rectangle::m_c_plaq
private

Definition at line 47 of file action_G_Rectangle.h.

double Action_G_Rectangle::m_c_rect
private

Definition at line 48 of file action_G_Rectangle.h.

Field Action_G_Rectangle::m_force
private

Definition at line 50 of file action_G_Rectangle.h.

std::string Action_G_Rectangle::m_label
private

Definition at line 49 of file action_G_Rectangle.h.

RandomNumbers* Action_G_Rectangle::m_rand
private

Definition at line 57 of file action_G_Rectangle.h.

ShiftField_lex Action_G_Rectangle::m_shift
private

Definition at line 55 of file action_G_Rectangle.h.

Staples Action_G_Rectangle::m_staple
private

Definition at line 54 of file action_G_Rectangle.h.

int Action_G_Rectangle::m_status_linkv
private

Definition at line 53 of file action_G_Rectangle.h.

Field_G* Action_G_Rectangle::m_U
private

Definition at line 52 of file action_G_Rectangle.h.


The documentation for this class was generated from the following files: