CHROMA
fermbcs_reader_s.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Fermionic boundary condition reader
4  */
5 
6 #ifndef __fermbcs_reader_s_h__
7 #define __fermbcs_reader_s_h__
8 
9 #include "fermbc.h"
10 #include "handle.h"
11 
12 namespace Chroma
13 {
14  //! Registration aggregator
15  /*! \ingroup fermbcs */
16  namespace StaggeredTypeFermBCEnv
17  {
18  //! Helper function for the FermionAction readers
19  /*!
20  * This structure should not be replicated. This routine helps maintain
21  * backwards compatibility with the FermionAction readers by looking for
22  * either the "boundary" tag or the FermionBC group
23  */
24  Handle< FermBC<LatticeStaggeredFermion,
25  multi1d<LatticeColorMatrix>,
26  multi1d<LatticeColorMatrix> > > reader(XMLReader& xml_in,
27  const std::string& path);
28  }
29 }
30 
31 #endif
Fermion action boundary conditions.
Class for counted reference semantics.
Handle< FermBC< LatticeStaggeredFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > reader(XMLReader &xml_in, const std::string &path)
Helper function for the FermionAction readers.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979