mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	Merge remote-tracking branch 'fjosw/feature/eclover' into feature/eclover
This commit is contained in:
		@@ -1,51 +0,0 @@
 | 
				
			|||||||
/*************************************************************************************
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Grid physics library, www.github.com/paboyle/Grid
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Source file: ./lib/qcd/action/fermion/WilsonKernels.cc
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright (C) 2015, 2020
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Author: Peter Boyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Peter Boyle <peterboyle@Peters-MacBook-Pro-2.local>
 | 
					 | 
				
			||||||
Author: paboyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Nils Meyer <nils.meyer@ur.de> Regensburg University
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
the Free Software Foundation; either version 2 of the License, or
 | 
					 | 
				
			||||||
(at your option) any later version.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
GNU General Public License for more details.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should have received a copy of the GNU General Public License along
 | 
					 | 
				
			||||||
with this program; if not, write to the Free Software Foundation, Inc.,
 | 
					 | 
				
			||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
See the full license in the file "LICENSE" in the top level distribution
 | 
					 | 
				
			||||||
directory
 | 
					 | 
				
			||||||
*************************************************************************************/
 | 
					 | 
				
			||||||
/*  END LEGAL */
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/FermionCore.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsImplementation.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsHandImplementation.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#ifndef AVX512
 | 
					 | 
				
			||||||
#ifndef QPX
 | 
					 | 
				
			||||||
#ifndef A64FX
 | 
					 | 
				
			||||||
#ifndef A64FXFIXEDSIZE
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsAsmImplementation.h>
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_BEGIN(Grid);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "impl.h"
 | 
					 | 
				
			||||||
template class WilsonKernels<IMPLEMENTATION>;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_END(Grid);
 | 
					 | 
				
			||||||
@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					../WilsonKernelsInstantiation.cc.master
 | 
				
			||||||
@@ -1,51 +0,0 @@
 | 
				
			|||||||
/*************************************************************************************
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Grid physics library, www.github.com/paboyle/Grid
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Source file: ./lib/qcd/action/fermion/WilsonKernels.cc
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright (C) 2015, 2020
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Author: Peter Boyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Peter Boyle <peterboyle@Peters-MacBook-Pro-2.local>
 | 
					 | 
				
			||||||
Author: paboyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Nils Meyer <nils.meyer@ur.de> Regensburg University
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
the Free Software Foundation; either version 2 of the License, or
 | 
					 | 
				
			||||||
(at your option) any later version.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
GNU General Public License for more details.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should have received a copy of the GNU General Public License along
 | 
					 | 
				
			||||||
with this program; if not, write to the Free Software Foundation, Inc.,
 | 
					 | 
				
			||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
See the full license in the file "LICENSE" in the top level distribution
 | 
					 | 
				
			||||||
directory
 | 
					 | 
				
			||||||
*************************************************************************************/
 | 
					 | 
				
			||||||
/*  END LEGAL */
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/FermionCore.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsImplementation.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsHandImplementation.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#ifndef AVX512
 | 
					 | 
				
			||||||
#ifndef QPX
 | 
					 | 
				
			||||||
#ifndef A64FX
 | 
					 | 
				
			||||||
#ifndef A64FXFIXEDSIZE
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsAsmImplementation.h>
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_BEGIN(Grid);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "impl.h"
 | 
					 | 
				
			||||||
template class WilsonKernels<IMPLEMENTATION>;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_END(Grid);
 | 
					 | 
				
			||||||
@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					../WilsonKernelsInstantiation.cc.master
 | 
				
			||||||
@@ -1,51 +0,0 @@
 | 
				
			|||||||
/*************************************************************************************
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Grid physics library, www.github.com/paboyle/Grid
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Source file: ./lib/qcd/action/fermion/WilsonKernels.cc
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright (C) 2015, 2020
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Author: Peter Boyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Peter Boyle <peterboyle@Peters-MacBook-Pro-2.local>
 | 
					 | 
				
			||||||
Author: paboyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Nils Meyer <nils.meyer@ur.de> Regensburg University
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
the Free Software Foundation; either version 2 of the License, or
 | 
					 | 
				
			||||||
(at your option) any later version.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
GNU General Public License for more details.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should have received a copy of the GNU General Public License along
 | 
					 | 
				
			||||||
with this program; if not, write to the Free Software Foundation, Inc.,
 | 
					 | 
				
			||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
See the full license in the file "LICENSE" in the top level distribution
 | 
					 | 
				
			||||||
directory
 | 
					 | 
				
			||||||
*************************************************************************************/
 | 
					 | 
				
			||||||
/*  END LEGAL */
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/FermionCore.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsImplementation.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsHandImplementation.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#ifndef AVX512
 | 
					 | 
				
			||||||
#ifndef QPX
 | 
					 | 
				
			||||||
#ifndef A64FX
 | 
					 | 
				
			||||||
#ifndef A64FXFIXEDSIZE
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsAsmImplementation.h>
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_BEGIN(Grid);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "impl.h"
 | 
					 | 
				
			||||||
template class WilsonKernels<IMPLEMENTATION>;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_END(Grid);
 | 
					 | 
				
			||||||
@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					../WilsonKernelsInstantiation.cc.master
 | 
				
			||||||
@@ -1,51 +0,0 @@
 | 
				
			|||||||
/*************************************************************************************
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Grid physics library, www.github.com/paboyle/Grid
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Source file: ./lib/qcd/action/fermion/WilsonKernels.cc
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright (C) 2015, 2020
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Author: Peter Boyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Peter Boyle <peterboyle@Peters-MacBook-Pro-2.local>
 | 
					 | 
				
			||||||
Author: paboyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Nils Meyer <nils.meyer@ur.de> Regensburg University
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
the Free Software Foundation; either version 2 of the License, or
 | 
					 | 
				
			||||||
(at your option) any later version.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
GNU General Public License for more details.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should have received a copy of the GNU General Public License along
 | 
					 | 
				
			||||||
with this program; if not, write to the Free Software Foundation, Inc.,
 | 
					 | 
				
			||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
See the full license in the file "LICENSE" in the top level distribution
 | 
					 | 
				
			||||||
directory
 | 
					 | 
				
			||||||
*************************************************************************************/
 | 
					 | 
				
			||||||
/*  END LEGAL */
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/FermionCore.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsImplementation.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsHandImplementation.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#ifndef AVX512
 | 
					 | 
				
			||||||
#ifndef QPX
 | 
					 | 
				
			||||||
#ifndef A64FX
 | 
					 | 
				
			||||||
#ifndef A64FXFIXEDSIZE
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsAsmImplementation.h>
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_BEGIN(Grid);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "impl.h"
 | 
					 | 
				
			||||||
template class WilsonKernels<IMPLEMENTATION>;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_END(Grid);
 | 
					 | 
				
			||||||
@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					../WilsonKernelsInstantiation.cc.master
 | 
				
			||||||
@@ -1,51 +0,0 @@
 | 
				
			|||||||
/*************************************************************************************
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Grid physics library, www.github.com/paboyle/Grid
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Source file: ./lib/qcd/action/fermion/WilsonKernels.cc
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright (C) 2015, 2020
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Author: Peter Boyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Peter Boyle <peterboyle@Peters-MacBook-Pro-2.local>
 | 
					 | 
				
			||||||
Author: paboyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Nils Meyer <nils.meyer@ur.de> Regensburg University
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
the Free Software Foundation; either version 2 of the License, or
 | 
					 | 
				
			||||||
(at your option) any later version.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
GNU General Public License for more details.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should have received a copy of the GNU General Public License along
 | 
					 | 
				
			||||||
with this program; if not, write to the Free Software Foundation, Inc.,
 | 
					 | 
				
			||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
See the full license in the file "LICENSE" in the top level distribution
 | 
					 | 
				
			||||||
directory
 | 
					 | 
				
			||||||
*************************************************************************************/
 | 
					 | 
				
			||||||
/*  END LEGAL */
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/FermionCore.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsImplementation.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsHandImplementation.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#ifndef AVX512
 | 
					 | 
				
			||||||
#ifndef QPX
 | 
					 | 
				
			||||||
#ifndef A64FX
 | 
					 | 
				
			||||||
#ifndef A64FXFIXEDSIZE
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsAsmImplementation.h>
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_BEGIN(Grid);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "impl.h"
 | 
					 | 
				
			||||||
template class WilsonKernels<IMPLEMENTATION>;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_END(Grid);
 | 
					 | 
				
			||||||
@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					../WilsonKernelsInstantiation.cc.master
 | 
				
			||||||
@@ -1,51 +0,0 @@
 | 
				
			|||||||
/*************************************************************************************
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Grid physics library, www.github.com/paboyle/Grid
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Source file: ./lib/qcd/action/fermion/WilsonKernels.cc
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright (C) 2015, 2020
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Author: Peter Boyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Peter Boyle <peterboyle@Peters-MacBook-Pro-2.local>
 | 
					 | 
				
			||||||
Author: paboyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Nils Meyer <nils.meyer@ur.de> Regensburg University
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
the Free Software Foundation; either version 2 of the License, or
 | 
					 | 
				
			||||||
(at your option) any later version.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
GNU General Public License for more details.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should have received a copy of the GNU General Public License along
 | 
					 | 
				
			||||||
with this program; if not, write to the Free Software Foundation, Inc.,
 | 
					 | 
				
			||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
See the full license in the file "LICENSE" in the top level distribution
 | 
					 | 
				
			||||||
directory
 | 
					 | 
				
			||||||
*************************************************************************************/
 | 
					 | 
				
			||||||
