CHROMA
Classes | Macros | Functions
t_propagator_s.cc File Reference

Main code for propagator generation. More...

#include <iostream>
#include <cstdio>
#include "chroma.h"
#include "meas/hadron/stag_propShift_s.h"
#include "meas/hadron/pion_local_s.h"
#include "io/xml_group_reader.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, Propagator_input_t &input)
 
bool linkageHack (void)
 
int main (int argc, char **argv)
 

Detailed Description

Main code for propagator generation.

I using this code to DEBUG the HISQ inverter.

Definition in file t_propagator_s.cc.

Macro Definition Documentation

◆ MAIN

#define MAIN

Definition at line 11 of file t_propagator_s.cc.

Function Documentation

◆ linkageHack()

bool linkageHack ( void  )

◆ main()

int main ( int  argc,
char **  argv 
)

◆ read()

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