1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +01:00

added comments

This commit is contained in:
2019-11-08 11:15:51 +00:00
parent 293bfe17d1
commit 65aa54804e
2 changed files with 14 additions and 1 deletions

View File

@ -36,7 +36,12 @@ BEGIN_HADRONS_NAMESPACE
BEGIN_MODULE_NAMESPACE(MDistil)
/******************************************************************************
* PerambFromSolve *
* PerambFromSolve
This module computes a perambulator from an already completed solve.
Optionally, the number of eigenvectors used in the perambulator and the
parameter LI can be chosen to be lower than the ones in the solve, allowing
for a study of the signal with different values of nvec.
******************************************************************************/
class PerambFromSolvePar: Serializable