/*  END LEGAL */
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/FermionCore.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsImplementation.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsHandImplementation.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#ifndef AVX512
 | 
					 | 
				
			||||||
#ifndef QPX
 | 
					 | 
				
			||||||
#ifndef A64FX
 | 
					 | 
				
			||||||
#ifndef A64FXFIXEDSIZE
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsAsmImplementation.h>
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_BEGIN(Grid);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "impl.h"
 | 
					 | 
				
			||||||
template class WilsonKernels<IMPLEMENTATION>;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_END(Grid);
 | 
					 | 
				
			||||||
@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					../WilsonKernelsInstantiation.cc.master
 | 
				
			||||||
@@ -1,51 +0,0 @@
 | 
				
			|||||||
/*************************************************************************************
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Grid physics library, www.github.com/paboyle/Grid
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Source file: ./lib/qcd/action/fermion/WilsonKernels.cc
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright (C) 2015, 2020
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Author: Peter Boyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Peter Boyle <peterboyle@Peters-MacBook-Pro-2.local>
 | 
					 | 
				
			||||||
Author: paboyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Nils Meyer <nils.meyer@ur.de> Regensburg University
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
the Free Software Foundation; either version 2 of the License, or
 | 
					 | 
				
			||||||
(at your option) any later version.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
GNU General Public License for more details.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should have received a copy of the GNU General Public License along
 | 
					 | 
				
			||||||
with this program; if not, write to the Free Software Foundation, Inc.,
 | 
					 | 
				
			||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
See the full license in the file "LICENSE" in the top level distribution
 | 
					 | 
				
			||||||
directory
 | 
					 | 
				
			||||||
*************************************************************************************/
 | 
					 | 
				
			||||||
/*  END LEGAL */
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/FermionCore.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsImplementation.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsHandImplementation.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#ifndef AVX512
 | 
					 | 
				
			||||||
#ifndef QPX
 | 
					 | 
				
			||||||
#ifndef A64FX
 | 
					 | 
				
			||||||
#ifndef A64FXFIXEDSIZE
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsAsmImplementation.h>
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_BEGIN(Grid);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "impl.h"
 | 
					 | 
				
			||||||
template class WilsonKernels<IMPLEMENTATION>;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_END(Grid);
 | 
					 | 
				
			||||||
@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					../WilsonKernelsInstantiation.cc.master
 | 
				
			||||||
@@ -1,51 +0,0 @@
 | 
				
			|||||||
/*************************************************************************************
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Grid physics library, www.github.com/paboyle/Grid
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Source file: ./lib/qcd/action/fermion/WilsonKernels.cc
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright (C) 2015, 2020
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Author: Peter Boyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Peter Boyle <peterboyle@Peters-MacBook-Pro-2.local>
 | 
					 | 
				
			||||||
Author: paboyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Nils Meyer <nils.meyer@ur.de> Regensburg University
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
the Free Software Foundation; either version 2 of the License, or
 | 
					 | 
				
			||||||
(at your option) any later version.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
GNU General Public License for more details.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should have received a copy of the GNU General Public License along
 | 
					 | 
				
			||||||
with this program; if not, write to the Free Software Foundation, Inc.,
 | 
					 | 
				
			||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
See the full license in the file "LICENSE" in the top level distribution
 | 
					 | 
				
			||||||
directory
 | 
					 | 
				
			||||||
*************************************************************************************/
 | 
					 | 
				
			||||||
/*  END LEGAL */
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/FermionCore.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsImplementation.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsHandImplementation.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#ifndef AVX512
 | 
					 | 
				
			||||||
#ifndef QPX
 | 
					 | 
				
			||||||
#ifndef A64FX
 | 
					 | 
				
			||||||
#ifndef A64FXFIXEDSIZE
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsAsmImplementation.h>
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_BEGIN(Grid);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "impl.h"
 | 
					 | 
				
			||||||
template class WilsonKernels<IMPLEMENTATION>;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_END(Grid);
 | 
					 | 
				
			||||||
@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					../WilsonKernelsInstantiation.cc.master
 | 
				
			||||||
@@ -1,51 +0,0 @@
 | 
				
			|||||||
/*************************************************************************************
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Grid physics library, www.github.com/paboyle/Grid
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Source file: ./lib/qcd/action/fermion/WilsonKernels.cc
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright (C) 2015, 2020
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Author: Peter Boyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Peter Boyle <peterboyle@Peters-MacBook-Pro-2.local>
 | 
					 | 
				
			||||||
Author: paboyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Nils Meyer <nils.meyer@ur.de> Regensburg University
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
the Free Software Foundation; either version 2 of the License, or
 | 
					 | 
				
			||||||
(at your option) any later version.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
GNU General Public License for more details.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should have received a copy of the GNU General Public License along
 | 
					 | 
				
			||||||
with this program; if not, write to the Free Software Foundation, Inc.,
 | 
					 | 
				
			||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
See the full license in the file "LICENSE" in the top level distribution
 | 
					 | 
				
			||||||
directory
 | 
					 | 
				
			||||||
*************************************************************************************/
 | 
					 | 
				
			||||||
/*  END LEGAL */
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/FermionCore.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsImplementation.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsHandImplementation.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#ifndef AVX512
 | 
					 | 
				
			||||||
#ifndef QPX
 | 
					 | 
				
			||||||
#ifndef A64FX
 | 
					 | 
				
			||||||
#ifndef A64FXFIXEDSIZE
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsAsmImplementation.h>
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_BEGIN(Grid);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "impl.h"
 | 
					 | 
				
			||||||
template class WilsonKernels<IMPLEMENTATION>;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_END(Grid);
 | 
					 | 
				
			||||||
@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					../WilsonKernelsInstantiation.cc.master
 | 
				
			||||||
@@ -1,51 +0,0 @@
 | 
				
			|||||||
/*************************************************************************************
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Grid physics library, www.github.com/paboyle/Grid
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Source file: ./lib/qcd/action/fermion/WilsonKernels.cc
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright (C) 2015, 2020
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Author: Peter Boyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Peter Boyle <peterboyle@Peters-MacBook-Pro-2.local>
 | 
					 | 
				
			||||||
Author: paboyle <paboyle@ph.ed.ac.uk>
 | 
					 | 
				
			||||||
Author: Nils Meyer <nils.meyer@ur.de> Regensburg University
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
the Free Software Foundation; either version 2 of the License, or
 | 
					 | 
				
			||||||
(at your option) any later version.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
GNU General Public License for more details.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should have received a copy of the GNU General Public License along
 | 
					 | 
				
			||||||
with this program; if not, write to the Free Software Foundation, Inc.,
 | 
					 | 
				
			||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
See the full license in the file "LICENSE" in the top level distribution
 | 
					 | 
				
			||||||
directory
 | 
					 | 
				
			||||||
*************************************************************************************/
 | 
					 | 
				
			||||||
/*  END LEGAL */
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/FermionCore.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsImplementation.h>
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsHandImplementation.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#ifndef AVX512
 | 
					 | 
				
			||||||
#ifndef QPX
 | 
					 | 
				
			||||||
#ifndef A64FX
 | 
					 | 
				
			||||||
#ifndef A64FXFIXEDSIZE
 | 
					 | 
				
			||||||
#include <Grid/qcd/action/fermion/implementation/WilsonKernelsAsmImplementation.h>
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_BEGIN(Grid);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "impl.h"
 | 
					 | 
				
			||||||
template class WilsonKernels<IMPLEMENTATION>;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
NAMESPACE_END(Grid);
 | 
					 | 
				
			||||||
@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					../WilsonKernelsInstantiation.cc.master
 | 
				
			||||||
@@ -18,6 +18,10 @@ WILSON_IMPL_LIST=" \
 | 
				
			|||||||
	   GparityWilsonImplF \
 | 
						   GparityWilsonImplF \
 | 
				
			||||||
	   GparityWilsonImplD "
 | 
						   GparityWilsonImplD "
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					COMPACT_WILSON_IMPL_LIST=" \
 | 
				
			||||||
 | 
						   WilsonImplF \
 | 
				
			||||||
 | 
						   WilsonImplD "
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DWF_IMPL_LIST=" \
 | 
					DWF_IMPL_LIST=" \
 | 
				
			||||||
	   WilsonImplF \
 | 
						   WilsonImplF \
 | 
				
			||||||
	   WilsonImplD \
 | 
						   WilsonImplD \
 | 
				
			||||||
@@ -40,13 +44,23 @@ EOF
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CC_LIST="WilsonCloverFermionInstantiation CompactWilsonCloverFermionInstantiation WilsonFermionInstantiation WilsonKernelsInstantiation WilsonTMFermionInstantiation"
 | 
					CC_LIST="WilsonCloverFermionInstantiation WilsonFermionInstantiation WilsonKernelsInstantiation WilsonTMFermionInstantiation"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
