CHROMA
hamiltonian_io.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Hamiltonion IO
4  */
5 
6 #ifndef HAMILTONIAN_IO_H
7 #define HAMILTONIAN_IO_H
8 
9 #include "chromabase.h"
10 #include "io/monomial_io.h"
12 
13 
14 namespace Chroma
15 {
16 
17  /*! \ingroup io */
18  void read(XMLReader& xml, const std::string& path,
20 
21 }
22 
23 
24 #endif
Primary include file for CHROMA library code.
Class for counted reference semantics.
Definition: handle.h:33
Exact Hamiltonians.
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams &param)
Read parameters.
Monomial IO.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979