CHROMA
pbp/pbp.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Psibar-psi measurements
5  *
6  * Support for computing psibar-psi in various ways and fermion actions
7  */
8 
9 /*! \defgroup pbp Psibar-psi measurements
10  * \ingroup meas
11  *
12  * Support for computing psibar-psi in various ways and fermion actions
13  */
14 
15 #ifndef __pbp_h__
16 #define __pbp_h__
17 
18 #include "mespbp_w.h"
19 
20 #endif
Psibar-psi measurements.