56 namespace Test_HMC_Clover {
 
   57   const std::string 
test_name = 
"HMC.Clover.RHMC_Nf2p1_eo";
 
   61     const std::string filename_input = 
"test_HMC_Clover_RHMC_Nf2p1.yaml";
 
   67 #ifdef USE_TESTMANAGER_AUTOREGISTER 
   69 #if defined(USE_GROUP_SU2) 
  102     const Parameters params_solver_Nf2_MD_prec = params_all.
lookup(
"Solver_Nf2_MD_prec");
 
  103     const Parameters params_solver_Nf2_H_prec  = params_all.
lookup(
"Solver_Nf2_H_prec");
 
  104     const Parameters params_integrator         = params_all.
lookup(
"Builder_Integrator");
 
  107     const string        str_gconf_status = params_test.
get_string(
"gauge_config_status");
 
  108     const string        str_gconf_read   = params_test.
get_string(
"gauge_config_type_input");
 
  109     const string        readfile         = params_test.
get_string(
"config_filename_input");
 
  110     const string        str_gconf_write  = params_test.
get_string(
"gauge_config_type_output");
 
  111     const string        writefile        = params_test.
get_string(
"config_filename_output");
 
  112     const string        str_rand_type    = params_test.
get_string(
"random_number_type");
 
  113     const unsigned long seed             = params_test.
get_unsigned_long(
"seed_for_random_number");
 
  114     int                 i_conf           = params_test.
get_int(
"trajectory_number");
 
  115     const int           Ntraj            = params_test.
get_int(
"trajectory_number_step");
 
  116     const int           i_save_conf      = params_test.
get_int(
"save_config_interval");
 
  117     const string        str_vlevel       = params_test.
get_string(
"verbose_level");
 
  119     const bool   do_check        = params_test.
is_set(
"expected_result");
 
  120     const double expected_result = do_check ? params_test.
get_double(
"expected_result") : 0.0;
 
  122     const string           str_action_G_type           = params_action_G.
get_string(
"action_type");
 
  123     const string           str_fopr_Nf2_type           = params_fopr_Nf2.
get_string(
"fermion_type");
 
  124     const string           str_fopr_Nf2_prec_type      = params_fopr_Nf2_prec.
get_string(
"fermion_type");
 
  125     const string           str_fopr_Nf1_type           = params_fopr_Nf1.
get_string(
"fermion_type");
 
  126     const string           str_gmset_type              = params_fopr_Nf2.
get_string(
"gamma_matrix_type");
 
  127     const string           str_proj_type               = params_proj.
get_string(
"projection_type");
 
  128     const string           str_smear_type              = params_smear.
get_string(
"smear_type");
 
  129     const string           str_solver_Nf2_MD_type      = params_solver_Nf2_MD.
get_string(
"solver_type");
 
  130     const string           str_solver_Nf2_H_type       = params_solver_Nf2_H.
get_string(
"solver_type");
 
  131     const string           str_solver_Nf2_MD_prec_type = params_solver_Nf2_MD_prec.
get_string(
"solver_type");
 
  132     const string           str_solver_Nf2_H_prec_type  = params_solver_Nf2_H_prec.
get_string(
"solver_type");
 
  133     const int              Nlevels      = params_integrator.
get_int(
"number_of_levels");
 
  134     const std::vector<int> level_action = params_integrator.
get_int_vector(
"level_of_actions");
 
  139     vout.
general(vl, 
"  gconf_status            = %s\n", str_gconf_status.c_str());
 
  140     vout.
general(vl, 
"  gconf_read              = %s\n", str_gconf_read.c_str());
 
  141     vout.
general(vl, 
"  readfile                = %s\n", readfile.c_str());
 
  142     vout.
general(vl, 
"  gconf_write             = %s\n", str_gconf_write.c_str());
 
  143     vout.
general(vl, 
"  writefile               = %s\n", writefile.c_str());
 
  144     vout.
general(vl, 
"  vlevel                  = %s\n", str_vlevel.c_str());
 
  145     vout.
general(vl, 
"  rand_type               = %s\n", str_rand_type.c_str());
 
  149     vout.
general(vl, 
"  i_save_conf             = %d\n", i_save_conf);
 
  150     vout.
general(vl, 
"  gmset_type              = %s\n", str_gmset_type.c_str());
 
  151     vout.
general(vl, 
"  proj_type               = %s\n", str_proj_type.c_str());
 
  152     vout.
general(vl, 
"  smear_type              = %s\n", str_smear_type.c_str());
 
  153     vout.
general(vl, 
"  solver_Nf2_MD_type      = %s\n", str_solver_Nf2_MD_type.c_str());
 
  154     vout.
general(vl, 
"  solver_Nf2_H_type       = %s\n", str_solver_Nf2_H_type.c_str());
 
  155     vout.
general(vl, 
"  solver_Nf2_MD_prec_type = %s\n", str_solver_Nf2_MD_prec_type.c_str());
 
  156     vout.
general(vl, 
"  solver_Nf2_H_prec_type  = %s\n", str_solver_Nf2_H_prec_type.c_str());
 
  171     if ((str_solver_Nf2_MD_type == 
"CG") || (str_solver_Nf2_H_type == 
"CG") ||
 
  172         (str_solver_Nf2_MD_prec_type == 
"CG") || (str_solver_Nf2_H_prec_type == 
"CG")) {
 
  173       vout.
crucial(vl, 
"Error at %s: CG can not be adopted. Use CGNE,CGNR, instead.\n", 
test_name.c_str());
 
  183     if (str_gconf_status == 
"Continue") {
 
  185     } 
else if (str_gconf_status == 
"Cold_start") {
 
  187     } 
else if (str_gconf_status == 
"Hot_start") {
 
  190       vout.
crucial(vl, 
"Error at %s: unsupported gconf status \"%s\"\n", 
test_name.c_str(), str_gconf_status.c_str());
 
  227     unique_ptr<Fopr> fopr_Nf2_eo(Fopr::New(str_fopr_Nf2_type + 
"_eo", str_gmset_type));
 
  230     unique_ptr<Fopr> fopr_smear_Nf2_eo(Fopr::New(
"Smeared_eo", fopr_Nf2_eo, dr_smear));
 
  232     unique_ptr<Solver> solver_Nf2_eo_MD(Solver::New(str_solver_Nf2_MD_type, fopr_smear_Nf2_eo));
 
  236     unique_ptr<Solver> solver_Nf2_eo_H(Solver::New(str_solver_Nf2_H_type, fopr_smear_Nf2_eo));
 
  242     unique_ptr<Fopr> fopr_Nf2_prec(Fopr::New(str_fopr_Nf2_prec_type, str_gmset_type));
 
  248     unique_ptr<Fopr>  fopr_smear_Nf2_prec(Fopr::New(
"Smeared", fopr_Nf2_prec, dr_smear));
 
  253     unique_ptr<Fopr> fopr_Nf2_eo_prec(Fopr::New(str_fopr_Nf2_prec_type + 
"_eo", str_gmset_type));
 
  256     unique_ptr<Fopr> fopr_smear_Nf2_eo_prec(Fopr::New(
"Smeared_eo", fopr_Nf2_eo_prec, dr_smear));
 
  258     unique_ptr<Solver> solver_Nf2_eo_MD_prec(Solver::New(str_solver_Nf2_MD_type, fopr_smear_Nf2_eo_prec));
 
  262     unique_ptr<Solver> solver_Nf2_eo_H_prec(Solver::New(str_solver_Nf2_H_type, fopr_smear_Nf2_eo_prec));
 
  269                                fprop_Nf2_eo_MD_prec, fprop_Nf2_eo_H_prec));
 
  273                             fopr_smear_Nf2, force_fopr_smear_Nf2,
 
  275                             fprop_Nf2_eo_MD, fprop_Nf2_eo_H));
 
  289     unique_ptr<Fopr> fopr_smear_Nf1_langev(Fopr::New(
"Smeared", fopr_r1, dr_smear));
 
  302       new Action_F_Rational(fopr_smear_Nf1_langev, fopr_smear_Nf1_H, force_fopr_smear_Nf1_MD));
 
  306     actions.
