From 422cdf4979486d2a06d98ee117b070b637cfb94a Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Wed, 3 May 2017 18:37:38 -0400 Subject: [PATCH] Some checks --- lib/qcd/action/fermion/CayleyFermion5D.cc | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/lib/qcd/action/fermion/CayleyFermion5D.cc b/lib/qcd/action/fermion/CayleyFermion5D.cc index 51677522..5c5d3a2b 100644 --- a/lib/qcd/action/fermion/CayleyFermion5D.cc +++ b/lib/qcd/action/fermion/CayleyFermion5D.cc @@ -380,6 +380,8 @@ void CayleyFermion5D::SetCoefficientsInternal(RealD zolo_hi,std::vector::SetCoefficientsInternal(RealD zolo_hi,std::vector0.0); bs[i] = 0.5*(bpc/omega[i] + bmc); cs[i] = 0.5*(bpc/omega[i] - bmc); } - + //////////////////////////////////////////////////////// // Constants for the preconditioned matrix Cayley form //////////////////////////////////////////////////////// @@ -425,12 +428,12 @@ void CayleyFermion5D::SetCoefficientsInternal(RealD zolo_hi,std::vectorM5) +1.0); + bee[i]=as[i]*(bs[i]*(4.0-this->M5) +1.0); + assert(fabs(bee[i])>0.0); cee[i]=as[i]*(1.0-cs[i]*(4.0-this->M5)); beo[i]=as[i]*bs[i]; ceo[i]=-as[i]*cs[i]; } - aee.resize(Ls); aeo.resize(Ls); for(int i=0;i::SetCoefficientsInternal(RealD zolo_hi,std::vector0.0); + delta_d *= cee[j]/bee[j]; + } dee[Ls-1] += delta_d; } int inv=1; this->MooeeInternalCompute(0,inv,MatpInv,MatmInv); this->MooeeInternalCompute(1,inv,MatpInvDag,MatmInvDag); - } @@ -495,7 +500,9 @@ void CayleyFermion5D::MooeeInternalCompute(int dag, int inv, GridBase *grid = this->FermionRedBlackGrid(); int LLs = grid->_rdimensions[0]; - if ( LLs == Ls ) return; // Not vectorised in 5th direction + if ( LLs == Ls ) { + return; // Not vectorised in 5th direction + } Eigen::MatrixXcd Pplus = Eigen::MatrixXcd::Zero(Ls,Ls); Eigen::MatrixXcd Pminus = Eigen::MatrixXcd::Zero(Ls,Ls);