Bridge++
Version 1.5.4
|
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" |
Test of EnergyDensity.
Test of gauge quantities.
[06 Jun 2017 Y.Namekawa]
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] Factory is introduced [24 Jan 2017 Y.Namekawa]
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]
int Test_Gauge::energy_density | ( | void | ) |
Definition at line 53 of file test_Gauge_EnergyDensity.cpp.
int Test_Gauge::plaquette | ( | const std::string & | filename_input | ) |
Definition at line 78 of file test_Gauge_Plaquette.cpp.
int Test_Gauge::plaquette_eo | ( | ) |
Definition at line 53 of file test_Gauge_Plaquette.cpp.
int Test_Gauge::plaquette_lex | ( | ) |
Definition at line 47 of file test_Gauge_Plaquette.cpp.
int Test_Gauge::shift | ( | void | ) |
Definition at line 58 of file test_Gauge_Shift.cpp.
const std::string Test_Gauge::test_name = "Gauge.EnergyDensity" |
Definition at line 29 of file test_Gauge_EnergyDensity.cpp.