Bridge++  Ver. 1.2.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Test_Spectrum_Clover Namespace Reference

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)
 

Variables

const std::string test_name = "Spectrum.Clover.Hadron2ptFunction"
 

Detailed Description

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]

Function Documentation

int Test_Spectrum_Clover::calculate_hadron_correlator ( )
int Test_Spectrum_Clover::calculate_hadron_correlator_eo ( )
int Test_Spectrum_Clover::calculate_quark_propagator ( )
int Test_Spectrum_Clover::calculate_quark_propagator_eo ( )
string Test_Spectrum_Clover::generate_filename ( const string &  base,
const int  idx 
)
string Test_Spectrum_Clover::generate_filename ( const string &  base,
const int  icolor,
const int  ispin 
)
string Test_Spectrum_Clover::generate_filename_eo ( const string &  base,
const int  idx 
)
string Test_Spectrum_Clover::generate_filename_eo ( const string &  base,
const int  icolor,
const int  ispin 
)
int Test_Spectrum_Clover::hadron_2ptFunction ( void  )

Definition at line 106 of file test_Spectrum_Clover_2ptFunction.cpp.

int Test_Spectrum_Clover::hadron_2ptFunction_eo ( void  )

Definition at line 106 of file test_Spectrum_Clover_2ptFunction_eo.cpp.

int Test_Spectrum_Clover::hadron_2ptFunction_eo_withFileIO ( void  )
int Test_Spectrum_Clover::hadron_2ptFunction_withFileIO ( void  )

Variable Documentation

const std::string Test_Spectrum_Clover::test_name = "Spectrum.Clover.Hadron2ptFunction"

Definition at line 56 of file test_Spectrum_Clover_2ptFunction.cpp.