CHROMA
ferm_createstate_reader_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief All ferm create-state method
4  */
5 
6 #ifndef __ferm_createstate_reader_w_h__
7 #define __ferm_createstate_reader_w_h__
8 
9 #include "create_state.h"
10 #include "handle.h"
11 
12 namespace Chroma
13 {
14  //! State reader
15  /*! @ingroup fermstates */
16  namespace CreateFermStateEnv
17  {
18  //! Helper function for the CreateFermState readers
19  Handle< CreateFermState< LatticeFermion,
20  multi1d<LatticeColorMatrix>,
21  multi1d<LatticeColorMatrix> > > reader(XMLReader& xml_in,
22  const std::string& path);
23  }
24 
25 }
26 
27 #endif
Create a connection state.
Class for counted reference semantics.
Handle< CreateFermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > reader(XMLReader &xml_in, const std::string &path)
Helper function for the CreateFermState readers.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979