Bridge++  Ver. 2.0.2
Test_Gauge Namespace Reference

Test of EnergyDensity. More...

Functions

int energy_density (void)
 
int plaquette (const std::string &)
 
int plaquette_lex ()
 
int plaquette_eo ()
 
int shift (void)
 

Variables

const std::string test_name = "Gauge.EnergyDensity"
 

Detailed Description

Test of EnergyDensity.

Test of gauge quantities.

[06 Jun 2017 Y.Namekawa]

                  [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] Factory is introduced [24 Jan 2017 Y.Namekawa]

                  [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]

Function Documentation

◆ energy_density()

int Test_Gauge::energy_density ( void  )

Definition at line 53 of file test_Gauge_EnergyDensity.cpp.

◆ plaquette()

int Test_Gauge::plaquette ( const std::string &  filename_input)

Definition at line 78 of file test_Gauge_Plaquette.cpp.

◆ plaquette_eo()

int Test_Gauge::plaquette_eo ( )

Definition at line 53 of file test_Gauge_Plaquette.cpp.

◆ plaquette_lex()

int Test_Gauge::plaquette_lex ( )

Definition at line 47 of file test_Gauge_Plaquette.cpp.

◆ shift()

int Test_Gauge::shift ( void  )

Definition at line 58 of file test_Gauge_Shift.cpp.

Variable Documentation

◆ test_name

const std::string Test_Gauge::test_name = "Gauge.EnergyDensity"

Definition at line 29 of file test_Gauge_EnergyDensity.cpp.