Bridge++  Version 1.5.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Action_F_Rational_SF Class Reference

action class for RHMC, with externally constructed Fopr_Rational. More...

#include <action_F_Rational_SF.h>

Inheritance diagram for Action_F_Rational_SF:
Action

Public Member Functions

 Action_F_Rational_SF (Fopr *fopr_langev, Fopr *fopr_H, Force *fopr_force_MD)
 constructor requires pointers to Fopr and Force instances. More...
 
 Action_F_Rational_SF (unique_ptr< Fopr > &fopr_langev, unique_ptr< Fopr > &fopr_H, unique_ptr< Force > &fopr_force_MD)
 
 ~Action_F_Rational_SF ()
 destructor. constructed instances are deconstructed in tydyup(). More...
 
void set_parameters (const Parameters &params)
 setting parameters and creating class instances. More...
 
void set_label (const std::string label)
 set the label of action. More...
 
std::string get_label ()
 returns the label of action. More...
 
void set_config (Field *U)
 setting gauge configuration. More...
 
double langevin (RandomNumbers *)
 Langevin step called at the beginning of HMC. More...
 
double calcH ()
 calculation of Hamiltonian. More...
 
void force (Field &)
 returns the force for updating conjugate momentum. More...
 
- Public Member Functions inherited from Action
 Action ()
 
virtual ~Action ()
 
void set_parameter_verboselevel (const Bridge::VerboseLevel vl)
 
virtual void force (Field &v, Field &U)
 

Static Public Attributes

static const std::string class_name = "Action_F_Rational_SF"
 

Private Attributes

std::string m_label
 
Foprm_fopr_langev
 
Foprm_fopr_H
 
Forcem_fopr_force_MD
 
Fieldm_U
 
Field m_psf
 

Additional Inherited Members

- Protected Attributes inherited from Action
Bridge::VerboseLevel m_vl
 

Detailed Description

action class for RHMC, with externally constructed Fopr_Rational.

For the class, Fopr and Force objects are instantiated outside the class and specified at the construction. This class just provides the framework of rational actions. [28 Dec 2011 H.Matsufuru] unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]

Definition at line 40 of file action_F_Rational_SF.h.

Constructor & Destructor Documentation

Action_F_Rational_SF::Action_F_Rational_SF ( Fopr fopr_langev,
Fopr fopr_H,
Force fopr_force_MD 
)
inline

constructor requires pointers to Fopr and Force instances.

Definition at line 57 of file action_F_Rational_SF.h.

Action_F_Rational_SF::Action_F_Rational_SF ( unique_ptr< Fopr > &  fopr_langev,
unique_ptr< Fopr > &  fopr_H,
unique_ptr< Force > &  fopr_force_MD 
)
inline

Definition at line 65 of file action_F_Rational_SF.h.

Action_F_Rational_SF::~Action_F_Rational_SF ( )
inline

destructor. constructed instances are deconstructed in tydyup().

Definition at line 74 of file action_F_Rational_SF.h.

Member Function Documentation

double Action_F_Rational_SF::calcH ( )
virtual

calculation of Hamiltonian.

Implements Action.

Definition at line 59 of file action_F_Rational_SF.cpp.

void Action_F_Rational_SF::force ( Field force)
virtual

returns the force for updating conjugate momentum.

Implements Action.

Definition at line 82 of file action_F_Rational_SF.cpp.

std::string Action_F_Rational_SF::get_label ( )
inline

returns the label of action.

Definition at line 88 of file action_F_Rational_SF.h.

double Action_F_Rational_SF::langevin ( RandomNumbers rand)
virtual

Langevin step called at the beginning of HMC.

Implements Action.

Definition at line 28 of file action_F_Rational_SF.cpp.

void Action_F_Rational_SF::set_config ( Field U)
inlinevirtual

setting gauge configuration.

Implements Action.

Definition at line 94 of file action_F_Rational_SF.h.

void Action_F_Rational_SF::set_label ( const std::string  label)
inline

set the label of action.

Definition at line 81 of file action_F_Rational_SF.h.

void Action_F_Rational_SF::set_parameters ( const Parameters params)
virtual

setting parameters and creating class instances.

Implements Action.

Definition at line 19 of file action_F_Rational_SF.cpp.

Member Data Documentation

const std::string Action_F_Rational_SF::class_name = "Action_F_Rational_SF"
static

Definition at line 42 of file action_F_Rational_SF.h.

Force* Action_F_Rational_SF::m_fopr_force_MD
private

Definition at line 49 of file action_F_Rational_SF.h.

Fopr* Action_F_Rational_SF::m_fopr_H
private

Definition at line 48 of file action_F_Rational_SF.h.

Fopr* Action_F_Rational_SF::m_fopr_langev
private

Definition at line 47 of file action_F_Rational_SF.h.

std::string Action_F_Rational_SF::m_label
private

Definition at line 45 of file action_F_Rational_SF.h.

Field Action_F_Rational_SF::m_psf
private

Definition at line 53 of file action_F_Rational_SF.h.

Field* Action_F_Rational_SF::m_U
private

Definition at line 51 of file action_F_Rational_SF.h.


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