From 5c23abe507a757a5ffb7bcaa9e8837dacf805971 Mon Sep 17 00:00:00 2001 From: ferben Date: Thu, 7 Nov 2019 11:57:40 +0000 Subject: [PATCH] commented on Notation --- Hadrons/Modules/MDistil/DistilCommon.hpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Hadrons/Modules/MDistil/DistilCommon.hpp b/Hadrons/Modules/MDistil/DistilCommon.hpp index 16b87bf1..da46b918 100644 --- a/Hadrons/Modules/MDistil/DistilCommon.hpp +++ b/Hadrons/Modules/MDistil/DistilCommon.hpp @@ -42,6 +42,23 @@ BEGIN_MODULE_NAMESPACE(MDistil) /****************************************************************************** Distillation code that is common across modules + + Documentation on how t use this code available at + + * https://aportelli.github.io/Hadrons-doc/#/mdistil * + + Notation for (stochastic) DistilParameters taken from 1104.3870: + + TI is interlaced dilution in time (corresponding to Nt = time-dimension of the lattice) + LI is interlaced dilution in laplacian-eigenvector space (corresponding to nvec) + SI is interlaced dilution in spin (corresponding to Ns, taken from Grid, usually Ns=4) + + This code automatically computes perambulators using exact distillation if + * (TI,LI,SI) = (Nt,nvec,Ns) * + In this case, nnoise=1 and Noises is set to an array of values =1 as well. + tsrc then specifies the only timeslice on which the sources are supported. + (( for stochastic distillation, the vaue of tsrc has no meaning in this code )) + ******************************************************************************/ struct DistilParameters: Serializable {