Dear João Lopes,
From: Matthias Troyer troyer@phys.ethz.ch Date: Thu, 28 Aug 2008 07:58:43 -0600
Please check in the output of the measurements how many measurements were actually done. For such a tiny lattice there are probably many many more sweeps done in the minimum time of the run than you specified.
FYI, you can restrict the total number of sweeps to SWEEPS specified in the paramter file by activating the line 159 in qmc/looper/path_integral.C :
// if (!mcs.can_work()) return;
which is commented out by factory default.
Synge