1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-02 16:34:12 +01:00

Hadrons: code cleaning

This commit is contained in:
2016-12-06 12:12:59 +09:00
parent 646b11f5c2
commit bd1d1cca34
4 changed files with 7 additions and 5 deletions
@@ -73,7 +73,7 @@ public:
};
/******************************************************************************
* TMeson implementation *
* TMeson implementation *
******************************************************************************/
// constructor /////////////////////////////////////////////////////////////////
template <typename FImpl1, typename FImpl2>
+2 -2
View File
@@ -38,9 +38,9 @@ BEGIN_HADRONS_NAMESPACE
Point source
------------
* src_x = delta_x,o
* src_x = delta_x,position
* options: o
* options:
- position: space-separated integer sequence (e.g. "0 1 1 0")
*/
+3 -1
View File
@@ -38,7 +38,9 @@ BEGIN_HADRONS_NAMESPACE
Z_2 stochastic source
-----------------------------
* src_x = eta_x * theta(x_3 - ta) * theta(tb - x_3)
* src_x = eta_x * theta(x_3 - tA) * theta(tB - x_3)
the eta_x are independent uniform random numbers in {+/- 1 +/- i}
* options:
- tA: begin timeslice (integer)
+1 -1
View File
@@ -1,7 +1,7 @@
/*******************************************************************************
Grid physics library, www.github.com/paboyle/Grid
Source file: programs/Hadrons/Hadrons.cc
Source file: tests/hadrons/Test_hadrons_xmldriven.cc
Copyright (C) 2015