CHROMA
periodic_fermbc_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Periodic fermionic BC
4  */
5 
6 #ifndef __periodic_fermbc_w_h__
7 #define __periodic_fermbc_w_h__
8 
10 
11 namespace Chroma
12 {
13  //! Name and registration
14  /*! \ingroup fermbcs */
15  namespace WilsonTypePeriodicFermBCEnv
16  {
17  extern const std::string name;
18  bool registerAll();
19  }
20 
21 }
22 
23 #endif
const std::string name
Name to be used.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979
Fermion action boundary conditions.