|
Bridge++
Ver. 1.1.x
|
#include <hmc_General.h>
Public Member Functions | |
| HMC_General (std::valarray< Action * > action, std::valarray< Director * > director, Integrator *integrator, RandomNumbers *rand) | |
| constructor with actions, directors, and random number generator More... | |
| HMC_General (std::valarray< Action * > action, Integrator *integrator, RandomNumbers *rand) | |
| constructor when no director is necessary More... | |
| ~HMC_General () | |
| destructor More... | |
| void | set_parameters (const Parameters ¶ms) |
| void | set_parameters (int Mtpl_test) |
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
| double | update (Field_G &) |
| double | langevin (Field_G &iP, Field_G &U) |
| double | langevin_P (Field_G &iP) |
| double | calc_Hamiltonian (Field_G &iP, Field_G &U) |
| double | calcH_P (Field_G &iP) |
Private Attributes | |
| int | m_Mtpl_test |
| Metropolis test: Mtpl_test=0: no test, !=0: test. More... | |
| valarray< Action * > | m_action |
| actions More... | |
| valarray< Director * > | m_director |
| directors More... | |
| Integrator * | m_integrator |
| MD integrator. More... | |
| RandomNumbers * | m_rand |
| random number generator More... | |
| Staples * | m_staple |
| Bridge::VerboseLevel | m_vl |
Definition at line 50 of file hmc_General.h.
|
inline |
constructor with actions, directors, and random number generator
Definition at line 63 of file hmc_General.h.
|
inline |
constructor when no director is necessary
Definition at line 84 of file hmc_General.h.
|
inline |
destructor
Definition at line 100 of file hmc_General.h.
Definition at line 242 of file hmc_General.cpp.
| double HMC_General::calcH_P | ( | Field_G & | iP | ) |
Definition at line 277 of file hmc_General.cpp.
Definition at line 146 of file hmc_General.cpp.
| double HMC_General::langevin_P | ( | Field_G & | iP | ) |
Definition at line 183 of file hmc_General.cpp.
|
inline |
Definition at line 108 of file hmc_General.h.
| void HMC_General::set_parameters | ( | const Parameters & | params | ) |
Definition at line 41 of file hmc_General.cpp.
| void HMC_General::set_parameters | ( | int | Mtpl_test | ) |
Definition at line 64 of file hmc_General.cpp.
| void HMC_General::update | ( | Field_G & | conf_org | ) |
Definition at line 80 of file hmc_General.cpp.
|
private |
actions
Definition at line 54 of file hmc_General.h.
|
private |
directors
Definition at line 55 of file hmc_General.h.
|
private |
MD integrator.
Definition at line 56 of file hmc_General.h.
|
private |
Metropolis test: Mtpl_test=0: no test, !=0: test.
Definition at line 53 of file hmc_General.h.
|
private |
random number generator
Definition at line 57 of file hmc_General.h.
|
private |
Definition at line 58 of file hmc_General.h.
|
private |
Definition at line 59 of file hmc_General.h.