1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-27 09:47:08 +01:00

Adding metric and the implicit steps

This commit is contained in:
Guido Cossu
2017-02-21 11:30:57 +00:00
parent 97a6b61551
commit 902afcfbaf
8 changed files with 287 additions and 59 deletions

View File

@@ -50,6 +50,7 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
////////////////////////////////////////////
#include <Grid/qcd/action/gauge/GaugeImplementations.h>
#include <Grid/qcd/utils/WilsonLoops.h>
#include <Grid/qcd/utils/Metric.h>
#include <Grid/qcd/utils/CovariantLaplacian.h>
#include <Grid/qcd/action/fermion/WilsonCompressor.h> //used by all wilson type fermions

View File

@@ -80,7 +80,7 @@ public:
///////////////////////////////////////////////////////////
// Move these to another class
// HMC auxiliary functions
// HMC auxiliary functions
static inline void generate_momenta(Field &P, GridParallelRNG &pRNG) {
// specific for SU gauge fields
LinkField Pmu(P._grid);