for impl in $WILSON_IMPL_LIST
 | 
					for impl in $WILSON_IMPL_LIST
 | 
				
			||||||
do
 | 
					do
 | 
				
			||||||
for f in $CC_LIST
 | 
					for f in $CC_LIST
 | 
				
			||||||
do
 | 
					do
 | 
				
			||||||
  ln -f -s ../$f.cc.master $impl/$f$impl.cc 
 | 
					  ln -f -s ../$f.cc.master $impl/$f$impl.cc
 | 
				
			||||||
 | 
					done
 | 
				
			||||||
 | 
					done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					CC_LIST="CompactWilsonCloverFermionInstantiation"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					for impl in $COMPACT_WILSON_IMPL_LIST
 | 
				
			||||||
 | 
					do
 | 
				
			||||||
 | 
					for f in $CC_LIST
 | 
				
			||||||
 | 
					do
 | 
				
			||||||
 | 
					  ln -f -s ../$f.cc.master $impl/$f$impl.cc
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -63,14 +77,14 @@ for impl in $DWF_IMPL_LIST $GDWF_IMPL_LIST
 | 
				
			|||||||
do
 | 
					do
 | 
				
			||||||
for f in $CC_LIST
 | 
					for f in $CC_LIST
 | 
				
			||||||
do
 | 
					do
 | 
				
			||||||
  ln -f -s ../$f.cc.master $impl/$f$impl.cc 
 | 
					  ln -f -s ../$f.cc.master $impl/$f$impl.cc
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# overwrite the .cc file in Gparity directories
 | 
					# overwrite the .cc file in Gparity directories
 | 
				
			||||||
for impl in $GDWF_IMPL_LIST
 | 
					for impl in $GDWF_IMPL_LIST
 | 
				
			||||||
do
 | 
					do
 | 
				
			||||||
  ln -f -s ../WilsonKernelsInstantiationGparity.cc.master $impl/WilsonKernelsInstantiation$impl.cc 
 | 
					  ln -f -s ../WilsonKernelsInstantiationGparity.cc.master $impl/WilsonKernelsInstantiation$impl.cc
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -84,7 +98,7 @@ for impl in $STAG_IMPL_LIST
 | 
				
			|||||||
do
 | 
					do
 | 
				
			||||||
for f in $CC_LIST
 | 
					for f in $CC_LIST
 | 
				
			||||||
do
 | 
					do
 | 
				
			||||||
  ln -f -s ../$f.cc.master $impl/$f$impl.cc 
 | 
					  ln -f -s ../$f.cc.master $impl/$f$impl.cc
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,11 +2,12 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    Grid physics library, www.github.com/paboyle/Grid 
 | 
					    Grid physics library, www.github.com/paboyle/Grid 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Source file: ./benchmarks/Benchmark_wilson.cc
 | 
					    Source file: ./tests/core/Test_wilson_clover.cc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Copyright (C) 2015
 | 
					    Copyright (C) 2015
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Author: Guido Cossu <guido.cossu@ed.ac.uk>
 | 
					    Author: Guido Cossu <guido.cossu@ed.ac.uk>
 | 
				
			||||||
 | 
					            Fabian Joswig <fabian.joswig@ed.ac.uk>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    This program is free software; you can redistribute it and/or modify
 | 
					    This program is free software; you can redistribute it and/or modify
 | 
				
			||||||
    it under the terms of the GNU General Public License as published by
 | 
					    it under the terms of the GNU General Public License as published by
 | 
				
			||||||
@@ -67,8 +68,6 @@ int main(int argc, char **argv)
 | 
				
			|||||||
  tmp = Zero();
 | 
					  tmp = Zero();
 | 
				
			||||||
  FermionField err(&Grid);
 | 
					  FermionField err(&Grid);
 | 
				
			||||||
  err = Zero();
 | 
					  err = Zero();
 | 
				
			||||||
  FermionField err2(&Grid);
 | 
					 | 
				
			||||||
  err2 = Zero();
 | 
					 | 
				
			||||||
  FermionField phi(&Grid);
 | 
					  FermionField phi(&Grid);
 | 
				
			||||||
  random(pRNG, phi);
 | 
					  random(pRNG, phi);
 | 
				
			||||||
  FermionField chi(&Grid);
 | 
					  FermionField chi(&Grid);
 | 
				
			||||||
