CHROMA
asqtad_qprop.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Asqtad propagator wrapper
4  *
5  * \ingroup qprop
6  */
7 #ifndef ASQTAD_QPROP_H
8 #define ASQTAD_QPROP_H
9 
10 
11 // #else
12 #include "chromabase.h"
13 #include "chroma_config.h"
14 
15 
16 
17 #if defined(BUILD_CPS_ASQTAD_INVERTER)
18 
20 
21 namespace Chroma {
23 }
24 
25 #else
26 
28 
29 namespace Chroma {
30  typedef EvenOddFermActQprop<LatticeStaggeredFermion,
31  multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> > AsqtadQprop;
32 
33 }
34 
35 #endif
36 // #endif
37 
38 #endif
Propagator solver for an even-odd non-preconditioned fermion operator.
Primary include file for CHROMA library code.
QPROP for wrapping CPS asqtad QPROP.
Propagator of a generic even-odd fermion linear operator.
Propagator solver for an even-odd non-preconditioned fermion operator.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
EvenOddFermActQprop< LatticeStaggeredFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > AsqtadQprop
Definition: asqtad_qprop.h:31