CHROMA
Public Member Functions | Public Attributes | List of all members
Chroma::StochCondContEnv::Params Struct Reference

Parameter structure. More...

#include <stoch_cond_cont_w.h>

Public Member Functions

 Params ()
 Initialize. More...
 
 Params (XMLReader &xml_in, const std::string &path)
 Read parameters. More...
 
void writeXML (XMLWriter &xml_out, const std::string &path) const
 

Public Attributes

int mom2_max
 
multi1d< int > mom_origin
 
bool avg_equiv_mom
 
multi1d< std::string > soln_files
 

Detailed Description

Parameter structure.

Definition at line 29 of file stoch_cond_cont_w.h.

Constructor & Destructor Documentation

◆ Params() [1/2]

Chroma::StochCondContEnv::Params::Params ( )

Initialize.

Definition at line 47 of file stoch_cond_cont_w.cc.

◆ Params() [2/2]

Chroma::StochCondContEnv::Params::Params ( XMLReader &  xml_in,
const std::string &  path 
)

Read parameters.

Definition at line 53 of file stoch_cond_cont_w.cc.

References avg_equiv_mom, mom2_max, mom_origin, Chroma::read(), and soln_files.

Member Function Documentation

◆ writeXML()

void Chroma::StochCondContEnv::Params::writeXML ( XMLWriter &  xml_out,
const std::string &  path 
) const

Member Data Documentation

◆ avg_equiv_mom

bool Chroma::StochCondContEnv::Params::avg_equiv_mom

average over equivalent momenta

Definition at line 37 of file stoch_cond_cont_w.h.

Referenced by Chroma::StochCondContEnv::StochCondCont::operator()(), Params(), and writeXML().

◆ mom2_max

int Chroma::StochCondContEnv::Params::mom2_max

(mom)^2 <= mom2_max

Definition at line 35 of file stoch_cond_cont_w.h.

Referenced by Chroma::StochCondContEnv::StochCondCont::operator()(), Params(), and writeXML().

◆ mom_origin

multi1d<int> Chroma::StochCondContEnv::Params::mom_origin

Origin for the momentum

Definition at line 36 of file stoch_cond_cont_w.h.

Referenced by Chroma::StochCondContEnv::StochCondCont::operator()(), Params(), and writeXML().

◆ soln_files

multi1d<std::string> Chroma::StochCondContEnv::Params::soln_files

Stochastic quark prop solutions

Definition at line 39 of file stoch_cond_cont_w.h.

Referenced by Chroma::StochCondContEnv::StochCondCont::operator()(), Params(), and writeXML().


The documentation for this struct was generated from the following files: