CHROMA
Public Member Functions | Public Attributes | List of all members

Parameter structure. More...

#include <wilson_coarse_fine_gaugeact.h>

Public Member Functions

 WilsonCoarseFineGaugeActParams ()
 Base Constructor. More...
 
 WilsonCoarseFineGaugeActParams (XMLReader &xml_in, const std::string &path)
 Read params from some root path. More...
 

Public Attributes

multi1d< int > coarse_dirs
 
Real coeff_ff
 
Real coeff_cf
 
Real coeff_cc
 

Detailed Description

Parameter structure.

Definition at line 28 of file wilson_coarse_fine_gaugeact.h.

Constructor & Destructor Documentation

◆ WilsonCoarseFineGaugeActParams() [1/2]

Chroma::WilsonCoarseFineGaugeActParams::WilsonCoarseFineGaugeActParams ( )
inline

Base Constructor.

Definition at line 31 of file wilson_coarse_fine_gaugeact.h.

◆ WilsonCoarseFineGaugeActParams() [2/2]

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

Read params from some root path.

Definition at line 42 of file wilson_coarse_fine_gaugeact.cc.

References coarse_dirs, coeff_cc, coeff_cf, coeff_ff, and Chroma::read().

Member Data Documentation

◆ coarse_dirs

multi1d<int> Chroma::WilsonCoarseFineGaugeActParams::coarse_dirs

Directions for coarse lattice

Definition at line 36 of file wilson_coarse_fine_gaugeact.h.

Referenced by Chroma::WilsonCoarseFineGaugeAct::init(), and WilsonCoarseFineGaugeActParams().

◆ coeff_cc

Real Chroma::WilsonCoarseFineGaugeActParams::coeff_cc

General coefficient of coarse-coare plaquette

Definition at line 39 of file wilson_coarse_fine_gaugeact.h.

Referenced by Chroma::WilsonCoarseFineGaugeAct::init(), and WilsonCoarseFineGaugeActParams().

◆ coeff_cf

Real Chroma::WilsonCoarseFineGaugeActParams::coeff_cf

General coefficient of coarse-fine plaquette

Definition at line 38 of file wilson_coarse_fine_gaugeact.h.

Referenced by Chroma::WilsonCoarseFineGaugeAct::init(), and WilsonCoarseFineGaugeActParams().

◆ coeff_ff

Real Chroma::WilsonCoarseFineGaugeActParams::coeff_ff

General coefficient of fine-fine plaquette

Definition at line 37 of file wilson_coarse_fine_gaugeact.h.

Referenced by Chroma::WilsonCoarseFineGaugeAct::init(), and WilsonCoarseFineGaugeActParams().


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