Bridge++
Ver. 2.0.2
|
Test class of overlap fermion operators. More...
Functions | |
int | hadron_2ptFunction (void) |
int | check_sign (void) |
Variables | |
const std::string | test_name = "Spectrum.Overlap.Hadron2ptFunction" |
Test class of overlap fermion operators.
Test class of sign function for overlap fermion operators.
This class tests overlap fermion operator with and without subtraction of low-lying modes of the base fermion operator. Whether subtraction is performed or not is controlled in the code explicitly by commenting out some lines. As the base fermion operator, Wilson fermion operator is used. 13 Apr 2012 H.Matsufuru Implement YAML. [14 Nov 2012 Y.Namekawa] Implement Selectors. [03 Mar 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san) Introduce unique_ptr to avoid memory leaks. [21 Mar 2015 Y.Namekawa] Add Nc check for USE_GROUP_SU_N. [31 May 2021 Y.Namekawa]
This class tests sign function for overlap fermion operator. 13 Apr 2012 H.Matsufuru Implement Selectors. [03 Mar 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san) Introduce unique_ptr to avoid memory leaks. [21 Mar 2015 Y.Namekawa] Add Nc check for USE_GROUP_SU_N. [31 May 2021 Y.Namekawa]
int Test_Spectrum_Overlap::check_sign | ( | void | ) |
Definition at line 66 of file test_Spectrum_Overlap_checkSignFunction.cpp.
int Test_Spectrum_Overlap::hadron_2ptFunction | ( | void | ) |
Definition at line 75 of file test_Spectrum_Overlap_2ptFunction.cpp.
const std::string Test_Spectrum_Overlap::test_name = "Spectrum.Overlap.Hadron2ptFunction" |
Definition at line 51 of file test_Spectrum_Overlap_2ptFunction.cpp.