CHROMA
zN_src.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Volume source of Z(N) noise
4  */
5 
6 #ifndef ZN_SRC_INC
7 #define ZN_SRC_INC
8 
9 namespace Chroma
10 {
11  //! Z(N)-rng
12  /*! @ingroup sources */
13  Complex zN_rng(int N);
14 
15  //! Z(N)-source
16  /*! @ingroup sources */
17  void zN_src(LatticeFermion& a, int N);
18 
19 } // end namespace Chroma
20 
21 #endif
void zN_src(LatticeFermion &a, int N)
Volume source of Z(N) noise.
Definition: zN_src.cc:41
Complex zN_rng(int N)
Z(N)-rng.
Definition: zN_src.cc:12
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
Complex a
Definition: invbicg.cc:95