@@ -77,6 +76,8 @@ int main(int argc, char **argv)
 | 
				
			|||||||
  SU<Nc>::HotConfiguration(pRNG, Umu);
 | 
					  SU<Nc>::HotConfiguration(pRNG, Umu);
 | 
				
			||||||
  std::vector<LatticeColourMatrix> U(4, &Grid);
 | 
					  std::vector<LatticeColourMatrix> U(4, &Grid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  double tolerance = 1e-4;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  double volume = 1;
 | 
					  double volume = 1;
 | 
				
			||||||
  for (int mu = 0; mu < Nd; mu++)
 | 
					  for (int mu = 0; mu < Nd; mu++)
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
@@ -88,7 +89,7 @@ int main(int argc, char **argv)
 | 
				
			|||||||
  RealD csw_t = 1.0;
 | 
					  RealD csw_t = 1.0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  WilsonCloverFermionR Dwc(Umu, Grid, RBGrid, mass, csw_r, csw_t, anis, params);
 | 
					  WilsonCloverFermionR Dwc(Umu, Grid, RBGrid, mass, csw_r, csw_t, anis, params);
 | 
				
			||||||
  //Dwc.ImportGauge(Umu); // not necessary, included in the constructor
 | 
					  CompactWilsonCloverFermionR Dwc_compact(Umu, Grid, RBGrid, mass, csw_r, csw_t, 1.0, anis, params);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  std::cout << GridLogMessage << "==========================================================" << std::endl;
 | 
					  std::cout << GridLogMessage << "==========================================================" << std::endl;
 | 
				
			||||||
  std::cout << GridLogMessage << "= Testing that Deo + Doe = Dunprec " << std::endl;
 | 
					  std::cout << GridLogMessage << "= Testing that Deo + Doe = Dunprec " << std::endl;
 | 
				
			||||||
@@ -112,7 +113,24 @@ int main(int argc, char **argv)
 | 
				
			|||||||
  setCheckerboard(r_eo, r_e);
 | 
					  setCheckerboard(r_eo, r_e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  err = ref - r_eo;
 | 
					  err = ref - r_eo;
 | 
				
			||||||
  std::cout << GridLogMessage << "EO norm diff   " << norm2(err) << " " << norm2(ref) << " " << norm2(r_eo) << std::endl;
 | 
					  std::cout << GridLogMessage << "EO norm diff\t" << norm2(err) << " (" << norm2(ref) << " - " << norm2(r_eo) << ")" << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.Meooe(src_e, r_o);
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Applied Meo" << std::endl;
 | 
				
			||||||
 | 
					  Dwc_compact.Meooe(src_o, r_e);
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Applied Moe" << std::endl;
 | 
				
			||||||
 | 
					  Dwc_compact.Dhop(src, ref, DaggerNo);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(r_eo, r_o);
 | 
				
			||||||
 | 
					  setCheckerboard(r_eo, r_e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = ref - r_eo;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "EO norm diff compact\t" << norm2(err) << " (" << norm2(ref) << " - " << norm2(r_eo) << ")" << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
					  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
				
			||||||
  std::cout << GridLogMessage << "= Test Ddagger is the dagger of D by requiring                " << std::endl;
 | 
					  std::cout << GridLogMessage << "= Test Ddagger is the dagger of D by requiring                " << std::endl;
 | 
				
			||||||
@@ -152,6 +170,22 @@ int main(int argc, char **argv)
 | 
				
			|||||||
  std::cout << GridLogMessage << "pDce - conj(cDpo) " << pDce - conj(cDpo) << std::endl;
 | 
					  std::cout << GridLogMessage << "pDce - conj(cDpo) " << pDce - conj(cDpo) << std::endl;
 | 
				
			||||||
  std::cout << GridLogMessage << "pDco - conj(cDpe) " << pDco - conj(cDpe) << std::endl;
 | 
					  std::cout << GridLogMessage << "pDco - conj(cDpe) " << pDco - conj(cDpe) << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.Meooe(chi_e, dchi_o);
 | 
				
			||||||
 | 
					  Dwc_compact.Meooe(chi_o, dchi_e);
 | 
				
			||||||
 | 
					  Dwc_compact.MeooeDag(phi_e, dphi_o);
 | 
				
			||||||
 | 
					  Dwc_compact.MeooeDag(phi_o, dphi_e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  pDce = innerProduct(phi_e, dchi_e);
 | 
				
			||||||
 | 
					  pDco = innerProduct(phi_o, dchi_o);
 | 
				
			||||||
 | 
					  cDpe = innerProduct(chi_e, dphi_e);
 | 
				
			||||||
 | 
					  cDpo = innerProduct(chi_o, dphi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "e compact " << pDce << " " << cDpe << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "o compact " << pDco << " " << cDpo << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "pDce - conj(cDpo) compact " << pDce - conj(cDpo) << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "pDco - conj(cDpe) compact " << pDco - conj(cDpe) << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
					  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
				
			||||||
  std::cout << GridLogMessage << "= Test MeeInv Mee = 1   (if csw!=0)                           " << std::endl;
 | 
					  std::cout << GridLogMessage << "= Test MeeInv Mee = 1   (if csw!=0)                           " << std::endl;
 | 
				
			||||||
  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
					  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
				
			||||||
@@ -169,7 +203,21 @@ int main(int argc, char **argv)
 | 
				
			|||||||
  setCheckerboard(phi, phi_o);
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  err = phi - chi;
 | 
					  err = phi - chi;
 | 
				
			||||||
  std::cout << GridLogMessage << "norm diff   " << norm2(err) << std::endl;
 | 
					  std::cout << GridLogMessage << "norm diff " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.Mooee(chi_e, src_e);
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeInv(src_e, phi_e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.Mooee(chi_o, src_o);
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeInv(src_o, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = phi - chi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff compact " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
					  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
				
			||||||
  std::cout << GridLogMessage << "= Test MeeDag MeeInvDag = 1    (if csw!=0)                    " << std::endl;
 | 
					  std::cout << GridLogMessage << "= Test MeeDag MeeInvDag = 1    (if csw!=0)                    " << std::endl;
 | 
				
			||||||
@@ -188,7 +236,21 @@ int main(int argc, char **argv)
 | 
				
			|||||||
  setCheckerboard(phi, phi_o);
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  err = phi - chi;
 | 
					  err = phi - chi;
 | 
				
			||||||
  std::cout << GridLogMessage << "norm diff   " << norm2(err) << std::endl;
 | 
					  std::cout << GridLogMessage << "norm diff " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeDag(chi_e, src_e);
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeInvDag(src_e, phi_e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeDag(chi_o, src_o);
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeInvDag(src_o, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = phi - chi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff compact " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
					  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
				
			||||||
  std::cout << GridLogMessage << "= Test MeeInv MeeDag = 1      (if csw!=0)                     " << std::endl;
 | 
					  std::cout << GridLogMessage << "= Test MeeInv MeeDag = 1      (if csw!=0)                     " << std::endl;
 | 
				
			||||||
@@ -207,7 +269,21 @@ int main(int argc, char **argv)
 | 
				
			|||||||
  setCheckerboard(phi, phi_o);
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  err = phi - chi;
 | 
					  err = phi - chi;
 | 
				
			||||||
  std::cout << GridLogMessage << "norm diff   " << norm2(err) << std::endl;
 | 
					  std::cout << GridLogMessage << "norm diff " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeDag(chi_e, src_e);
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeInv(src_e, phi_e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeDag(chi_o, src_o);
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeInv(src_o, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = phi - chi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff compact " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  std::cout << GridLogMessage << "================================================================" << std::endl;
 | 
					  std::cout << GridLogMessage << "================================================================" << std::endl;
 | 
				
			||||||
  std::cout << GridLogMessage << "= Testing gauge covariance Clover term with EO preconditioning  " << std::endl;
 | 
					  std::cout << GridLogMessage << "= Testing gauge covariance Clover term with EO preconditioning  " << std::endl;
 | 
				
			||||||
@@ -249,7 +325,7 @@ int main(int argc, char **argv)
 | 
				
			|||||||
  /////////////////
 | 
					  /////////////////
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  WilsonCloverFermionR Dwc_prime(U_prime, Grid, RBGrid, mass, csw_r, csw_t, anis, params);
 | 
					  WilsonCloverFermionR Dwc_prime(U_prime, Grid, RBGrid, mass, csw_r, csw_t, anis, params);
 | 
				
			||||||
  Dwc_prime.ImportGauge(U_prime);
 | 
					  CompactWilsonCloverFermionR Dwc_compact_prime(U_prime, Grid, RBGrid, mass, csw_r, csw_t, 1.0, anis, params);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  tmp = Omega * src;
 | 
					  tmp = Omega * src;
 | 
				
			||||||
  pickCheckerboard(Even, src_e, tmp);
 | 
					  pickCheckerboard(Even, src_e, tmp);
 | 
				
			||||||
@@ -262,7 +338,37 @@ int main(int argc, char **argv)
 | 
				
			|||||||
  setCheckerboard(phi, phi_o);
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  err = chi - adj(Omega) * phi;
 | 
					  err = chi - adj(Omega) * phi;
 | 
				
			||||||
  std::cout << GridLogMessage << "norm diff   " << norm2(err) << std::endl;
 | 
					  std::cout << GridLogMessage << "norm diff " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  chi = Zero();
 | 
				
			||||||
 | 
					  phi = Zero();
 | 
				
			||||||
 | 
					  tmp = Zero();
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, chi_e, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, chi_o, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, phi_e, phi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, phi_o, phi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.Mooee(src_e, chi_e);
 | 
				
			||||||
 | 
					  Dwc_compact.Mooee(src_o, chi_o);
 | 
				
			||||||
 | 
					  setCheckerboard(chi, chi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(chi, chi_o);
 | 
				
			||||||
 | 
					  setCheckerboard(src, src_e);
 | 
				
			||||||
 | 
					  setCheckerboard(src, src_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  tmp = Omega * src;
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, src_e, tmp);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, src_o, tmp);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact_prime.Mooee(src_e, phi_e);
 | 
				
			||||||
 | 
					  Dwc_compact_prime.Mooee(src_o, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = chi - adj(Omega) * phi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff compact " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  std::cout << GridLogMessage << "=================================================================" << std::endl;
 | 
					  std::cout << GridLogMessage << "=================================================================" << std::endl;
 | 
				
			||||||
  std::cout << GridLogMessage << "= Testing gauge covariance Clover term w/o EO preconditioning  " << std::endl;
 | 
					  std::cout << GridLogMessage << "= Testing gauge covariance Clover term w/o EO preconditioning  " << std::endl;
 | 
				
			||||||
@@ -272,7 +378,6 @@ int main(int argc, char **argv)
 | 
				
			|||||||
  phi = Zero();
 | 
					  phi = Zero();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  WilsonFermionR Dw(Umu, Grid, RBGrid, mass, params);
 | 
					  WilsonFermionR Dw(Umu, Grid, RBGrid, mass, params);
 | 
				
			||||||
  Dw.ImportGauge(Umu);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  Dw.M(src, result);
 | 
					  Dw.M(src, result);
 | 
				
			||||||
  Dwc.M(src, chi);
 | 
					  Dwc.M(src, chi);
 | 
				
			||||||
@@ -280,13 +385,24 @@ int main(int argc, char **argv)
 | 
				
			|||||||
  Dwc_prime.M(Omega * src, phi);
 | 
					  Dwc_prime.M(Omega * src, phi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  WilsonFermionR Dw_prime(U_prime, Grid, RBGrid, mass, params);
 | 
					  WilsonFermionR Dw_prime(U_prime, Grid, RBGrid, mass, params);
 | 
				
			||||||
  Dw_prime.ImportGauge(U_prime);
 | 
					 | 
				
			||||||
  Dw_prime.M(Omega * src, result2);
 | 
					  Dw_prime.M(Omega * src, result2);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = result - adj(Omega) * result2;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff Wilson              " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
  err = chi - adj(Omega) * phi;
 | 
					  err = chi - adj(Omega) * phi;
 | 
				
			||||||
  err2 = result - adj(Omega) * result2;
 | 
					  std::cout << GridLogMessage << "norm diff WilsonClover        " << norm2(err) << std::endl;
 | 
				
			||||||
  std::cout << GridLogMessage << "norm diff Wilson   " << norm2(err) << std::endl;
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
  std::cout << GridLogMessage << "norm diff WilsonClover  " << norm2(err2) << std::endl;
 | 
					
 | 
				
			||||||
 | 
					  chi = Zero();
 | 
				
			||||||
 | 
					  phi = Zero();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.M(src, chi);
 | 
				
			||||||
 | 
					  Dwc_compact_prime.M(Omega * src, phi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = chi - adj(Omega) * phi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff CompactWilsonClover " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  std::cout << GridLogMessage << "==========================================================" << std::endl;
 | 
					  std::cout << GridLogMessage << "==========================================================" << std::endl;
 | 
				
			||||||
  std::cout << GridLogMessage << "= Testing Mooee(csw=0) Clover to reproduce Mooee Wilson   " << std::endl;
 | 
					  std::cout << GridLogMessage << "= Testing Mooee(csw=0) Clover to reproduce Mooee Wilson   " << std::endl;
 | 
				
			||||||
@@ -296,7 +412,6 @@ int main(int argc, char **argv)
 | 
				
			|||||||
  phi = Zero();
 | 
					  phi = Zero();
 | 
				
			||||||
  err = Zero();
 | 
					  err = Zero();
 | 
				
			||||||
  WilsonCloverFermionR Dwc_csw0(Umu, Grid, RBGrid, mass, 0.0, 0.0, anis, params); //  <-- Notice: csw=0
 | 
					  WilsonCloverFermionR Dwc_csw0(Umu, Grid, RBGrid, mass, 0.0, 0.0, anis, params); //  <-- Notice: csw=0
 | 
				
			||||||
  Dwc_csw0.ImportGauge(Umu);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  pickCheckerboard(Even, phi_e, phi);
 | 
					  pickCheckerboard(Even, phi_e, phi);
 | 
				
			||||||
  pickCheckerboard(Odd, phi_o, phi);
 | 
					  pickCheckerboard(Odd, phi_o, phi);
 | 
				
			||||||
@@ -316,7 +431,34 @@ int main(int argc, char **argv)
 | 
				
			|||||||
  setCheckerboard(src, src_o);
 | 
					  setCheckerboard(src, src_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  err = chi - phi;
 | 
					  err = chi - phi;
 | 
				
			||||||
  std::cout << GridLogMessage << "norm diff  " << norm2(err) << std::endl;
 | 
					  std::cout << GridLogMessage << "norm diff " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  chi = Zero();
 | 
				
			||||||
 | 
					  phi = Zero();
 | 
				
			||||||
 | 
					  err = Zero();
 | 
				
			||||||
 | 
					  CompactWilsonCloverFermionR Dwc_compact_csw0(Umu, Grid, RBGrid, mass, 0.0, 0.0, 1.0, anis, params); //  <-- Notice: csw=0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, phi_e, phi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, phi_o, phi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, chi_e, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, chi_o, chi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dw.Mooee(src_e, chi_e);
 | 
				
			||||||
 | 
					  Dw.Mooee(src_o, chi_o);
 | 
				
			||||||
 | 
					  Dwc_compact_csw0.Mooee(src_e, phi_e);
 | 
				
			||||||
 | 
					  Dwc_compact_csw0.Mooee(src_o, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(chi, chi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(chi, chi_o);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					  setCheckerboard(src, src_e);
 | 
				
			||||||
 | 
					  setCheckerboard(src, src_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = chi - phi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff compact " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  std::cout << GridLogMessage << "==========================================================" << std::endl;
 | 
					  std::cout << GridLogMessage << "==========================================================" << std::endl;
 | 
				
			||||||
  std::cout << GridLogMessage << "= Testing EO operator is equal to the unprec              " << std::endl;
 | 
					  std::cout << GridLogMessage << "= Testing EO operator is equal to the unprec              " << std::endl;
 | 
				
			||||||
@@ -348,9 +490,41 @@ int main(int argc, char **argv)
 | 
				
			|||||||
  setCheckerboard(phi, phi_o);
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  err = ref - phi;
 | 
					  err = ref - phi;
 | 
				
			||||||
  std::cout << GridLogMessage << "ref (unpreconditioned operator) diff  :" << norm2(ref) << std::endl;
 | 
					  std::cout << GridLogMessage << "ref (unpreconditioned operator) diff         : " << norm2(ref) << std::endl;
 | 
				
			||||||
  std::cout << GridLogMessage << "phi (EO decomposition)          diff  :" << norm2(phi) << std::endl;
 | 
					  std::cout << GridLogMessage << "phi (EO decomposition)          diff         : " << norm2(phi) << std::endl;
 | 
				
			||||||
  std::cout << GridLogMessage << "norm diff                             :" << norm2(err) << std::endl;
 | 
					  std::cout << GridLogMessage << "norm diff                                    : " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  chi = Zero();
 | 
				
			||||||
 | 
					  phi = Zero();
 | 
				
			||||||
 | 
					  err = Zero();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, phi_e, phi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, phi_o, phi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, chi_e, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, chi_o, chi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  // M phi = (Mooee src_e + Meooe src_o , Meooe src_e + Mooee src_o)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.M(src, ref); // Reference result from the unpreconditioned operator
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  // EO matrix
 | 
				
			||||||
 | 
					  Dwc_compact.Mooee(src_e, chi_e); 
 | 
				
			||||||
 | 
					  Dwc_compact.Mooee(src_o, chi_o);
 | 
				
			||||||
 | 
					  Dwc_compact.Meooe(src_o, phi_e);
 | 
				
			||||||
 | 
					  Dwc_compact.Meooe(src_e, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  phi_o += chi_o;
 | 
				
			||||||
 | 
					  phi_e += chi_e;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = ref - phi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "ref (unpreconditioned operator) diff compact : " << norm2(ref) << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "phi (EO decomposition)          diff compact : " << norm2(phi) << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff compact                            : " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  Grid_finalize();
 | 
					  Grid_finalize();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										530
									
								
								tests/core/Test_wilson_exp_clover.cc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										530
									
								
								tests/core/Test_wilson_exp_clover.cc
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,530 @@
 | 
				
			|||||||
 | 
					/*************************************************************************************
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Grid physics library, www.github.com/paboyle/Grid 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Source file: ./tests/core/Test_wilson_exp_clover.cc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Copyright (C) 2022
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Author: Guido Cossu <guido.cossu@ed.ac.uk>
 | 
				
			||||||
 | 
					            Fabian Joswig <fabian.joswig@ed.ac.uk>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    This program is free software; you can redistribute it and/or modify
 | 
				
			||||||
 | 
					    it under the terms of the GNU General Public License as published by
 | 
				
			||||||
 | 
					    the Free Software Foundation; either version 2 of the License, or
 | 
				
			||||||
 | 
					    (at your option) any later version.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    This program is distributed in the hope that it will be useful,
 | 
				
			||||||
 | 
					    but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
 | 
					    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
				
			||||||
 | 
					    GNU General Public License for more details.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    You should have received a copy of the GNU General Public License along
 | 
				
			||||||
 | 
					    with this program; if not, write to the Free Software Foundation, Inc.,
 | 
				
			||||||
 | 
					    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    See the full license in the file "LICENSE" in the top level distribution directory
 | 
				
			||||||
 | 
					    *************************************************************************************/
 | 
				
			||||||
 | 
					/*  END LEGAL */
 | 
				
			||||||
 | 
					#include <Grid/Grid.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					using namespace std;
 | 
				
			||||||
 | 
					using namespace Grid;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					int main(int argc, char **argv)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  Grid_init(&argc, &argv);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  auto latt_size = GridDefaultLatt();
 | 
				
			||||||
 | 
					  auto simd_layout = GridDefaultSimd(Nd, vComplex::Nsimd());
 | 
				
			||||||
 | 
					  auto mpi_layout = GridDefaultMpi();
 | 
				
			||||||
 | 
					  GridCartesian Grid(latt_size, simd_layout, mpi_layout);
 | 
				
			||||||
 | 
					  GridRedBlackCartesian RBGrid(&Grid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  int threads = GridThread::GetThreads();
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Grid is setup to use " << threads << " threads" << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Grid floating point word size is REALF" << sizeof(RealF) << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Grid floating point word size is REALD" << sizeof(RealD) << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Grid floating point word size is REAL" << sizeof(Real) << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::vector<int> seeds({1, 2, 3, 4});
 | 
				
			||||||
 | 
					  GridParallelRNG pRNG(&Grid);
 | 
				
			||||||
 | 
					  pRNG.SeedFixedIntegers(seeds);
 | 
				
			||||||
 | 
					  //  pRNG.SeedFixedIntegers(std::vector<int>({45,12,81,9});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  typedef typename WilsonExpCloverFermionR::FermionField FermionField;
 | 
				
			||||||
 | 
					  typename WilsonExpCloverFermionR::ImplParams params;
 | 
				
			||||||
 | 
					  WilsonAnisotropyCoefficients anis;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  FermionField src(&Grid);
 | 
				
			||||||
 | 
					  random(pRNG, src);
 | 
				
			||||||
 | 
					  FermionField result(&Grid);
 | 
				
			||||||
 | 
					  result = Zero();
 | 
				
			||||||
 | 
					  FermionField result2(&Grid);
 | 
				
			||||||
 | 
					  result2 = Zero();
 | 
				
			||||||
 | 
					  FermionField ref(&Grid);
 | 
				
			||||||
 | 
					  ref = Zero();
 | 
				
			||||||
 | 
					  FermionField tmp(&Grid);
 | 
				
			||||||
 | 
					  tmp = Zero();
 | 
				
			||||||
 | 
					  FermionField err(&Grid);
 | 
				
			||||||
 | 
					  err = Zero();
 | 
				
			||||||
 | 
					  FermionField phi(&Grid);
 | 
				
			||||||
 | 
					  random(pRNG, phi);
 | 
				
			||||||
 | 
					  FermionField chi(&Grid);
 | 
				
			||||||
 | 
					  random(pRNG, chi);
 | 
				
			||||||
 | 
					  LatticeGaugeField Umu(&Grid);
 | 
				
			||||||
 | 
					  SU<Nc>::HotConfiguration(pRNG, Umu);
 | 
				
			||||||
 | 
					  std::vector<LatticeColourMatrix> U(4, &Grid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  double tolerance = 1e-4;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  double volume = 1;
 | 
				
			||||||
 | 
					  for (int mu = 0; mu < Nd; mu++)
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					    volume = volume * latt_size[mu];
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  RealD mass = 0.1;
 | 
				
			||||||
 | 
					  RealD csw_r = 1.0;
 | 
				
			||||||
 | 
					  RealD csw_t = 1.0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  WilsonExpCloverFermionR Dwc(Umu, Grid, RBGrid, mass, csw_r, csw_t, anis, params);
 | 
				
			||||||
 | 
					  CompactWilsonExpCloverFermionR Dwc_compact(Umu, Grid, RBGrid, mass, csw_r, csw_t, 1.0, anis, params);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "==========================================================" << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "= Testing that Deo + Doe = Dunprec " << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "==========================================================" << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  FermionField src_e(&RBGrid);
 | 
				
			||||||
 | 
					  FermionField src_o(&RBGrid);
 | 
				
			||||||
 | 
					  FermionField r_e(&RBGrid);
 | 
				
			||||||
 | 
					  FermionField r_o(&RBGrid);
 | 
				
			||||||
 | 
					  FermionField r_eo(&Grid);
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, src_e, src);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, src_o, src);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc.Meooe(src_e, r_o);
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Applied Meo" << std::endl;
 | 
				
			||||||
 | 
					  Dwc.Meooe(src_o, r_e);
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Applied Moe" << std::endl;
 | 
				
			||||||
 | 
					  Dwc.Dhop(src, ref, DaggerNo);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(r_eo, r_o);
 | 
				
			||||||
 | 
					  setCheckerboard(r_eo, r_e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = ref - r_eo;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "EO norm diff\t" << norm2(err) << " (" << norm2(ref) << " - " << norm2(r_eo) << ")" << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.Meooe(src_e, r_o);
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Applied Meo" << std::endl;
 | 
				
			||||||
 | 
					  Dwc_compact.Meooe(src_o, r_e);
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Applied Moe" << std::endl;
 | 
				
			||||||
 | 
					  Dwc_compact.Dhop(src, ref, DaggerNo);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(r_eo, r_o);
 | 
				
			||||||
 | 
					  setCheckerboard(r_eo, r_e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = ref - r_eo;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "EO norm diff compact\t" << norm2(err) << " (" << norm2(ref) << " - " << norm2(r_eo) << ")" << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "= Test Ddagger is the dagger of D by requiring                " << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "=  < phi | Deo | chi > * = < chi | Deo^dag| phi>  " << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  FermionField chi_e(&RBGrid);
 | 
				
			||||||
 | 
					  FermionField chi_o(&RBGrid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  FermionField dchi_e(&RBGrid);
 | 
				
			||||||
 | 
					  FermionField dchi_o(&RBGrid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  FermionField phi_e(&RBGrid);
 | 
				
			||||||
 | 
					  FermionField phi_o(&RBGrid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  FermionField dphi_e(&RBGrid);
 | 
				
			||||||
 | 
					  FermionField dphi_o(&RBGrid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, chi_e, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, chi_o, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, phi_e, phi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, phi_o, phi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc.Meooe(chi_e, dchi_o);
 | 
				
			||||||
 | 
					  Dwc.Meooe(chi_o, dchi_e);
 | 
				
			||||||
 | 
					  Dwc.MeooeDag(phi_e, dphi_o);
 | 
				
			||||||
 | 
					  Dwc.MeooeDag(phi_o, dphi_e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  ComplexD pDce = innerProduct(phi_e, dchi_e);
 | 
				
			||||||
 | 
					  ComplexD pDco = innerProduct(phi_o, dchi_o);
 | 
				
			||||||
 | 
					  ComplexD cDpe = innerProduct(chi_e, dphi_e);
 | 
				
			||||||
 | 
					  ComplexD cDpo = innerProduct(chi_o, dphi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "e " << pDce << " " << cDpe << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "o " << pDco << " " << cDpo << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "pDce - conj(cDpo) " << pDce - conj(cDpo) << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "pDco - conj(cDpe) " << pDco - conj(cDpe) << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.Meooe(chi_e, dchi_o);
 | 
				
			||||||
 | 
					  Dwc_compact.Meooe(chi_o, dchi_e);
 | 
				
			||||||
 | 
					  Dwc_compact.MeooeDag(phi_e, dphi_o);
 | 
				
			||||||
 | 
					  Dwc_compact.MeooeDag(phi_o, dphi_e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  pDce = innerProduct(phi_e, dchi_e);
 | 
				
			||||||
 | 
					  pDco = innerProduct(phi_o, dchi_o);
 | 
				
			||||||
 | 
					  cDpe = innerProduct(chi_e, dphi_e);
 | 
				
			||||||
 | 
					  cDpo = innerProduct(chi_o, dphi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "e compact " << pDce << " " << cDpe << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "o compact " << pDco << " " << cDpo << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "pDce - conj(cDpo) compact " << pDce - conj(cDpo) << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "pDco - conj(cDpe) compact " << pDco - conj(cDpe) << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "= Test MeeInv Mee = 1   (if csw!=0)                           " << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, chi_e, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, chi_o, chi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc.Mooee(chi_e, src_e);
 | 
				
			||||||
 | 
					  Dwc.MooeeInv(src_e, phi_e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc.Mooee(chi_o, src_o);
 | 
				
			||||||
 | 
					  Dwc.MooeeInv(src_o, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = phi - chi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.Mooee(chi_e, src_e);
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeInv(src_e, phi_e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.Mooee(chi_o, src_o);
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeInv(src_o, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = phi - chi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff compact " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "= Test MeeDag MeeInvDag = 1    (if csw!=0)                    " << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, chi_e, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, chi_o, chi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc.MooeeDag(chi_e, src_e);
 | 
				
			||||||
 | 
					  Dwc.MooeeInvDag(src_e, phi_e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc.MooeeDag(chi_o, src_o);
 | 
				
			||||||
 | 
					  Dwc.MooeeInvDag(src_o, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = phi - chi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeDag(chi_e, src_e);
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeInvDag(src_e, phi_e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeDag(chi_o, src_o);
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeInvDag(src_o, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = phi - chi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff compact " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "= Test MeeInv MeeDag = 1      (if csw!=0)                     " << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "==============================================================" << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, chi_e, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, chi_o, chi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc.MooeeDag(chi_e, src_e);
 | 
				
			||||||
 | 
					  Dwc.MooeeInv(src_e, phi_e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc.MooeeDag(chi_o, src_o);
 | 
				
			||||||
 | 
					  Dwc.MooeeInv(src_o, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = phi - chi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeDag(chi_e, src_e);
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeInv(src_e, phi_e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeDag(chi_o, src_o);
 | 
				
			||||||
 | 
					  Dwc_compact.MooeeInv(src_o, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = phi - chi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff compact " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "================================================================" << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "= Testing gauge covariance Clover term with EO preconditioning  " << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "================================================================" << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  chi = Zero();
 | 
				
			||||||
 | 
					  phi = Zero();
 | 
				
			||||||
 | 
					  tmp = Zero();
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, chi_e, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, chi_o, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, phi_e, phi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, phi_o, phi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc.Mooee(src_e, chi_e);
 | 
				
			||||||
 | 
					  Dwc.Mooee(src_o, chi_o);
 | 
				
			||||||
 | 
					  setCheckerboard(chi, chi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(chi, chi_o);
 | 
				
			||||||
 | 
					  setCheckerboard(src, src_e);
 | 
				
			||||||
 | 
					  setCheckerboard(src, src_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  ////////////////////// Gauge Transformation
 | 
				
			||||||
 | 
					  std::vector<int> seeds2({5, 6, 7, 8});
 | 
				
			||||||
 | 
					  GridParallelRNG pRNG2(&Grid);
 | 
				
			||||||
 | 
					  pRNG2.SeedFixedIntegers(seeds2);
 | 
				
			||||||
 | 
					  LatticeColourMatrix Omega(&Grid);
 | 
				
			||||||
 | 
					  LatticeColourMatrix ShiftedOmega(&Grid);
 | 
				
			||||||
 | 
					  LatticeGaugeField U_prime(&Grid);
 | 
				
			||||||
 | 
					  U_prime = Zero();
 | 
				
			||||||
 | 
					  LatticeColourMatrix U_prime_mu(&Grid);
 | 
				
			||||||
 | 
					  U_prime_mu = Zero();
 | 
				
			||||||
 | 
					  SU<Nc>::LieRandomize(pRNG2, Omega, 1.0);
 | 
				
			||||||
 | 
					  for (int mu = 0; mu < Nd; mu++)
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					    U[mu] = peekLorentz(Umu, mu);
 | 
				
			||||||
 | 
					    ShiftedOmega = Cshift(Omega, mu, 1);
 | 
				
			||||||
 | 
					    U_prime_mu = Omega * U[mu] * adj(ShiftedOmega);
 | 
				
			||||||
 | 
					    pokeLorentz(U_prime, U_prime_mu, mu);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  /////////////////
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  WilsonExpCloverFermionR Dwc_prime(U_prime, Grid, RBGrid, mass, csw_r, csw_t, anis, params);
 | 
				
			||||||
 | 
					  CompactWilsonExpCloverFermionR Dwc_compact_prime(U_prime, Grid, RBGrid, mass, csw_r, csw_t, 1.0, anis, params);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  tmp = Omega * src;
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, src_e, tmp);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, src_o, tmp);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_prime.Mooee(src_e, phi_e);
 | 
				
			||||||
 | 
					  Dwc_prime.Mooee(src_o, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = chi - adj(Omega) * phi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  chi = Zero();
 | 
				
			||||||
 | 
					  phi = Zero();
 | 
				
			||||||
 | 
					  tmp = Zero();
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, chi_e, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, chi_o, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, phi_e, phi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, phi_o, phi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.Mooee(src_e, chi_e);
 | 
				
			||||||
 | 
					  Dwc_compact.Mooee(src_o, chi_o);
 | 
				
			||||||
 | 
					  setCheckerboard(chi, chi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(chi, chi_o);
 | 
				
			||||||
 | 
					  setCheckerboard(src, src_e);
 | 
				
			||||||
 | 
					  setCheckerboard(src, src_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  tmp = Omega * src;
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, src_e, tmp);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, src_o, tmp);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact_prime.Mooee(src_e, phi_e);
 | 
				
			||||||
 | 
					  Dwc_compact_prime.Mooee(src_o, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = chi - adj(Omega) * phi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff compact " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "=================================================================" << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "= Testing gauge covariance Clover term w/o EO preconditioning  " << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "================================================================" << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  chi = Zero();
 | 
				
			||||||
 | 
					  phi = Zero();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  WilsonFermionR Dw(Umu, Grid, RBGrid, mass, params);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dw.M(src, result);
 | 
				
			||||||
 | 
					  Dwc.M(src, chi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_prime.M(Omega * src, phi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  WilsonFermionR Dw_prime(U_prime, Grid, RBGrid, mass, params);
 | 
				
			||||||
 | 
					  Dw_prime.M(Omega * src, result2);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = result - adj(Omega) * result2;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff Wilson                 " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					  err = chi - adj(Omega) * phi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff WilsonExpClover        " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  chi = Zero();
 | 
				
			||||||
 | 
					  phi = Zero();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.M(src, chi);
 | 
				
			||||||
 | 
					  Dwc_compact_prime.M(Omega * src, phi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = chi - adj(Omega) * phi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff CompactWilsonExpClover " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "==========================================================" << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "= Testing Mooee(csw=0) Clover to reproduce Mooee Wilson   " << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "==========================================================" << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  chi = Zero();
 | 
				
			||||||
 | 
					  phi = Zero();
 | 
				
			||||||
 | 
					  err = Zero();
 | 
				
			||||||
 | 
					  WilsonExpCloverFermionR Dwc_csw0(Umu, Grid, RBGrid, mass, 0.0, 0.0, anis, params); //  <-- Notice: csw=0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, phi_e, phi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, phi_o, phi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, chi_e, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, chi_o, chi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dw.Mooee(src_e, chi_e);
 | 
				
			||||||
 | 
					  Dw.Mooee(src_o, chi_o);
 | 
				
			||||||
 | 
					  Dwc_csw0.Mooee(src_e, phi_e);
 | 
				
			||||||
 | 
					  Dwc_csw0.Mooee(src_o, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(chi, chi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(chi, chi_o);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					  setCheckerboard(src, src_e);
 | 
				
			||||||
 | 
					  setCheckerboard(src, src_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = chi - phi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  chi = Zero();
 | 
				
			||||||
 | 
					  phi = Zero();
 | 
				
			||||||
 | 
					  err = Zero();
 | 
				
			||||||
 | 
					  CompactWilsonExpCloverFermionR Dwc_compact_csw0(Umu, Grid, RBGrid, mass, 0.0, 0.0, 1.0, anis, params); //  <-- Notice: csw=0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, phi_e, phi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, phi_o, phi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, chi_e, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, chi_o, chi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dw.Mooee(src_e, chi_e);
 | 
				
			||||||
 | 
					  Dw.Mooee(src_o, chi_o);
 | 
				
			||||||
 | 
					  Dwc_compact_csw0.Mooee(src_e, phi_e);
 | 
				
			||||||
 | 
					  Dwc_compact_csw0.Mooee(src_o, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(chi, chi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(chi, chi_o);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					  setCheckerboard(src, src_e);
 | 
				
			||||||
 | 
					  setCheckerboard(src, src_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = chi - phi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff compact " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "==========================================================" << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "= Testing EO operator is equal to the unprec              " << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "==========================================================" << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  chi = Zero();
 | 
				
			||||||
 | 
					  phi = Zero();
 | 
				
			||||||
 | 
					  err = Zero();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, phi_e, phi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, phi_o, phi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, chi_e, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, chi_o, chi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  // M phi = (Mooee src_e + Meooe src_o , Meooe src_e + Mooee src_o)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc.M(src, ref); // Reference result from the unpreconditioned operator
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  // EO matrix
 | 
				
			||||||
 | 
					  Dwc.Mooee(src_e, chi_e); 
 | 
				
			||||||
 | 
					  Dwc.Mooee(src_o, chi_o);
 | 
				
			||||||
 | 
					  Dwc.Meooe(src_o, phi_e);
 | 
				
			||||||
 | 
					  Dwc.Meooe(src_e, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  phi_o += chi_o;
 | 
				
			||||||
 | 
					  phi_e += chi_e;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = ref - phi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "ref (unpreconditioned operator) diff         : " << norm2(ref) << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "phi (EO decomposition)          diff         : " << norm2(phi) << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff                                    : " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  chi = Zero();
 | 
				
			||||||
 | 
					  phi = Zero();
 | 
				
			||||||
 | 
					  err = Zero();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, phi_e, phi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, phi_o, phi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Even, chi_e, chi);
 | 
				
			||||||
 | 
					  pickCheckerboard(Odd, chi_o, chi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  // M phi = (Mooee src_e + Meooe src_o , Meooe src_e + Mooee src_o)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Dwc_compact.M(src, ref); // Reference result from the unpreconditioned operator
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  // EO matrix
 | 
				
			||||||
 | 
					  Dwc_compact.Mooee(src_e, chi_e); 
 | 
				
			||||||
 | 
					  Dwc_compact.Mooee(src_o, chi_o);
 | 
				
			||||||
 | 
					  Dwc_compact.Meooe(src_o, phi_e);
 | 
				
			||||||
 | 
					  Dwc_compact.Meooe(src_e, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  phi_o += chi_o;
 | 
				
			||||||
 | 
					  phi_e += chi_e;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_e);
 | 
				
			||||||
 | 
					  setCheckerboard(phi, phi_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  err = ref - phi;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "ref (unpreconditioned operator) diff compact : " << norm2(ref) << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "phi (EO decomposition)          diff compact : " << norm2(phi) << std::endl;
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "norm diff compact                            : " << norm2(err) << std::endl;
 | 
				
			||||||
 | 
					  assert(fabs(norm2(err)) < tolerance);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Grid_finalize();
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -71,7 +71,12 @@ int main (int argc, char ** argv)
 | 
				
			|||||||
  RealD mass = -0.1;
 | 
					  RealD mass = -0.1;
 | 
				
			||||||
  RealD csw_r = 1.0;
 | 
					  RealD csw_r = 1.0;
 | 
				
			||||||
  RealD csw_t = 1.0;
 | 
					  RealD csw_t = 1.0;
 | 
				
			||||||
 | 
					  RealD cF = 1.0;
 | 
				
			||||||
  WilsonCloverFermionR Dw(Umu, Grid, RBGrid, mass, csw_r, csw_t);
 | 
					  WilsonCloverFermionR Dw(Umu, Grid, RBGrid, mass, csw_r, csw_t);
 | 
				
			||||||
 | 
					  CompactWilsonCloverFermionR Dw_compact(Umu, Grid, RBGrid, mass, csw_r, csw_t, 0.0);
 | 
				
			||||||
 | 
					  WilsonExpCloverFermionR Dwe(Umu, Grid, RBGrid, mass, csw_r, csw_t);
 | 
				
			||||||
 | 
					  CompactWilsonExpCloverFermionR Dwe_compact(Umu, Grid, RBGrid, mass, csw_r, csw_t, 0.0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //  HermitianOperator<WilsonFermion,LatticeFermion> HermOp(Dw);
 | 
					  //  HermitianOperator<WilsonFermion,LatticeFermion> HermOp(Dw);
 | 
				
			||||||
  //  ConjugateGradient<LatticeFermion> CG(1.0e-8,10000);
 | 
					  //  ConjugateGradient<LatticeFermion> CG(1.0e-8,10000);
 | 
				
			||||||
@@ -80,12 +85,28 @@ int main (int argc, char ** argv)
 | 
				
			|||||||
  LatticeFermion    src_o(&RBGrid);
 | 
					  LatticeFermion    src_o(&RBGrid);
 | 
				
			||||||
  LatticeFermion result_o(&RBGrid);
 | 
					  LatticeFermion result_o(&RBGrid);
 | 
				
			||||||
  pickCheckerboard(Odd,src_o,src);
 | 
					  pickCheckerboard(Odd,src_o,src);
 | 
				
			||||||
  result_o=Zero();
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  SchurDiagMooeeOperator<WilsonCloverFermionR,LatticeFermion> HermOpEO(Dw);
 | 
					 | 
				
			||||||
  ConjugateGradient<LatticeFermion> CG(1.0e-8,10000);
 | 
					  ConjugateGradient<LatticeFermion> CG(1.0e-8,10000);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Testing Wilson Clover" << std::endl;
 | 
				
			||||||
 | 
					  SchurDiagMooeeOperator<WilsonCloverFermionR,LatticeFermion> HermOpEO(Dw);
 | 
				
			||||||
 | 
					  result_o=Zero();
 | 
				
			||||||
  CG(HermOpEO,src_o,result_o);
 | 
					  CG(HermOpEO,src_o,result_o);
 | 
				
			||||||
  
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Testing Compact Wilson Clover" << std::endl;
 | 
				
			||||||
 | 
					  SchurDiagMooeeOperator<CompactWilsonCloverFermionR,LatticeFermion> HermOpEO_compact(Dw_compact);
 | 
				
			||||||
 | 
					  result_o=Zero();
 | 
				
			||||||
 | 
					  CG(HermOpEO_compact,src_o,result_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Testing Wilson Exp Clover" << std::endl;
 | 
				
			||||||
 | 
					  SchurDiagMooeeOperator<WilsonExpCloverFermionR,LatticeFermion> HermOpEO_exp(Dwe);
 | 
				
			||||||
 | 
					  result_o=Zero();
 | 
				
			||||||
 | 
					  CG(HermOpEO_exp,src_o,result_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Testing Compact Wilson Exp Clover" << std::endl;
 | 
				
			||||||
 | 
					  SchurDiagMooeeOperator<CompactWilsonExpCloverFermionR,LatticeFermion> HermOpEO_exp_compact(Dwe_compact);
 | 
				
			||||||
 | 
					  result_o=Zero();
 | 
				
			||||||
 | 
					  CG(HermOpEO_exp_compact,src_o,result_o);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  Grid_finalize();
 | 
					  Grid_finalize();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -60,18 +60,36 @@ int main (int argc, char ** argv)
 | 
				
			|||||||
  LatticeGaugeField Umu(&Grid); SU<Nc>::HotConfiguration(pRNG,Umu);
 | 
					  LatticeGaugeField Umu(&Grid); SU<Nc>::HotConfiguration(pRNG,Umu);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  LatticeFermion    src(&Grid); random(pRNG,src);
 | 
					  LatticeFermion    src(&Grid); random(pRNG,src);
 | 
				
			||||||
  LatticeFermion result(&Grid); result=Zero();
 | 
					  LatticeFermion result(&Grid);
 | 
				
			||||||
  LatticeFermion resid(&Grid); 
 | 
					  LatticeFermion resid(&Grid);
 | 
				
			||||||
 | 
					 | 
				
			||||||
  RealD mass = -0.1;
 | 
					 | 
				
			||||||
  RealD csw_r = 1.0;
 | 
					 | 
				
			||||||
  RealD csw_t = 1.0;
 | 
					 | 
				
			||||||
  WilsonCloverFermionR Dw(Umu, Grid, RBGrid, mass, csw_r, csw_t);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  ConjugateGradient<LatticeFermion> CG(1.0e-8,10000);
 | 
					  ConjugateGradient<LatticeFermion> CG(1.0e-8,10000);
 | 
				
			||||||
  SchurRedBlackDiagMooeeSolve<LatticeFermion> SchurSolver(CG);
 | 
					  SchurRedBlackDiagMooeeSolve<LatticeFermion> SchurSolver(CG);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  RealD mass = -0.1;
 | 
				
			||||||
 | 
					  RealD csw_r = 1.0;
 | 
				
			||||||
 | 
					  RealD csw_t = 1.0;
 | 
				
			||||||
 | 
					  RealD cF = 1.0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Testing Wilson Clover" << std::endl;
 | 
				
			||||||
 | 
					  WilsonCloverFermionR Dw(Umu, Grid, RBGrid, mass, csw_r, csw_t);
 | 
				
			||||||
 | 
					  result=Zero();
 | 
				
			||||||
  SchurSolver(Dw,src,result);
 | 
					  SchurSolver(Dw,src,result);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Testing Compact Wilson Clover" << std::endl;
 | 
				
			||||||
 | 
					  CompactWilsonCloverFermionR Dw_compact(Umu, Grid, RBGrid, mass, csw_r, csw_t, 0.0);
 | 
				
			||||||
 | 
					  result=Zero();
 | 
				
			||||||
 | 
					  SchurSolver(Dw_compact,src,result);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Testing Wilson Exp Clover" << std::endl;
 | 
				
			||||||
 | 
					  WilsonExpCloverFermionR Dwe(Umu, Grid, RBGrid, mass, csw_r, csw_t);
 | 
				
			||||||
 | 
					  result=Zero();
 | 
				
			||||||
 | 
					  SchurSolver(Dwe,src,result);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Testing Compact Wilson Exp Clover" << std::endl;
 | 
				
			||||||
 | 
					  CompactWilsonExpCloverFermionR Dwe_compact(Umu, Grid, RBGrid, mass, csw_r, csw_t, 0.0);
 | 
				
			||||||
 | 
					  result=Zero();
 | 
				
			||||||
 | 
					  SchurSolver(Dwe_compact,src,result);
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  Grid_finalize();
 | 
					  Grid_finalize();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -59,7 +59,7 @@ int main (int argc, char ** argv)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  LatticeFermion src(&Grid); random(pRNG,src);
 | 
					  LatticeFermion src(&Grid); random(pRNG,src);
 | 
				
			||||||
  RealD nrm = norm2(src);
 | 
					  RealD nrm = norm2(src);
 | 
				
			||||||
  LatticeFermion result(&Grid); result=Zero();
 | 
					  LatticeFermion result(&Grid);
 | 
				
			||||||
  LatticeGaugeField Umu(&Grid); SU<Nc>::HotConfiguration(pRNG,Umu);
 | 
					  LatticeGaugeField Umu(&Grid); SU<Nc>::HotConfiguration(pRNG,Umu);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  double volume=1;
 | 
					  double volume=1;
 | 
				
			||||||
@@ -70,11 +70,34 @@ int main (int argc, char ** argv)
 | 
				
			|||||||
  RealD mass = -0.1;
 | 
					  RealD mass = -0.1;
 | 
				
			||||||
  RealD csw_r = 1.0;
 | 
					  RealD csw_r = 1.0;
 | 
				
			||||||
  RealD csw_t = 1.0;
 | 
					  RealD csw_t = 1.0;
 | 
				
			||||||
 | 
					  RealD cF = 1.0;
 | 
				
			||||||
  WilsonCloverFermionR Dw(Umu, Grid, RBGrid, mass, csw_r, csw_t);
 | 
					  WilsonCloverFermionR Dw(Umu, Grid, RBGrid, mass, csw_r, csw_t);
 | 
				
			||||||
 | 
					  CompactWilsonCloverFermionR Dw_compact(Umu, Grid, RBGrid, mass, csw_r, csw_t, 0.0);
 | 
				
			||||||
 | 
					  WilsonExpCloverFermionR Dwe(Umu, Grid, RBGrid, mass, csw_r, csw_t);
 | 
				
			||||||
 | 
					  CompactWilsonExpCloverFermionR Dwe_compact(Umu, Grid, RBGrid, mass, csw_r, csw_t, 0.0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  MdagMLinearOperator<WilsonFermionR,LatticeFermion> HermOp(Dw);
 | 
					 | 
				
			||||||
  ConjugateGradient<LatticeFermion> CG(1.0e-8,10000);
 | 
					  ConjugateGradient<LatticeFermion> CG(1.0e-8,10000);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Testing Wilson Clover" << std::endl;
 | 
				
			||||||
 | 
					  MdagMLinearOperator<WilsonCloverFermionR,LatticeFermion> HermOp(Dw);
 | 
				
			||||||
 | 
					  result=Zero();
 | 
				
			||||||
  CG(HermOp,src,result);
 | 
					  CG(HermOp,src,result);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Testing Compact Wilson Clover" << std::endl;
 | 
				
			||||||
 | 
					  MdagMLinearOperator<CompactWilsonCloverFermionR,LatticeFermion> HermOp_compact(Dw_compact);
 | 
				
			||||||
 | 
					  result=Zero();
 | 
				
			||||||
 | 
					  CG(HermOp_compact,src,result);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Testing Wilson Exp Clover" << std::endl;
 | 
				
			||||||
 | 
					  MdagMLinearOperator<WilsonExpCloverFermionR,LatticeFermion> HermOp_exp(Dwe);
 | 
				
			||||||
 | 
					  result=Zero();
 | 
				
			||||||
 | 
					  CG(HermOp_exp,src,result);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::cout << GridLogMessage << "Testing Compact Wilson Exp Clover" << std::endl;
 | 
				
			||||||
 | 
					  MdagMLinearOperator<CompactWilsonExpCloverFermionR,LatticeFermion> HermOp_exp_compact(Dwe_compact);
 | 
				
			||||||
 | 
					  result=Zero();
 | 
				
			||||||
 | 
					  CG(HermOp_exp_compact,src,result);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  Grid_finalize();
 | 
					  Grid_finalize();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user