CHROMA
Classes | Functions
qproptrev.cc File Reference

Time-reverse 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  QpropTRev_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, QpropTRev_input_t &input)
 
int main (int argc, char *argv[])
 

Detailed Description

Time-reverse a propagator.

Definition in file qproptrev.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 51 of file qproptrev.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 39 of file qproptrev.cc.

References 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,
QpropTRev_input_t input 
)

Definition at line 76 of file qproptrev.cc.

References QpropTRev_input_t::param, QpropTRev_input_t::prop, and Chroma::read().