CHROMA
global_metropolis_accrej.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Global metropolis
4  *
5  * Global metropolis
6  */
7 
8 #ifndef GLOBAL_METROP_ACCREJ
9 #define GLOBAL_METROP_ACCREJ
10 
11 #include "chromabase.h"
12 
13 
14 namespace Chroma
15 {
16  // Metropolis accept/reject
17  /*! @ingroup hmc */
18  bool globalMetropolisAcceptReject(const Double& DeltaH);
19 }
20 #endif
Primary include file for CHROMA library code.
bool globalMetropolisAcceptReject(const Double &DeltaH)
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
FloatingPoint< double > Double
Definition: gtest.h:7351