CHROMA
mespbp_w.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 __mespbp_w_h__
16 #define __mespbp_w_h__
17 
18 #include "fermact.h"
19 
20 namespace Chroma
21 {
22  void MesPbp(
24  Handle< FermState<LatticeFermion, multi1d<LatticeColorMatrix>,
25  multi1d<LatticeColorMatrix> > > state,
26  const multi1d<Real>& Mass,
27  const int ichiral,
28  XMLWriter& xml_out,
29  const std::string& xml_group,
30  const std::string& FermAct);
31 
32 } // end namespace Chroma
33 
34 #endif
Support class for fermion actions and linear operators.
Definition: state.h:94
Class for counted reference semantics.
Definition: handle.h:33
int FermAct
Class structure for fermion actions.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
const WilsonTypeFermAct< multi1d< LatticeFermion > > Handle< const ConnectState > const multi1d< Real > & Mass
Definition: pbg5p_w.cc:29
int ichiral
Definition: mespbp_s.cc:21
void MesPbp(Handle< SystemSolver< LatticeFermion > > qprop, Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > state, const multi1d< Real > &Mass, const int ichiral, XMLWriter &xml_out, const std::string &xml_group, const std::string &FermAct)
Calculates noise estimator for psi_bar_psi.
Definition: mespbp_w.cc:22
const WilsonTypeFermAct< multi1d< LatticeFermion > > Handle< const ConnectState > state
Definition: pbg5p_w.cc:28
::std::string string
Definition: gtest.h:1979