|
Bridge++
Ver. 1.1.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) |
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 406 of file test_Spectrum_Clover_2ptFunction_withFieldIO.cpp.
| int Test_Spectrum_Clover::calculate_hadron_correlator_eo | ( | ) |
Definition at line 413 of file test_Spectrum_Clover_2ptFunction_eo_withFieldIO.cpp.
| int Test_Spectrum_Clover::calculate_quark_propagator | ( | ) |
Definition at line 156 of file test_Spectrum_Clover_2ptFunction_withFieldIO.cpp.
| int Test_Spectrum_Clover::calculate_quark_propagator_eo | ( | ) |
Definition at line 154 of file test_Spectrum_Clover_2ptFunction_eo_withFieldIO.cpp.
| string Test_Spectrum_Clover::generate_filename | ( | const string & | base, |
| const int | idx | ||
| ) |
Definition at line 134 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 145 of file test_Spectrum_Clover_2ptFunction_withFieldIO.cpp.
| string Test_Spectrum_Clover::generate_filename_eo | ( | const string & | base, |
| const int | idx | ||
| ) |
Definition at line 132 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 143 of file test_Spectrum_Clover_2ptFunction_eo_withFieldIO.cpp.
| int Test_Spectrum_Clover::hadron_2ptFunction | ( | void | ) |
Definition at line 110 of file test_Spectrum_Clover_2ptFunction.cpp.
| int Test_Spectrum_Clover::hadron_2ptFunction_eo | ( | void | ) |
Definition at line 109 of file test_Spectrum_Clover_2ptFunction_eo.cpp.
| int Test_Spectrum_Clover::hadron_2ptFunction_eo_withFileIO | ( | void | ) |
Definition at line 120 of file test_Spectrum_Clover_2ptFunction_eo_withFieldIO.cpp.
| int Test_Spectrum_Clover::hadron_2ptFunction_withFileIO | ( | void | ) |
Definition at line 122 of file test_Spectrum_Clover_2ptFunction_withFieldIO.cpp.