CHROMA
Classes | Macros | Functions
t_disc_loop_s.cc File Reference

Main code for propagator generation. More...

#include <iostream>
#include <cstdio>
#include "chroma.h"
#include "meas/hadron/stag_propShift_s.h"

Go to the source code of this file.

Classes

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

Macros

#define MAIN
 

Functions

void read (XMLReader &xml, const std::string &path, Prop_t &input)
 
void read (XMLReader &xml, const std::string &path, Propagator_input_t &input)
 
int main (int argc, char **argv)
 

Detailed Description

Main code for propagator generation.

Definition in file t_disc_loop_s.cc.

Macro Definition Documentation

◆ MAIN

#define MAIN

Definition at line 8 of file t_disc_loop_s.cc.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ read() [1/2]

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

Definition at line 74 of file t_disc_loop_s.cc.

References Prop_t::prop_file, and Chroma::read().

◆ read() [2/2]

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