CHROMA
schr_gaugebc_params.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Schroedinger functional gauge boundary conditions
4  */
5 
6 #ifndef __gaugebc_schr_params_h__
7 #define __gaugebc_schr_params_h__
8 
9 #include "chromabase.h"
10 
11 namespace Chroma
12 {
13 
14  /*! @ingroup gaugebcs */
17  SchrGaugeBCParams(XMLReader& xml, const std::string& path);
18 
19  int loop_extent; /*!< Maximum loop extent in decay direction */
20  Real SchrPhiMult; /*!< Multiplier of phases on boundaries */
21  int decay_dir; /*!< Decay direction */
22  };
23 
24  /*! @ingroup gaugebcs */
25  void read(XMLReader& xml, const std::string& path, SchrGaugeBCParams& p);
26 
27  /*! @ingroup gaugebcs */
28  void write(XMLWriter& xml, const std::string& path, const SchrGaugeBCParams& p);
29 
30 }
31 
32 #endif
Primary include file for CHROMA library code.
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams &param)
Read parameters.
void write(XMLWriter &xml, const std::string &path, const AsqtadFermActParams &param)
Writer parameters.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979