append(level_action[0], action_F_Nf2_d);
 
  307     actions.
append(level_action[1], action_F_Nf2_prec);
 
  308     actions.
append(level_action[2], action_F_Nf1);
 
  309     actions.
append(level_action[3], action_G);
 
  311     std::vector<Director *> directors(1);
 
  323     HMC_General hmc(actions, directors, integrator, rand);
 
  332     vout.
general(vl, 
"HMC start: Ntraj = %d\n", Ntraj);
 
  335     for (
int traj = 0; traj < Ntraj; ++traj) {
 
  337       vout.
general(vl, 
"---------------------------------------------------\n");
 
  342       if ((i_conf + traj + 1) % i_save_conf == 0) {
 
  358       vout.
detailed(vl, 
"check skipped: expected_result not set.\n\n");
 
Random number generator base on M-series. 
 
void detailed(const char *format,...)
 
Standard even-odd preconditioned fermion action for HMC. 
 
virtual void set_parameters(const Parameters ¶m)=0
 
void set_parameters(const Parameters ¶ms)
 
void general(const char *format,...)
 
HMC action for Hasenbusch preconditioned fermions. 
 
General HMC update class. 
 
virtual void set_parameters(const Parameters &)=0
 
int get_int(const string &key) const 
 
bool append(const int level, Action *action)
 
virtual void set_parameters(const Parameters ¶m)=0
 
Base class of Integrator class family. 
 
virtual void set_parameters(const Parameters ¶ms)=0
 
Parameters lookup(const string &key) const 
 
static bool RegisterTest(const std::string &key, const Test_function func)
 
static bool initialize(const std::string &rng_type, unsigned long seed)
 
void set_parameters(const Parameters ¶ms)
 
Manager of commonly used data object in HMC. 
 
void read(Field_G *U, const string &filename=string())
 
unsigned long get_unsigned_long(const string &key) const 
 
double get_double(const string &key) const 
 
std::string generate_filename(const char *fmt,...)
 
Get quark propagator for Fopr with even-odd site index. 
 
Force calculation for clover quark action. 
 
virtual void set_parameters(const Parameters &)=0
 
action class for RHMC, with externally constructed Fopr_Rational. 
 
int non_NULL(const std::string v)
 
bool is_set(const string &key) const 
 
void crucial(const char *format,...)
 
virtual void set_parameters(const Parameters ¶ms)=0
 
static void read(const std::string ¶ms_file, Parameters ¶ms)
 
const std::string test_name
 
lists of actions at respective integrator levels. 
 
Manager of smeared configurations. 
 
int verify(const double result, const double expected, double eps)
 
void write_file(Field_G *U, const string &filename)
 
Force calculation for smeared fermion operators. 
 
int non_negative(const int v)
 
virtual void set_parameters(const Parameters &)=0
 
GaugeConfig class for file I/O of gauge configuration. 
 
string get_string(const string &key) const 
 
vector< int > get_int_vector(const string &key) const 
 
void report(const Bridge::VerboseLevel vl=Bridge::GENERAL)
 
virtual void set_parameters(const Parameters &)=0
 
Builder of MD integrator for HMC. 
 
static VerboseLevel set_verbose_level(const std::string &str)
 
Force calculation for smeared fermion operators.