|
Bridge++
Ver. 1.1.x
|
Test class of overlap fermion operators. More...
Functions | |
| int | hadron_2ptFunction (void) |
| int | hadron_2ptFunction_5d_solver (void) |
| void | calc_lowmodes (Parameters *params_irlanczos, int &Nsbt, valarray< double > &TDa, valarray< Field > &vk, Fopr *fopr) |
| int | check_sign (void) |
Test class of overlap fermion operators.
Test class of sign function for overlap fermion operators.
Test class of overlap fermion operators with 5 dimensional solver.
This class provides tests of 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 YAML is implemented. [14 Nov 2012 Y.Namekawa] Selectors are implemented. [03 Mar 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san)
This class provides tests of overlap fermion using 5d version of solver, 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 YAML is implemented. [14 Nov 2012 Y.Namekawa] Selectors are implemented. [03 Mar 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san)
This class provides tests of sig function for overlap fermion operator. 13 Apr 2012 H.Matsufuru Selectors are implemented. [03 Mar 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san)
| void Test_Spectrum_Overlap::calc_lowmodes | ( | Parameters * | params_irlanczos, |
| int & | Nsbt, | ||
| valarray< double > & | TDa, | ||
| valarray< Field > & | vk, | ||
| Fopr * | fopr | ||
| ) |
Definition at line 292 of file test_Spectrum_Overlap_2ptFunction_5dSolver.cpp.
| int Test_Spectrum_Overlap::check_sign | ( | void | ) |
Definition at line 86 of file test_Spectrum_Overlap_checkSignFunction.cpp.
| int Test_Spectrum_Overlap::hadron_2ptFunction | ( | void | ) |
Definition at line 94 of file test_Spectrum_Overlap_2ptFunction.cpp.
| int Test_Spectrum_Overlap::hadron_2ptFunction_5d_solver | ( | void | ) |
Definition at line 102 of file test_Spectrum_Overlap_2ptFunction_5dSolver.cpp.