CHROMA
|
#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 ¶ms) |
void | dumpParams (XMLWriter &writer, Param_t ¶ms) |
int | main (int argc, char **argv) |
void dumpParams | ( | XMLWriter & | writer, |
Param_t & | params | ||
) |
Definition at line 55 of file t_ritz.cc.
References params, Chroma::pop(), Chroma::push(), and Chroma::write().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Wilsoniums;
Definition at line 82 of file t_ritz.cc.
References Chroma::FermionAction< T, P, Q >::createState(), dumpParams(), Chroma::EigSpecRitzCG(), Chroma::finalize(), Chroma::gaugeStartup(), Chroma::gaussian(), Chroma::getXMLInputFileName(), Chroma::getXMLOutputInstance(), Chroma::i, Chroma::initialize(), Chroma::WilsonTypeFermAct< T, P, Q >::lMdagM(), Chroma::MesPlq(), Nd, params, Chroma::pop(), Chroma::psi, Chroma::push(), readParams(), Chroma::s(), Chroma::u, and Chroma::write().
void readParams | ( | const std::string & | filename, |
Param_t & | params | ||
) |
Definition at line 27 of file t_ritz.cc.
References params, Chroma::read(), and Chroma::StaggeredTypeFermBCEnv::reader().
Referenced by main().