CHROMA
Classes | Functions
qpropgfix.cc File Reference

Applies gauge transformation matrices on a propagator. More...

#include "chroma.h"

Go to the source code of this file.

Classes

struct  Param_t
 Parameters for running program. More...
 
struct  Prop_t
 Propagators. More...
 
struct  QpropGFix_input_t
 

Functions

void read (XMLReader &xml, const std::string &path, Prop_t &input)
 Propagator parameters. More...
 
void read (XMLReader &xml, const std::string &path, Param_t &param)
 Parameters for running code. More...
 
void read (XMLReader &xml, const std::string &path, QpropGFix_input_t &input)
 
int main (int argc, char *argv[])
 

Detailed Description

Applies gauge transformation matrices on a propagator.

Definition in file qpropgfix.cc.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ read() [1/3]

void read ( XMLReader &  xml,
const std::string &  path,
Param_t param 
)

Parameters for running code.

Definition at line 54 of file qpropgfix.cc.

References Param_t::nrow, and Chroma::read().

◆ read() [2/3]

void read ( XMLReader &  xml,
const std::string &  path,
Prop_t input 
)

Propagator parameters.

Definition at line 41 of file qpropgfix.cc.

References Prop_t::gfix_in_file, Prop_t::prop_in_file, Prop_t::prop_out_file, Prop_t::prop_out_volfmt, and Chroma::read().

◆ read() [3/3]

void read ( XMLReader &  xml,
const std::string &  path,
QpropGFix_input_t input 
)