|
CHROMA
|
#include "chroma.h"#include <iostream>#include <sstream>#include <iomanip>#include <string>#include <cstdio>#include <stdlib.h>#include <sys/time.h>#include <math.h>#include "io/xml_group_reader.h"#include "actions/ferm/fermstates/ferm_createstate_reader_w.h"#include "actions/ferm/invert/syssolver_linop_factory.h"#include "actions/ferm/invert/minvcg2.h"#include "actions/ferm/fermacts/clover_fermact_params_w.h"#include "actions/ferm/linop/eoprec_clover_dumb_linop_w.h"#include "actions/ferm/invert/qphix/multi_syssolver_mdagm_cg_clover_qphix_w.h"Go to the source code of this file.
Classes | |
| struct | AppParams |
Functions | |
| void | checkInverter (const AppParams &p, multi1d< LatticeColorMatrix > &u) |
| void | read (XMLReader &r, const std::string path, AppParams &p) |
| bool | linkageHack (void) |
| int | main (int argc, char **argv) |
| void checkInverter | ( | const AppParams & | p, |
| multi1d< LatticeColorMatrix > & | u | ||
| ) |
Definition at line 38 of file t_minvert_qphix.cc.
References Chroma::chi(), fermact_xml, Chroma::gaussian(), Chroma::i, Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::MINUS, Chroma::MInvCG2(), Chroma::SystemSolverResults_t::n_count, norm, Chroma::p, Chroma::PLUS, Chroma::psi, Chroma::r, Chroma::RsdCG, Chroma::S_f, tmp2, Chroma::u, and Chroma::zero.
Referenced by main().
| bool linkageHack | ( | void | ) |
Definition at line 158 of file t_minvert_qphix.cc.
References Chroma::InlineAggregateEnv::registerAll(), and Chroma::GaugeInitEnv::registerAll().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 169 of file t_minvert_qphix.cc.
References checkInverter(), Chroma::finalize(), Chroma::gaugeStartup(), Chroma::getXMLInputFileName(), Chroma::getXMLOutputInstance(), Chroma::initialize(), Chroma::linkageHack(), Chroma::MesPlq(), Nd, params, Chroma::pop(), Chroma::push(), Chroma::read(), Chroma::u, Chroma::unitarityCheck(), and Chroma::write().
| void read | ( | XMLReader & | r, |
| const std::string | path, | ||
| AppParams & | p | ||
| ) |
Definition at line 149 of file t_minvert_qphix.cc.
References Chroma::p, Chroma::r, Chroma::read(), and Chroma::readXMLGroup().