CHROMA
boson.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Boson action support
5  *
6  * Central include file for all boson action support
7  */
8 
9 /*! \defgroup boson Boson action support
10  * \ingroup actions
11  *
12  * Currently a very limited set operations by bosons
13  */
14 
15 #ifndef __actbosons_h__
16 #define __actbosons_h__
17 
18 #include "operator/klein_gord.h"
19 
20 #endif
21 
22 
Klein-Gordon operator.