Bridge++
Ver. 1.2.x
|
Test of spectroscopy with clover fermion. More...
Functions | |
int | hadron_2ptFunction (void) |
int | hadron_2ptFunction_eo (void) |
int | hadron_2ptFunction_eo_withFileIO (void) |
int | calculate_quark_propagator_eo () |
int | calculate_hadron_correlator_eo () |
string | generate_filename_eo (const string &, const int) |
string | generate_filename_eo (const string &, const int, const int) |
int | hadron_2ptFunction_withFileIO (void) |
int | calculate_quark_propagator () |
int | calculate_hadron_correlator () |
string | generate_filename (const string &, const int) |
string | generate_filename (const string &, const int, const int) |
Variables | |
const std::string | test_name = "Spectrum.Clover.Hadron2ptFunction" |
Test of spectroscopy with clover fermion.
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 Selectors are implemented. [02 Feb 2013 Y.Namekawa] Smearing is implemented. [03 Mar 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san) Number_of_valence_quarks is implemented. [15 May 2013 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 Even-odd and smearing are implemented. [03 Mar 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san) Number_of_valence_quarks is implemented. [15 May 2013 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 Selectors are implemented. [02 Feb 2013 Y.Namekawa] Even-odd and smearing is implemented. [03 Mar 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san) Number_of_valence_quarks is implemented. [15 May 2013 Y.Namekawa]
int Test_Spectrum_Clover::calculate_hadron_correlator | ( | ) |
Definition at line 421 of file test_Spectrum_Clover_2ptFunction_withFieldIO.cpp.
int Test_Spectrum_Clover::calculate_hadron_correlator_eo | ( | ) |
Definition at line 430 of file test_Spectrum_Clover_2ptFunction_eo_withFieldIO.cpp.
int Test_Spectrum_Clover::calculate_quark_propagator | ( | ) |
Definition at line 161 of file test_Spectrum_Clover_2ptFunction_withFieldIO.cpp.
int Test_Spectrum_Clover::calculate_quark_propagator_eo | ( | ) |
Definition at line 162 of file test_Spectrum_Clover_2ptFunction_eo_withFieldIO.cpp.
string Test_Spectrum_Clover::generate_filename | ( | const string & | base, |
const int | idx | ||
) |
Definition at line 139 of file test_Spectrum_Clover_2ptFunction_withFieldIO.cpp.
string Test_Spectrum_Clover::generate_filename | ( | const string & | base, |
const int | icolor, | ||
const int | ispin | ||
) |
Definition at line 150 of file test_Spectrum_Clover_2ptFunction_withFieldIO.cpp.
string Test_Spectrum_Clover::generate_filename_eo | ( | const string & | base, |
const int | idx | ||
) |
Definition at line 140 of file test_Spectrum_Clover_2ptFunction_eo_withFieldIO.cpp.
string Test_Spectrum_Clover::generate_filename_eo | ( | const string & | base, |
const int | icolor, | ||
const int | ispin | ||
) |
Definition at line 151 of file test_Spectrum_Clover_2ptFunction_eo_withFieldIO.cpp.
int Test_Spectrum_Clover::hadron_2ptFunction | ( | void | ) |
Definition at line 106 of file test_Spectrum_Clover_2ptFunction.cpp.
int Test_Spectrum_Clover::hadron_2ptFunction_eo | ( | void | ) |
Definition at line 106 of file test_Spectrum_Clover_2ptFunction_eo.cpp.
int Test_Spectrum_Clover::hadron_2ptFunction_eo_withFileIO | ( | void | ) |
Definition at line 117 of file test_Spectrum_Clover_2ptFunction_eo_withFieldIO.cpp.
int Test_Spectrum_Clover::hadron_2ptFunction_withFileIO | ( | void | ) |
Definition at line 116 of file test_Spectrum_Clover_2ptFunction_withFieldIO.cpp.
const std::string Test_Spectrum_Clover::test_name = "Spectrum.Clover.Hadron2ptFunction" |
Definition at line 56 of file test_Spectrum_Clover_2ptFunction.cpp.