CHROMA
Classes | Functions | Variables
Chroma::InlineWilsonFlowEnv Namespace Reference

Classes

struct  Params
 Parameter structure. More...
 
class  InlineMeas
 Inline task for running the gauge Wilson Flow. More...
 

Functions

void read (XMLReader &xml, const std::string &path, Params::NamedObject_t &input)
 Read input – gauge fields. More...
 
void write (XMLWriter &xml, const std::string &path, const Params::NamedObject_t &input)
 write output – gauge fields More...
 
void read (XMLReader &xml, const std::string &path, Params::Param_t &input)
 read input More...
 
void write (XMLWriter &xml, const std::string &path, const Params::Param_t &input)
 write output More...
 
void read (XMLReader &xml, const std::string &path, Params &input)
 read input More...
 
void write (XMLWriter &xml, const std::string &path, const Params &input)
 write output More...
 
bool registerAll ()
 Register all the factories. More...
 

Variables

const std::string name = "WILSON_FLOW"
 

Function Documentation

◆ read() [1/3]

void Chroma::InlineWilsonFlowEnv::read ( XMLReader &  xml,
const std::string &  path,
Params input 
)

read input

Definition at line 89 of file inline_wilson_flow.cc.

References Chroma::tmp.

◆ read() [2/3]

void Chroma::InlineWilsonFlowEnv::read ( XMLReader &  xml,
const std::string &  path,
Params::NamedObject_t input 
)

◆ read() [3/3]

void Chroma::InlineWilsonFlowEnv::read ( XMLReader &  xml,
const std::string &  path,
Params::Param_t input 
)

◆ registerAll()

bool Chroma::InlineWilsonFlowEnv::registerAll ( )

◆ write() [1/3]

void Chroma::InlineWilsonFlowEnv::write ( XMLWriter &  xml,
const std::string &  path,
const Params input 
)

◆ write() [2/3]

void Chroma::InlineWilsonFlowEnv::write ( XMLWriter &  xml,
const std::string &  path,
const Params::NamedObject_t input 
)

◆ write() [3/3]

void Chroma::InlineWilsonFlowEnv::write ( XMLWriter &  xml,
const std::string &  path,
const Params::Param_t input 
)

Variable Documentation

◆ name

const std::string Chroma::InlineWilsonFlowEnv::name = "WILSON_FLOW"