mirror of
https://github.com/paboyle/Grid.git
synced 2025-07-28 02:07:07 +01:00
definetely the right merge upstream/develop
This commit is contained in:
@@ -10,11 +10,11 @@ int main(int argc, char **argv) {
|
||||
typedef GenericSp2nHMCRunnerHirep<TheRepresentations, MinimumNorm2> HMCWrapper;
|
||||
|
||||
typedef SpWilsonTwoIndexAntiSymmetricImplR TwoIndexFermionImplPolicy;
|
||||
typedef SpWilsonTwoIndexAntiSymmetricFermionR TwoIndexFermionAction;
|
||||
typedef SpWilsonTwoIndexAntiSymmetricFermionD TwoIndexFermionAction;
|
||||
typedef typename TwoIndexFermionAction::FermionField TwoIndexFermionField;
|
||||
|
||||
typedef SpWilsonImplR FundFermionImplPolicy; // ok
|
||||
typedef SpWilsonFermionR FundFermionAction; // ok
|
||||
typedef SpWilsonFermionD FundFermionAction; // ok
|
||||
typedef typename FundFermionAction::FermionField FundFermionField;
|
||||
|
||||
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
||||
|
@@ -12,7 +12,7 @@ int main(int argc, char **argv) {
|
||||
typedef GenericSp2nHMCRunnerHirep<TheRepresentations, MinimumNorm2>
|
||||
HMCWrapper;
|
||||
typedef SpWilsonTwoIndexAntiSymmetricImplR FermionImplPolicy;
|
||||
typedef SpWilsonTwoIndexAntiSymmetricFermionR FermionAction;
|
||||
typedef SpWilsonTwoIndexAntiSymmetricFermionD FermionAction;
|
||||
typedef typename FermionAction::FermionField FermionField;
|
||||
|
||||
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
||||
|
@@ -8,7 +8,7 @@ int main(int argc, char **argv) {
|
||||
Grid_init(&argc, &argv);
|
||||
|
||||
typedef GenericSp2nHMCRunnerHirep<TheRepresentations, MinimumNorm2> HMCWrapper; // ok
|
||||
typedef SpWilsonImplR FermionImplPolicy; // ok
|
||||
typedef SpWilsonImplD FermionImplPolicy; // ok
|
||||
typedef SpWilsonFermionR FermionAction; // ok
|
||||
typedef typename FermionAction::FermionField FermionField; // ok?
|
||||
|
||||
|
Reference in New Issue
Block a user