mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 07:17:06 +01:00
Hadrons: Schur convention globally defined through a macro
This commit is contained in:
@ -60,10 +60,10 @@ class TLocalCoherenceLanczos: public Module<LocalCoherenceLanczosPar>
|
||||
{
|
||||
public:
|
||||
FERM_TYPE_ALIASES(FImpl,);
|
||||
typedef LCL<FImpl, nBasis> LCL;
|
||||
typedef FineEigenPack<FImpl> FineEigenPack;
|
||||
typedef CoarseEigenPack<FImpl, nBasis> CoarseEigenPack;
|
||||
typedef SchurDiagMooeeOperator<FMat, FermionField> SchurFMat;
|
||||
typedef LCL<FImpl, nBasis> LCL;
|
||||
typedef FineEigenPack<FImpl> FineEigenPack;
|
||||
typedef CoarseEigenPack<FImpl, nBasis> CoarseEigenPack;
|
||||
typedef HADRONS_DEFAULT_SCHUR_OP<FMat, FermionField> SchurFMat;
|
||||
public:
|
||||
// constructor
|
||||
TLocalCoherenceLanczos(const std::string name);
|
||||
|
Reference in New Issue
Block a user