44 typedef typename Impl::Field
Field;
53 int def_prec = std::cout.precision();
56 << std::setprecision(std::numeric_limits<Real>::digits10 + 1)
57 <<
"Polyakov Loop: [ " << traj <<
" ] "<< polyakov << std::endl;
59 std::cout.precision(def_prec);
72 typedef typename Impl::Field
Field;
80 int def_prec = std::cout.precision();
88 for (
int idx=0; idx<Ndim; idx++) {
92 << std::setprecision(std::numeric_limits<Real>::digits10 + 1)
93 <<
"Polyakov Loop in the " << idx <<
" spatial direction : [ " << traj <<
" ] "<< polyakov << std::endl;
98 std::cout.precision(def_prec);
GridLogger GridLogMessage(1, "Message", GridLogColours, "NORMAL")
#define NAMESPACE_BEGIN(A)
std::complex< RealD > ComplexD
static INTERNAL_PRECISION U
void TrajectoryComplete(int traj, Field &U, GridSerialRNG &sRNG, GridParallelRNG &pRNG)
INHERIT_GIMPL_TYPES(Impl)
INHERIT_GIMPL_TYPES(Impl)
void TrajectoryComplete(int traj, Field &U, GridSerialRNG &sRNG, GridParallelRNG &pRNG)
static ComplexD avgPolyakovLoop(const GaugeField &Umu, const int mu)