#include <config.h>
#include <math.h>
#include <util/qcdio.h>
#include <alg/alg_smear.h>
#include <util/lattice.h>
#include <util/gjp.h>
#include <util/error.h>
#include <util/site.h>
#include <util/link_buffer.h>
#include <util/smalloc.h>
Go to the source code of this file.
Namespaces | |
| namespace | cps |
AlgOlegSmear:
Ape smearing with Thomas' SU(3) projection.
This provides Ape smearing with Thomas' SU(3) projection, used in the static-light matrix elements study by Oleg, Taku, Thomas. Needs to set the parameters properly to do the same thing they did: asa.coef = 1; asa.orthog =-1; asa.tolerance = ?; This class is derived from AlgApeSmear, which uses the build-in SU(3) projection that all the other AlgSmear classes use.
This class is primarily for the test of the new static-light code by Yasumichi. For future projects, HYP or stout smearing might be better to use.
Definition in file alg_smear_oleg.C.
1.3.9.1