1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-04-29 23:16:00 +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)