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

Params for Gauss quark smearing. More...

#include <gaus_quark_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 wvf_param
 
int wvfIntPar
 
int no_smear_dir
 

Detailed Description

Params for Gauss quark smearing.

Definition at line 24 of file gaus_quark_smearing.h.

Constructor & Destructor Documentation

◆ Params() [1/2]

Chroma::GausQuarkSmearingEnv::Params::Params ( )
inline

Definition at line 26 of file gaus_quark_smearing.h.

◆ Params() [2/2]

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

Parameters for running code.

Definition at line 88 of file gaus_quark_smearing.cc.

References no_smear_dir, Chroma::read(), wvf_param, and wvfIntPar.

Member Function Documentation

◆ writeXML()

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

Parameters for running code.

Definition at line 99 of file gaus_quark_smearing.cc.

References Chroma::GausQuarkSmearingEnv::getName(), no_smear_dir, Chroma::pop(), Chroma::push(), Chroma::write(), wvf_param, and wvfIntPar.

Referenced by Chroma::write().

Member Data Documentation

◆ no_smear_dir

int Chroma::GausQuarkSmearingEnv::Params::no_smear_dir

No smearing in this direction

Definition at line 32 of file gaus_quark_smearing.h.

Referenced by Chroma::GausQuarkSmearingEnv::QuarkSmear< T >::operator()(), Params(), and writeXML().

◆ wvf_param

Real Chroma::GausQuarkSmearingEnv::Params::wvf_param

Smearing width

Definition at line 30 of file gaus_quark_smearing.h.

Referenced by Chroma::GausQuarkSmearingEnv::QuarkSmear< T >::operator()(), Params(), and writeXML().

◆ wvfIntPar

int Chroma::GausQuarkSmearingEnv::Params::wvfIntPar

Number of smearing hits

Definition at line 31 of file gaus_quark_smearing.h.

Referenced by Chroma::GausQuarkSmearingEnv::QuarkSmear< T >::operator()(), Params(), and writeXML().


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