CHROMA
hisq_qprop.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Hisq propagator wrapper
4  *
5  * \ingroup qprop
6  */
7 #ifndef HISQ_QPROP_H
8 #define HISQ_QPROP_H
9 
10 /**
11  Add the level3 code to the HISQ inverter.
12 
13  The fat and Naik links are created outide these
14  routines and passed in here.
15 
16 **/
17 
18 
19 // #else
20 #include "chromabase.h"
21 #include "chroma_config.h"
22 
23 #if defined(BUILD_CPS_ASQTAD_INVERTER)
24 
26 
27 namespace Chroma {
29 }
30 
31 #else
32 
33 
35 
36 namespace Chroma {
37  typedef EvenOddFermActQprop<LatticeStaggeredFermion,
38  multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> > HisqQprop;
39 
40 }
41 
42 #endif
43 
44 #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 > > HisqQprop
Definition: hisq_qprop.h:38