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

Params for Hyp link smearing. More...

#include <hyp_link_smearing.h>

Public Member Functions

 Params ()
 
 Params (XMLReader &in, const std::string &path)
 Parameters for running code. More...
 
void writeXML (XMLWriter &in, const std::string &path) const
 Parameters for running code. More...
 

Public Attributes

Real alpha1
 
Real alpha2
 
Real alpha3
 
int num_smear
 
int no_smear_dir
 
int BlkMax
 
Real BlkAccu
 

Detailed Description

Params for Hyp link smearing.

Definition at line 24 of file hyp_link_smearing.h.

Constructor & Destructor Documentation

◆ Params() [1/2]

Chroma::HypLinkSmearingEnv::Params::Params ( )
inline

Definition at line 26 of file hyp_link_smearing.h.

◆ Params() [2/2]

Chroma::HypLinkSmearingEnv::Params::Params ( XMLReader &  in,
const std::string &  path 
)

Parameters for running code.

Definition at line 65 of file hyp_link_smearing.cc.

References alpha1, alpha2, alpha3, BlkAccu, BlkMax, no_smear_dir, num_smear, and Chroma::read().

Member Function Documentation

◆ writeXML()

void Chroma::HypLinkSmearingEnv::Params::writeXML ( XMLWriter &  in,
const std::string &  path 
) const

Parameters for running code.

Definition at line 109 of file hyp_link_smearing.cc.

References alpha1, alpha2, alpha3, BlkAccu, BlkMax, Chroma::AsqtadFermActEnv::name, num_smear, Chroma::pop(), Chroma::push(), and Chroma::write().

Referenced by Chroma::write().

Member Data Documentation

◆ alpha1

Real Chroma::HypLinkSmearingEnv::Params::alpha1

staple coefficient "1"

Definition at line 30 of file hyp_link_smearing.h.

Referenced by Chroma::HypLinkSmearingEnv::LinkSmear::operator()(), Params(), and writeXML().

◆ alpha2

Real Chroma::HypLinkSmearingEnv::Params::alpha2

staple coefficient "2"

Definition at line 31 of file hyp_link_smearing.h.

Referenced by Chroma::HypLinkSmearingEnv::LinkSmear::operator()(), Params(), and writeXML().

◆ alpha3

Real Chroma::HypLinkSmearingEnv::Params::alpha3

staple coefficient "3"

Definition at line 32 of file hyp_link_smearing.h.

Referenced by Chroma::HypLinkSmearingEnv::LinkSmear::operator()(), Params(), and writeXML().

◆ BlkAccu

Real Chroma::HypLinkSmearingEnv::Params::BlkAccu

Relative error to maximize trace

Definition at line 36 of file hyp_link_smearing.h.

Referenced by Chroma::HypLinkSmearingEnv::LinkSmear::operator()(), Params(), and writeXML().

◆ BlkMax

int Chroma::HypLinkSmearingEnv::Params::BlkMax

Max number of iterations

Definition at line 35 of file hyp_link_smearing.h.

Referenced by Chroma::HypLinkSmearingEnv::LinkSmear::operator()(), Params(), and writeXML().

◆ no_smear_dir

int Chroma::HypLinkSmearingEnv::Params::no_smear_dir

Direction to not smear

Definition at line 34 of file hyp_link_smearing.h.

Referenced by Chroma::HypLinkSmearingEnv::LinkSmear::operator()(), and Params().

◆ num_smear

int Chroma::HypLinkSmearingEnv::Params::num_smear

Number of smearing hits

Definition at line 33 of file hyp_link_smearing.h.

Referenced by Chroma::HypLinkSmearingEnv::LinkSmear::operator()(), Params(), and writeXML().


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