mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 16:27:05 +01:00
Adding force terms
This commit is contained in:
@ -61,7 +61,6 @@ public:
|
||||
{
|
||||
csw = _csw;
|
||||
assert(Nd == 4); // require 4 dimensions
|
||||
|
||||
}
|
||||
|
||||
virtual RealD M(const FermionField& in, FermionField& out);
|
||||
@ -72,6 +71,11 @@ public:
|
||||
virtual void MooeeInv(const FermionField &in, FermionField &out);
|
||||
virtual void MooeeInvDag(const FermionField &in, FermionField &out);
|
||||
|
||||
virtual void MDeriv(GaugeField&mat, const FermionField&U, const FermionField&V, int dag);
|
||||
virtual void MooDeriv(GaugeField&mat, const FermionField&U, const FermionField&V, int dag);
|
||||
virtual void MeeDeriv(GaugeField&mat, const FermionField&U, const FermionField&V, int dag);
|
||||
|
||||
|
||||
void ImportGauge(const GaugeField &_Umu);
|
||||
private:
|
||||
// here fixing the 4 dimensions, make it more general?
|
||||
|
Reference in New Issue
Block a user