2018-04-23 17:36:20 +01:00
|
|
|
/*************************************************************************************
|
|
|
|
|
|
|
|
Grid physics library, www.github.com/paboyle/Grid
|
|
|
|
|
|
|
|
Source file: extras/Hadrons/Modules.hpp
|
|
|
|
|
|
|
|
Copyright (C) 2015-2018
|
|
|
|
|
|
|
|
Author: Antonin Portelli <antonin.portelli@me.com>
|
|
|
|
Author: Guido Cossu <guido.cossu@ed.ac.uk>
|
|
|
|
Author: Lanny91 <andrew.lawson@gmail.com>
|
|
|
|
Author: pretidav <david.preti@csic.es>
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License along
|
|
|
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
|
|
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
|
|
|
|
See the full license in the file "LICENSE" in the top level distribution directory
|
|
|
|
*************************************************************************************/
|
|
|
|
/* END LEGAL */
|
2017-12-13 19:41:41 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MContraction/Baryon.hpp>
|
2017-12-01 19:38:23 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MContraction/Meson.hpp>
|
2017-12-13 19:41:41 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MContraction/WeakHamiltonian.hpp>
|
|
|
|
#include <Grid/Hadrons/Modules/MContraction/WeakHamiltonianNonEye.hpp>
|
2017-12-21 11:39:07 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MContraction/DiscLoop.hpp>
|
2017-12-13 19:41:41 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MContraction/WeakNeutral4ptDisc.hpp>
|
2017-12-21 11:39:07 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MContraction/Gamma3pt.hpp>
|
|
|
|
#include <Grid/Hadrons/Modules/MContraction/WardIdentity.hpp>
|
|
|
|
#include <Grid/Hadrons/Modules/MContraction/WeakHamiltonianEye.hpp>
|
2017-12-01 19:38:23 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MFermion/GaugeProp.hpp>
|
2017-12-13 19:41:41 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MSource/SeqGamma.hpp>
|
2017-12-21 11:39:07 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MSource/Point.hpp>
|
2017-12-13 19:41:41 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MSource/Wall.hpp>
|
|
|
|
#include <Grid/Hadrons/Modules/MSource/Z2.hpp>
|
2017-12-21 11:39:07 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MSource/SeqConserved.hpp>
|
|
|
|
#include <Grid/Hadrons/Modules/MSink/Smear.hpp>
|
|
|
|
#include <Grid/Hadrons/Modules/MSink/Point.hpp>
|
2018-02-26 19:22:43 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MSolver/LocalCoherenceLanczos.hpp>
|
2017-12-21 11:39:07 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MSolver/RBPrecCG.hpp>
|
|
|
|
#include <Grid/Hadrons/Modules/MGauge/Unit.hpp>
|
|
|
|
#include <Grid/Hadrons/Modules/MGauge/Random.hpp>
|
2018-01-12 13:35:51 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MGauge/FundtoHirep.hpp>
|
2018-02-26 19:22:43 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MGauge/StochEm.hpp>
|
2017-12-13 19:41:41 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MUtilities/TestSeqGamma.hpp>
|
2017-12-21 11:39:07 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MUtilities/TestSeqConserved.hpp>
|
|
|
|
#include <Grid/Hadrons/Modules/MLoop/NoiseLoop.hpp>
|
|
|
|
#include <Grid/Hadrons/Modules/MScalar/FreeProp.hpp>
|
|
|
|
#include <Grid/Hadrons/Modules/MScalar/Scalar.hpp>
|
|
|
|
#include <Grid/Hadrons/Modules/MScalar/ChargedProp.hpp>
|
|
|
|
#include <Grid/Hadrons/Modules/MAction/DWF.hpp>
|
|
|
|
#include <Grid/Hadrons/Modules/MAction/Wilson.hpp>
|
2018-01-12 13:35:51 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MAction/WilsonClover.hpp>
|
2018-02-27 19:32:19 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MAction/ZMobiusDWF.hpp>
|
2018-03-05 19:58:40 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MScalarSUN/ShiftProbe.hpp>
|
2018-01-22 19:37:47 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MScalarSUN/Div.hpp>
|
2018-01-10 11:25:59 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MScalarSUN/TrMag.hpp>
|
2018-03-02 17:55:18 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MScalarSUN/EMT.hpp>
|
2018-01-10 22:10:58 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MScalarSUN/TwoPoint.hpp>
|
2018-01-10 11:01:03 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MScalarSUN/TrPhi.hpp>
|
2018-03-02 17:34:23 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MScalarSUN/Utils.hpp>
|
2018-03-02 17:35:12 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MScalarSUN/TransProj.hpp>
|
2018-03-02 14:14:11 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MScalarSUN/TrKinetic.hpp>
|
2018-03-14 14:54:25 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MIO/LoadEigenPack.hpp>
|
2017-12-26 13:05:17 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MIO/LoadNersc.hpp>
|
2018-03-14 14:54:25 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MIO/LoadCoarseEigenPack.hpp>
|
2017-12-27 13:24:29 +00:00
|
|
|
#include <Grid/Hadrons/Modules/MIO/LoadBinary.hpp>
|