CHROMA
su2_hb_update.h
Go to the documentation of this file.
1 // su2_hb_update.h, 2004/11/16 velytsky
2 // one su(2) hb update kennedy-pstd::endleton or creutz
3 #ifndef __su2_hb_update__
4 #define __su2_hb_update__
5 
6 namespace Chroma {
7 
8 /* ********************************
9  * u_mu link field
10  * u_mu_staple staple attached to the link u_mu
11  * BetaMC beta value
12  * su2_index index of su(2) subgroup of su(n)
13  * sub subset for updating
14  * NmaxHB number of maximum hb tries
15  * *******************************/
16 void su2_hb_update(LatticeColorMatrix& u_mu,
17  const LatticeColorMatrix& u_mu_staple,
18  Double BetaMC,
19  const int su2_index,
20  const Subset& sub,
21  const int NmaxHB);
22 
23 } // end namespace Chroma
24 
25 #endif
EXTERN Real BetaMC
int su2_index
Definition: cool.cc:27
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
void su2_hb_update(LatticeColorMatrix &u_mu, const LatticeColorMatrix &u_mu_staple, Double BetaMC, const int su2_index, const Subset &sub, const int NmaxHB)
FloatingPoint< double > Double
Definition: gtest.h:7351