CHROMA
Classes | Functions
inline_polar_source_w.cc File Reference
#include <iostream>
#include <cstdio>
#include "chroma.h"

Go to the source code of this file.

Classes

struct  Prop_t
 Propagators. More...
 
struct  SeqSource_input_t
 Mega-structure of all input. More...
 

Functions

void read (XMLReader &xml, const std::string &path, Prop_t &input)
 Propagator parameters. More...
 
void read (XMLReader &xml, const std::string &path, SeqSource_input_t &input)
 
int main (int argc, char **argv)
 Sequential source generation. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ read() [1/2]

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

Propagator parameters.

Definition at line 36 of file inline_polar_source_w.cc.

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

◆ read() [2/2]

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