Bridge++
Version 1.5.4
|
Test of rational approximation of fermion operators. More...
Functions | |
int | approx (void) |
int | inverse (void) |
int | smeared_rational (void) |
Variables | |
const std::string | test_name = "Rational.Approx" |
Test of rational approximation of fermion operators.
28 Dec 2011 H.Matsufuru YAML is implemented. [14 Nov 2012 Y.Namekawa] unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]
28 Dec 2011 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) unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]
int Test_Rational::approx | ( | void | ) |
Definition at line 54 of file test_Rational_Approx.cpp.
int Test_Rational::inverse | ( | void | ) |
Definition at line 63 of file test_Rational_Inverse.cpp.
int Test_Rational::smeared_rational | ( | void | ) |
Definition at line 64 of file test_Rational_Smeared.cpp.
const std::string Test_Rational::test_name = "Rational.Approx" |
Definition at line 30 of file test_Rational_Approx.cpp.