CHROMA
wloop.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 #ifndef __wloop_h__
4 #define __wloop_h__
5 
6 namespace Chroma
7 {
8 
9 
10  //! Print the value of the average plaquette normalized to 1
11  /*!
12  * \ingroup glue
13  *
14  * \param xml plaquette average (Write)
15  * \param u gauge field (Read)
16  */
17  void Wloop(XMLWriter& xml,
18  const std::string& xml_group,
19  const multi1d<LatticeColorMatrix>& u);
20 
21 } // end namespace Chroma
22 
23 #endif
void Wloop(const multi1d< LatticeColorMatrix > &u, multi2d< Double > &plane_plaq_11, multi2d< Double > &plane_plaq_12, multi2d< Double > &plane_plaq_13, multi2d< Double > &plane_plaq_14)
Return the value of the 11, 12, 13, 14 Wilson loops.
Definition: wloop.cc:32
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static multi1d< LatticeColorMatrix > u
::std::string string
Definition: gtest.h:1979