CHROMA
Classes | Functions
t_ritz5d_KS.cc File Reference
#include "chroma.h"

Go to the source code of this file.

Classes

struct  Param_t
 Parameters for running program. More...
 

Functions

void readParams (const std::string &filename, Param_t &params)
 
void dumpParams (XMLWriter &writer, Param_t &params)
 
int main (int argc, char **argv)
 

Function Documentation

◆ dumpParams()

void dumpParams ( XMLWriter &  writer,
Param_t params 
)

Definition at line 67 of file t_ritz5d_KS.cc.

References params, Chroma::pop(), Chroma::push(), and Chroma::write().

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

◆ readParams()

void readParams ( const std::string &  filename,
Param_t params 
)

Definition at line 33 of file t_ritz5d_KS.cc.

References params, Chroma::read(), and Chroma::StaggeredTypeFermBCEnv::reader().

Referenced by main().