CHROMA
z2_src.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Volume source of Z2 noise
4  */
5 
6 #ifndef Z2_SRC_INC
7 #define Z2_SRC_INC
8 
9 namespace Chroma
10 {
11  //! Z2-source
12  /*! @ingroup sources */
13  void z2_src(LatticeFermion& a);
14 
15  //! Z2-source
16  /*! @ingroup sources */
17  void z2_src(LatticeStaggeredFermion& a);
18 
19  //! Z2-source
20  /*! @ingroup sources */
21  void z2_src(LatticeFermion& a, int slice, int mu);
22 
23 } // end namespace Chroma
24 
25 #endif
int mu
Definition: cool.cc:24
void z2_src(LatticeFermion &a)
Z2-source.
Definition: z2_src.cc:53
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
Complex a
Definition: invbicg.cc:95