mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 23:37:06 +01:00
Adding fermions actions support in the factories
This commit is contained in:
@ -56,7 +56,7 @@ class WilsonGaugeAction : public Action<typename Gimpl::GaugeField> {
|
||||
}
|
||||
|
||||
virtual void refresh(const GaugeField &U,
|
||||
const GridParallelRNG &pRNG){}; // noop as no pseudoferms
|
||||
GridParallelRNG &pRNG){}; // noop as no pseudoferms
|
||||
|
||||
virtual RealD S(const GaugeField &U) {
|
||||
RealD plaq = WilsonLoops<Gimpl>::avgPlaquette(U);
|
||||
|
Reference in New Issue
Block a user