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
9
Author: Azusa Yamaguchi <ayamaguc@staffmail.ed.ac.uk>
10
Author: Peter Boyle <pabobyle@ph.ed.ac.uk>
11
Author: Peter Boyle <paboyle@ph.ed.ac.uk>
12
Author: Peter Boyle <peterboyle@Peters-MacBook-Pro-2.local>
13
Author: neo <cossu@post.kek.jp>
14
Author: 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
66
#include <
Grid/qcd/action/ActionCore.h
>
68
NAMESPACE_CHECK
(ActionCore);
71
// Fermion actions; prevent coupling fermion.cc files to other headers
73
#include <
Grid/qcd/action/fermion/FermionCore.h
>
75
NAMESPACE_CHECK
(FermionCore);
77
#include <
Grid/qcd/action/fermion/Fermion.h
>
79
NAMESPACE_CHECK
(Fermion);
82
// Pseudo fermion combinations for HMC
84
#include <
Grid/qcd/action/pseudofermion/PseudoFermion.h
>
86
NAMESPACE_CHECK
(PseudoFermion);
88
89
#endif
ActionCore.h
FermionCore.h
Fermion.h
NAMESPACE_CHECK
#define NAMESPACE_CHECK(x)
Definition
Namespace.h:39
PseudoFermion.h
Grid
qcd
action
Action.h
Generated by
1.16.1