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 67 of file t_ritz5d_KS.cc.
References params, Chroma::pop(), Chroma::push(), and Chroma::write().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Wilsoniums;
Definition at line 103 of file t_ritz5d_KS.cc.
References Chroma::UnprecOvlapContFrac5DFermActArray::createState(), dumpParams(), Chroma::EigSpecRitzKS(), Chroma::finalize(), Chroma::fixMMev2Mev(), Chroma::gaugeStartup(), Chroma::gaussian(), Chroma::getXMLInputFileName(), Chroma::getXMLOutputInstance(), Chroma::i, Chroma::initialize(), Chroma::UnprecOvlapContFrac5DFermActArray::linOp(), Chroma::WilsonTypeFermAct5D< T, P, Q >::lMdagM(), Chroma::MesPlq(), n, N5, Nd, params, Chroma::PLUS, Chroma::pop(), Chroma::psi, Chroma::push(), r_norm, readParams(), Chroma::s(), Chroma::UnprecOvlapContFrac5DFermActArray::size(), Chroma::u, and Chroma::write().
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().