Bridge++
Ver. 2.0.2
|
Variables | |
const std::string | test_name = "Spectrum.Hadron2ptFunction" |
Test of spectroscopy.
Test of Spectroscopy with fileIO.
Test of Spectroscopy with even-odd preconditioning and fileIO.
Test of spectroscopy with even-odd preconditioning.
This class tests hadron spectroscopy on a given gauge configuration. [06 Jun 2014 Y.Namekawa] Introduce unique_ptr to avoid memory leaks. [21 Mar 2015 Y.Namekawa] Adopt new parameter handlings. [26 Jun 2016 T.Aoyama] Add shift_origin of gauge config. [21 May 2017 Y.Namekawa] Modify to choose a solver type quark by quark. [23 Apr 2018 Y.Namekawa] Add Nc check for USE_GROUP_SU_N. [31 May 2021 Y.Namekawa]
This class tests hadron spectroscopy on a given gauge configuration. [06 Jun 2014 Y.Namekawa] Introduce unique_ptr to avoid memory leaks. [21 Mar 2015 Y.Namekawa] Add shift_origin of gauge config. [21 May 2017 Y.Namekawa] Modify to choose a solver type quark by quark. [23 Apr 2018 Y.Namekawa] Add Nc check for USE_GROUP_SU_N. [31 May 2021 Y.Namekawa]
This test class obtains the quark propagator for clover fermion and calculates typical hadron correlators. The quantum numbers of hadrons are specified with gamma matrices (GammaMatrix class instance) whose set is defined in a subclass of GammaMatrixSet class. 12 Apr 2012 H.Matsufuru Implement Selectors. [02 Feb 2013 Y.Namekawa] Implement Even-odd and smearing. [03 Mar 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san) Implement Number_of_valence_quarks. [15 May 2013 Y.Namekawa] Introduce unique_ptr to avoid memory leaks. [21 Mar 2015 Y.Namekawa] Add shift_origin of gauge config. [21 May 2017 Y.Namekawa] Modify to choose a solver type quark by quark. [23 Apr 2018 Y.Namekawa] Add Nc check for USE_GROUP_SU_N. [31 May 2021 Y.Namekawa]
This test class obtains the quark propagator for clover fermion and calculates typical hadron correlators. The quantum numbers of hadrons are specified with gamma matrices (GammaMatrix class instance) whose set is defined in a subclass of GammaMatrixSet class. 12 Apr 2012 H.Matsufuru Implement Selectors. [02 Feb 2013 Y.Namekawa] Implement Smearing. [03 Mar 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san) Implement Number_of_valence_quarks. [15 May 2013 Y.Namekawa] Introduce unique_ptr to avoid memory leaks. [21 Mar 2015 Y.Namekawa] Add shift_origin of gauge config. [21 May 2017 Y.Namekawa] Modify to choose a solver type quark by quark. [23 Apr 2018 Y.Namekawa] Add Nc check for USE_GROUP_SU_N. [31 May 2021 Y.Namekawa]
This test class obtains the quark propagator for clover fermion and calculates typical hadron correlators. The quantum numbers of hadrons are specified with gamma matrices (GammaMatrix class instance) whose set is defined in a subclass of GammaMatrixSet class. 12 Apr 2012 H.Matsufuru Implement Selectors. [02 Feb 2013 Y.Namekawa] Implement Smearing. [03 Mar 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san) Implement Number_of_valence_quarks. [15 May 2013 Y.Namekawa] Introduce unique_ptr to avoid memory leaks. [21 Mar 2015 Y.Namekawa] Add shift_origin of gauge config. [21 May 2017 Y.Namekawa] Modify to choose a solver type quark by quark. [23 Apr 2018 Y.Namekawa] Employ initial guess for solver. [ 1 May 2018 Y.Namekawa] Add Nc check for USE_GROUP_SU_N. [31 May 2021 Y.Namekawa]
This class tests hadron-hadron measurement on a given gauge configuration. [06 Jan 2017 Y.Namekawa] Add Nc check for USE_GROUP_SU_N. [31 May 2021 Y.Namekawa]
int Test_Spectrum::calculate_hadron_correlator_eo_withFileIO | ( | const std::string & | filename_input | ) |
Definition at line 362 of file test_Spectrum_2ptFunction_eo_withFileIO.cpp.
int Test_Spectrum::calculate_hadron_correlator_withFileIO | ( | const std::string & | filename_input | ) |
Definition at line 381 of file test_Spectrum_2ptFunction_withFileIO.cpp.
int Test_Spectrum::calculate_hadron_correlator_withFileIO_initial_guess | ( | const std::string & | filename_input | ) |
Definition at line 376 of file test_Spectrum_2ptFunction_withFileIO_initial_guess.cpp.
int Test_Spectrum::calculate_quark_propagator_eo_withFileIO | ( | const std::string & | filename_input | ) |
Definition at line 123 of file test_Spectrum_2ptFunction_eo_withFileIO.cpp.
int Test_Spectrum::calculate_quark_propagator_withFileIO | ( | const std::string & | filename_input | ) |
Definition at line 155 of file test_Spectrum_2ptFunction_withFileIO.cpp.
int Test_Spectrum::calculate_quark_propagator_withFileIO_initial_guess | ( | const std::string & | filename_input | ) |
Definition at line 135 of file test_Spectrum_2ptFunction_withFileIO_initial_guess.cpp.
int Test_Spectrum::hadron_2ptFunction | ( | const std::string & | filename_input | ) |
Definition at line 168 of file test_Spectrum_2ptFunction.cpp.
int Test_Spectrum::hadron_2ptFunction_Clover | ( | ) |
Definition at line 83 of file test_Spectrum_2ptFunction.cpp.
int Test_Spectrum::hadron_2ptFunction_CloverGeneral | ( | ) |
Definition at line 89 of file test_Spectrum_2ptFunction.cpp.
int Test_Spectrum::hadron_2ptFunction_eo | ( | const std::string & | filename_input | ) |
Definition at line 89 of file test_Spectrum_2ptFunction_eo.cpp.
int Test_Spectrum::hadron_2ptFunction_eo_Clover | ( | ) |
Definition at line 57 of file test_Spectrum_2ptFunction_eo.cpp.
int Test_Spectrum::hadron_2ptFunction_eo_Wilson | ( | ) |
Definition at line 63 of file test_Spectrum_2ptFunction_eo.cpp.
int Test_Spectrum::hadron_2ptFunction_eo_withFileIO | ( | const std::string & | filename_input | ) |
Definition at line 102 of file test_Spectrum_2ptFunction_eo_withFileIO.cpp.
int Test_Spectrum::hadron_2ptFunction_eo_withFileIO_Clover | ( | ) |
Definition at line 70 of file test_Spectrum_2ptFunction_eo_withFileIO.cpp.
int Test_Spectrum::hadron_2ptFunction_eo_withFileIO_Wilson | ( | ) |
Definition at line 76 of file test_Spectrum_2ptFunction_eo_withFileIO.cpp.
int Test_Spectrum::hadron_2ptFunction_Wilson_ShiftOrigin | ( | ) |
Definition at line 105 of file test_Spectrum_2ptFunction.cpp.
int Test_Spectrum::hadron_2ptFunction_Wilson_TwistedMass | ( | ) |
Definition at line 95 of file test_Spectrum_2ptFunction.cpp.
int Test_Spectrum::hadron_2ptFunction_Wilson_WallSource | ( | ) |
Definition at line 111 of file test_Spectrum_2ptFunction.cpp.
int Test_Spectrum::hadron_2ptFunction_WilsonGeneral | ( | ) |
Definition at line 117 of file test_Spectrum_2ptFunction.cpp.
int Test_Spectrum::hadron_2ptFunction_withFileIO | ( | const std::string & | filename_input | ) |
Definition at line 135 of file test_Spectrum_2ptFunction_withFileIO.cpp.
int Test_Spectrum::hadron_2ptFunction_withFileIO_Clover | ( | ) |
Definition at line 70 of file test_Spectrum_2ptFunction_withFileIO.cpp.
int Test_Spectrum::hadron_2ptFunction_withFileIO_Clover_initial_guess | ( | ) |
Definition at line 71 of file test_Spectrum_2ptFunction_withFileIO_initial_guess.cpp.
int Test_Spectrum::hadron_2ptFunction_withFileIO_CloverGeneral | ( | ) |
Definition at line 76 of file test_Spectrum_2ptFunction_withFileIO.cpp.
int Test_Spectrum::hadron_2ptFunction_withFileIO_initial_guess | ( | const std::string & | filename_input | ) |
Definition at line 115 of file test_Spectrum_2ptFunction_withFileIO_initial_guess.cpp.
int Test_Spectrum::hadron_2ptFunction_withFileIO_Wilson | ( | ) |
Definition at line 88 of file test_Spectrum_2ptFunction_withFileIO.cpp.
int Test_Spectrum::hadron_2ptFunction_withFileIO_Wilson_TwistedMass | ( | ) |
Definition at line 82 of file test_Spectrum_2ptFunction_withFileIO.cpp.
int Test_Spectrum::hadron_2ptFunction_withFileIO_WilsonGeneral | ( | ) |
Definition at line 94 of file test_Spectrum_2ptFunction_withFileIO.cpp.
int Test_Spectrum::hadron_4ptFunction | ( | const std::string & | filename_input | ) |
Definition at line 99 of file test_Spectrum_4ptFunction.cpp.
int Test_Spectrum::hadron_4ptFunction_Clover | ( | ) |
Definition at line 79 of file test_Spectrum_4ptFunction.cpp.
const std::string Test_Spectrum::test_name = "Spectrum.Hadron2ptFunction" |
Definition at line 72 of file test_Spectrum_2ptFunction.cpp.