mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 06:47:06 +01:00
Added scalar action phi^4
Check Norm2 output (Complex type assumption)
This commit is contained in:
@ -34,8 +34,21 @@ class FundamentalRep {
|
||||
|
||||
};
|
||||
|
||||
template<class Field>
|
||||
class EmptyRep {
|
||||
public:
|
||||
typedef Field LatticeField;
|
||||
|
||||
explicit EmptyRep(GridBase* grid) {} //do nothing
|
||||
void update_representation(const LatticeField& Uin) {} // do nothing
|
||||
LatticeField RtoFundamentalProject(const LatticeField& in, Real scale = 1.0) const{}// do nothing
|
||||
};
|
||||
|
||||
|
||||
|
||||
typedef FundamentalRep<Nc> FundamentalRepresentation;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user