Grid 0.7.0
Action.h
Go to the documentation of this file.
1 /*************************************************************************************
2
3 Grid physics library, www.github.com/paboyle/Grid
4
5 Source file: ./lib/qcd/action/Actions.h
6
7 Copyright (C) 2015
8
9Author: Azusa Yamaguchi <ayamaguc@staffmail.ed.ac.uk>
10Author: Peter Boyle <pabobyle@ph.ed.ac.uk>
11Author: Peter Boyle <paboyle@ph.ed.ac.uk>
12Author: Peter Boyle <peterboyle@Peters-MacBook-Pro-2.local>
13Author: neo <cossu@post.kek.jp>
14Author: paboyle <paboyle@ph.ed.ac.uk>
15
16 This program is free software; you can redistribute it and/or modify
17 it under the terms of the GNU General Public License as published by
18 the Free Software Foundation; either version 2 of the License, or
19 (at your option) any later version.
20
21 This program is distributed in the hope that it will be useful,
22 but WITHOUT ANY WARRANTY; without even the implied warranty of
23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 GNU General Public License for more details.
25
26 You should have received a copy of the GNU General Public License along
27 with this program; if not, write to the Free Software Foundation, Inc.,
28 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
29
30 See the full license in the file "LICENSE" in the top level distribution directory
31 *************************************************************************************/
32 /* END LEGAL */
33#ifndef GRID_QCD_ACTION_H
34#define GRID_QCD_ACTION_H
35
62
64// Abstract base interface
68NAMESPACE_CHECK(ActionCore);
71// Fermion actions; prevent coupling fermion.cc files to other headers
75NAMESPACE_CHECK(FermionCore);
79NAMESPACE_CHECK(Fermion);
82// Pseudo fermion combinations for HMC
86NAMESPACE_CHECK(PseudoFermion);
88
89#endif
#define NAMESPACE_CHECK(x)
Definition Namespace.h:39