Bridge++  Ver. 2.0.2
Test_Rational Namespace Reference

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"
 

Detailed Description

Test of rational approximation of fermion operators.

                        [28 Dec 2011 H.Matsufuru]

(Coding history will be recovered from trac.) 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]

(Coding history will be recovered from trac.) 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]

This class tests rational approximation of smeared fermion operators. 28 Dec 2011 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]

Function Documentation

◆ approx()

int Test_Rational::approx ( void  )

Definition at line 54 of file test_Rational_Approx.cpp.

◆ inverse()

int Test_Rational::inverse ( void  )

Definition at line 63 of file test_Rational_Inverse.cpp.

◆ smeared_rational()

int Test_Rational::smeared_rational ( void  )

Definition at line 66 of file test_Rational_Smeared.cpp.

Variable Documentation

◆ test_name

const std::string Test_Rational::test_name = "Rational.Approx"

Definition at line 30 of file test_Rational_Approx.cpp.