CHROMA
meas.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Include all measurement routines
5  *
6  * Central include file for all measurements
7  */
8 
9 /*! \defgroup meas Measurement routines
10  * \ingroup lib
11  *
12  * Support for measurements including eigenvalues, gluonic
13  * observables, hadron spectroscopy, formfactors, and structure
14  * functions, psibar-psi, schroedinger functional. Smearing
15  * is supported.
16  */
17 
18 #ifndef __meas_h__
19 #define __meas_h__
20 
21 #include "eig/eig.h"
22 #include "gfix/gfix.h"
23 #include "glue/glue.h"
24 #include "hadron/hadron.h"
25 #include "pbp/pbp.h"
26 #include "schrfun/schrfun.h"
27 #include "smear/smear.h"
28 #include "sources/sources.h"
29 #include "sinks/sinks.h"
30 
31 #include "inline/inline.h"
32 
33 #endif
34 
35 
Inline measurements.
Quark sinks.
Quark sources.