From 4704f2d009eec4d6559b55b82ddd56116c213790 Mon Sep 17 00:00:00 2001 From: paboyle Date: Tue, 29 Nov 2016 00:14:36 +0000 Subject: [PATCH] Actions updated --- lib/qcd/action/Actions.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/qcd/action/Actions.h b/lib/qcd/action/Actions.h index ba6e577d..4a30f8c3 100644 --- a/lib/qcd/action/Actions.h +++ b/lib/qcd/action/Actions.h @@ -195,6 +195,7 @@ typedef WilsonTMFermion WilsonTMFermionD; typedef DomainWallFermion DomainWallFermionR; typedef DomainWallFermion DomainWallFermionF; typedef DomainWallFermion DomainWallFermionD; + typedef MobiusFermion MobiusFermionR; typedef MobiusFermion MobiusFermionF; typedef MobiusFermion MobiusFermionD; @@ -203,6 +204,20 @@ typedef ZMobiusFermion ZMobiusFermionR; typedef ZMobiusFermion ZMobiusFermionF; typedef ZMobiusFermion ZMobiusFermionD; +// Ls vectorised +typedef DomainWallFermion DomainWallFermionVec5dR; +typedef DomainWallFermion DomainWallFermionVec5dF; +typedef DomainWallFermion DomainWallFermionVec5dD; + +typedef MobiusFermion MobiusFermionVec5dR; +typedef MobiusFermion MobiusFermionVec5dF; +typedef MobiusFermion MobiusFermionVec5dD; + +typedef ZMobiusFermion ZMobiusFermionVec5dR; +typedef ZMobiusFermion ZMobiusFermionVec5dF; +typedef ZMobiusFermion ZMobiusFermionVec5dD; + + typedef ScaledShamirFermion ScaledShamirFermionR; typedef ScaledShamirFermion ScaledShamirFermionF; typedef ScaledShamirFermion ScaledShamirFermionD; @@ -254,6 +269,7 @@ typedef MobiusFermion GparityMobiusFermionF; typedef MobiusFermion GparityMobiusFermionD; + }} /////////////////////////////////////////////////////////////////////////////// // G5 herm -- this has to live in QCD since dirac matrix is not in the broader sector of code