Bridge++  Ver. 1.2.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
testlist.h
Go to the documentation of this file.
1 /*
2  @file $Id: testlist.h #$
3 
4  @brief
5 
6  @author Tatsumi Aoyama <aoym@post.kek.jp> (aoym)
7  $LastChangedBy: sueda $
8 
9  @date $LastChangedDate: 2013-04-08 18:00:27 #$
10 
11  @version $LastChangedRevision: 1129 $
12 */
13 
14 #ifndef TESTLIST_INCLUDED
15 #define TESTLIST_INCLUDED
16 
17 // prototype declarations
18 
19 namespace Test_Eigensolver {
20  int solve(void);
21  int solve_chebyshev(void);
22  int solve_SF(void);
23 }
24 
25 
26 namespace Test_Gauge {
27  int plaquette(void);
28  int shift(void);
29 }
30 
31 
32 namespace Test_GradientFlow {
33  int update(void);
34 }
35 
36 
37 namespace Test_HMC_Clover {
38  int leapfrog_Nf2(void);
39  int RHMC_Nf2p1(void);
40 }
41 namespace Test_HMC_Clover_Isochemical {
42  int leapfrog_Nf2(void);
43  int RHMC_Nf2p1(void);
44  int susceptibility(void);
45 }
46 namespace Test_HMC_Clover_SF {
47  int leapfrog_Nf2(void);
48  int RHMC_Nf2p1(void);
49 }
50 namespace Test_HMC_Quenched {
51  int leapfrog(void);
52 }
53 namespace Test_HMC_Wilson {
54  int leapfrog_Nf2(void);
55 }
56 
57 
58 namespace Test_HotStart {
59  int determinant(void);
60  int eigenvalue(void);
61  int unitary(void);
62 }
63 
64 
65 namespace Test_IO_GaugeConfig {
66  int test_io_gconf_text(void);
67  int test_io_gconf_binary(void);
68  int test_io_gconf_fortran(void);
69  int test_io_gconf_ILDG(void);
72 }
73 
74 namespace Test_IO_Data {
75  int test_io_data_text(void);
76 }
77 
78 
79 namespace Test_Mult_Wilson {
80  int mult(void);
81 }
82 
83 
84 namespace Test_PolyakovLoop {
85  int polyakovloop(void);
86 }
87 
88 
89 namespace Test_QuarkNumSuscept {
90  int quark_num_suscept(void);
91 }
92 
93 
94 namespace Test_RandomNumbers_Mseries {
95  int uniform_calc_pi(void);
96  int gaussian(void);
97  int gaussian_field(void);
98  int test_global(void);
99 }
100 
101 namespace Test_RandomNumbers_MT19937 {
102  int uniform_calc_pi(void);
103  int gaussian_field(void);
104  int test_global(void);
105 }
106 
107 namespace Test_RandomNumbers_SFMT {
108  int uniform_calc_pi(void);
109  int gaussian_field(void);
110  int test_global(void);
111 }
112 
113 
114 namespace Test_Rational {
115  int approx(void);
116  int inverse(void);
117  int smeared_rational(void);
118 }
119 
120 
121 namespace Test_SF_fAfP {
122  int boundary_meson_2ptFunction(void);
123 }
124 
125 
126 namespace Test_ShiftSolver {
127  int solve(void);
128 }
129 
130 
131 namespace Test_Spectrum_CRSMatrix {
132  int CRSsolver(void);
133  int clover_lex(void);
134  int domainwall(void);
135  int overlap_5d(void);
136 }
137 namespace Test_Spectrum_Clover {
138  int hadron_2ptFunction(void);
139  int hadron_2ptFunction_eo(void);
142 }
143 namespace Test_Spectrum_Wilson {
144  int hadron_2ptFunction(void);
145  int hadron_2ptFunction_eo(void);
146 }
147 
148 
149 namespace Test_TopologicalCharge {
150  int topological_charge(void);
151 }
152 
153 
154 namespace Test_WilsonLoop {
155  int wilsonloop(void);
156 }
157 
158 #endif
int shift(void)
int CRSsolver(const string &solution, const string &matrix, const string &source, double &result)
int test_io_data_text(void)