mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
necessary to merge
This commit is contained in:
parent
8a5b794f25
commit
b145fd4f5b
@ -121,10 +121,7 @@ public:
|
||||
//
|
||||
LinkField Pmu(P.Grid());
|
||||
Pmu = Zero();
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> 470d4dcc6db9fa41faceac54908bcd60a08bfd8a
|
||||
for (int mu = 0; mu < Nd; mu++)
|
||||
{
|
||||
if (isSp2n == true)
|
||||
@ -134,14 +131,10 @@ public:
|
||||
} else
|
||||
{
|
||||
|
||||
<<<<<<< HEAD
|
||||
|
||||
Group::GaussianFundamentalLieAlgebraMatrix(pRNG, Pmu);
|
||||
}
|
||||
|
||||
=======
|
||||
SU<Nrepresentation>::GaussianFundamentalLieAlgebraMatrix(pRNG, Pmu);
|
||||
}
|
||||
>>>>>>> 470d4dcc6db9fa41faceac54908bcd60a08bfd8a
|
||||
RealD scale = ::sqrt(HMC_MOMENTUM_DENOMINATOR) ;
|
||||
Pmu = Pmu*scale;
|
||||
PokeIndex<LorentzIndex>(P, Pmu, mu);
|
||||
@ -195,27 +188,17 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
|
||||
|
||||
static inline void HotConfiguration(GridParallelRNG &pRNG, Field &U)
|
||||
{
|
||||
Group::HotConfiguration(pRNG, U);
|
||||
=======
|
||||
static inline void HotConfiguration(GridParallelRNG &pRNG, Field &U)
|
||||
{
|
||||
SU<Nc>::HotConfiguration(pRNG, U);
|
||||
>>>>>>> 470d4dcc6db9fa41faceac54908bcd60a08bfd8a
|
||||
}
|
||||
|
||||
static inline void TepidConfiguration(GridParallelRNG &pRNG, Field &U) {
|
||||
Group::TepidConfiguration(pRNG, U);
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> 470d4dcc6db9fa41faceac54908bcd60a08bfd8a
|
||||
static inline void ColdConfiguration(GridParallelRNG &pRNG, Field &U)
|
||||
{
|
||||
if (isSp2n == true)
|
||||
@ -224,15 +207,11 @@ public:
|
||||
Sp<nSp>::ColdConfiguration(pRNG, U);
|
||||
} else
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
Group::ColdConfiguration(pRNG, U);
|
||||
}
|
||||
|
||||
}
|
||||
=======
|
||||
SU<Nc>::ColdConfiguration(pRNG, U);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//sp2n... see sp2n.h
|
||||
/*
|
||||
@ -272,7 +251,7 @@ public:
|
||||
Sp<nSp>::ColdConfiguration(pRNG, U);
|
||||
}
|
||||
*/
|
||||
>>>>>>> 470d4dcc6db9fa41faceac54908bcd60a08bfd8a
|
||||
|
||||
|
||||
};
|
||||
|
||||
@ -285,17 +264,10 @@ typedef GaugeImplTypes<vComplex, Nc, 12, true> SymplGimplTypesR;
|
||||
typedef GaugeImplTypes<vComplexF, Nc, 12, true> SymplGimplTypesF;
|
||||
typedef GaugeImplTypes<vComplexD, Nc, 12, true> SymplGimplTypesD;
|
||||
|
||||
<<<<<<< HEAD
|
||||
typedef GaugeImplTypes<vComplex, Group::AdjointDimension> GimplAdjointTypesR;
|
||||
typedef GaugeImplTypes<vComplexF, Group::AdjointDimension> GimplAdjointTypesF;
|
||||
typedef GaugeImplTypes<vComplexD, Group::AdjointDimension> GimplAdjointTypesD;
|
||||
|
||||
|
||||
=======
|
||||
typedef GaugeImplTypes<vComplex, SU<Nc>::AdjointDimension> GimplAdjointTypesR;
|
||||
typedef GaugeImplTypes<vComplexF, SU<Nc>::AdjointDimension> GimplAdjointTypesF;
|
||||
typedef GaugeImplTypes<vComplexD, SU<Nc>::AdjointDimension> GimplAdjointTypesD;
|
||||
>>>>>>> 470d4dcc6db9fa41faceac54908bcd60a08bfd8a
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user