CHROMA
weak_field.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Construct a weak field
4  */
5 
6 #ifndef __weakfield_h__
7 #define __weakfield_h__
8 
9 namespace Chroma
10 {
11  //! Construct a weak field
12  /*!
13  * \ingroup gauge
14  *
15  * Arguments:
16  *
17  * \param u Gauge field (Modify)
18  */
19 
20  void weakField(multi1d<LatticeColorMatrix>& u);
21 }
22 
23 #endif
void weakField(multi1d< LatticeColorMatrix > &u)
Construct a weak field.
Definition: weak_field.cc:22
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static multi1d< LatticeColorMatrix > u