From 3b8cb929d6b20334b64bb96fc1b090175b222425 Mon Sep 17 00:00:00 2001 From: Quadro Date: Tue, 25 May 2021 18:15:47 -0400 Subject: [PATCH] Doubled GaugeField option --- Grid/qcd/action/fermion/WilsonFermion.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Grid/qcd/action/fermion/WilsonFermion.h b/Grid/qcd/action/fermion/WilsonFermion.h index dadfc360..74bfd3bf 100644 --- a/Grid/qcd/action/fermion/WilsonFermion.h +++ b/Grid/qcd/action/fermion/WilsonFermion.h @@ -160,7 +160,10 @@ public: // DoubleStore impl dependent void ImportGauge(const GaugeField &_Umu); - + DoubledGaugeField &GetDoubledGaugeField(void){ return Umu; }; + DoubledGaugeField &GetDoubledGaugeFieldE(void){ return UmuEven; }; + DoubledGaugeField &GetDoubledGaugeFieldO(void){ return UmuOdd; }; + /////////////////////////////////////////////////////////////// // Data members require to support the functionality ///////////////////////////////////////////////////////////////