Bridge++  Ver. 1.1.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
7  $LastChangedBy: aoym $
8 
9  @date $LastChangedDate: 2013-04-08 18:00:27 #$
10 
11  @version $LastChangedRevision: 929 $
12 */
13 
14 #ifndef TESTLIST_INCLUDED
15 #define TESTLIST_INCLUDED
16 
17 // prototype declarations
18 
19 namespace Test_HMC_Clover {
20  int leapfrog_Nf2(void);
21  int RHMC_Nf2p1(void);
22 }
23 
24 namespace Test_HMC_Clover_Isochemical {
25  int leapfrog_Nf2(void);
26  int RHMC_Nf2p1(void);
27  int susceptibility(void);
28 }
29 
30 namespace Test_HMC_Clover_SF {
31  int leapfrog_Nf2(void);
32  int RHMC_Nf2p1(void);
33 }
34 
35 namespace Test_HMC_Domainwall {
36  int leapfrog_Nf2(void);
37  int leapfrog_Nf2_DWPV(void);
38 }
39 
40 namespace Test_HMC_Quenched {
41  int leapfrog(void);
42 }
43 
44 namespace Test_HMC_Staggered {
45  int leapfrog(void);
46 }
47 
48 namespace Test_HMC_TMWilson {
49  int leapfrog_Nf2(void);
50 }
51 
52 namespace Test_HMC_Wilson {
53  int leapfrog_Nf2(void);
55 }
56 
57 
58 namespace Test_Spectrum_Clover {
59  int hadron_2ptFunction(void);
60  int hadron_2ptFunction_eo(void);
63 }
64 
65 namespace Test_Spectrum_Domainwall {
66  int hadron_2ptFunction(void);
67 }
68 
69 namespace Test_Spectrum_Overlap {
70  int check_sign(void);
71  int hadron_2ptFunction(void);
73 }
74 
75 namespace Test_Spectrum_Staggered {
77 }
78 
79 namespace Test_Spectrum_TMWilson {
80  int hadron_2ptFunction(void);
81 }
82 
83 namespace Test_Spectrum_Wilson {
84  int hadron_2ptFunction(void);
85  int hadron_2ptFunction_eo(void);
86 }
87 
88 namespace Test_Spectrum_CRSMatrix {
89  int CRSsolver(void);
90  int clover_lex(void);
91  int domainwall(void);
92  int overlap_5d(void);
93 }
94 
95 
96 namespace Test_Gauge {
97  int plaquette(void);
98  int shift(void);
99 }
100 
101 namespace Test_WilsonLoop {
102  int wilsonloop(void);
103 }
104 
105 namespace Test_SF_fAfP {
106  int boundary_meson_2ptFunction(void);
107 }
108 
109 namespace Test_GradientFlow {
110  int update(void);
111 }
112 
113 namespace Test_Eigensolver {
114  int solve(void);
115  int solve_chebyshev(void);
116  int solve_SF(void);
117 }
118 
119 namespace Test_QuarkNumSuscept {
120  int quark_num_suscept(void);
121 }
122 
123 namespace Test_Rational {
124  int approx(void);
125  int inverse(void);
126  int smeared_rational(void);
127 }
128 
129 namespace Test_ShiftSolver {
130  int solve(void);
131 }
132 
133 namespace Test_RandomNumbers {
134  int uniform_calc_pi(void);
135  int gaussian(void);
136  int gaussian_field(void);
137 }
138 
139 namespace Test_IO_GaugeConfig {
140  int test_io_gconf_text(void);
141  int test_io_gconf_binary(void);
142  int test_io_gconf_fortran(void);
143  int test_io_gconf_ILDG(void);
145 }
146 
147 namespace Test_IO_Data {
148  int test_io_data_text(void);
149 }
150 #endif