1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

Added and tested the covariant laplacian + CG solver

This commit is contained in:
Guido Cossu
2017-02-13 15:05:01 +00:00
parent 9e72a6b22e
commit 08fdf05528
3 changed files with 147 additions and 1 deletions

View File

@ -48,9 +48,9 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
////////////////////////////////////////////
// Utility functions
////////////////////////////////////////////
//#include <Grid/qcd/action/gauge/GaugeImplTypes.h>
#include <Grid/qcd/action/gauge/GaugeImplementations.h>
#include <Grid/qcd/utils/WilsonLoops.h>
#include <Grid/qcd/utils/CovariantLaplacian.h>
#include <Grid/qcd/action/fermion/WilsonCompressor.h> //used by all wilson type fermions
#include <Grid/qcd/action/fermion/FermionOperatorImpl.h>