|
CHROMA
|
#include <iostream>#include <sstream>#include <iomanip>#include <string>#include <cstdio>#include <stdlib.h>#include <sys/time.h>#include <math.h>#include "chroma.h"#include "actions/ferm/invert/syssolver_linop_cg.h"#include "actions/ferm/invert/quda_solvers/syssolver_quda_clover_params.h"#include "actions/ferm/invert/quda_solvers/syssolver_linop_clover_quda_0.3.h"#include "actions/ferm/fermstates/ferm_createstate_reader_w.h"#include "actions/ferm/invert/syssolver_linop_factory.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 33 of file t_invert4_precwilson.cc.
References Chroma::chi(), fermact_xml, Chroma::gaussian(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::p, Chroma::PLUS, Chroma::psi, Chroma::r, Chroma::S_f, Chroma::tmp, Chroma::u, and Chroma::zero.
Referenced by main().
| bool linkageHack | ( | void | ) |
Definition at line 87 of file t_invert4_precwilson.cc.
References Chroma::InlineAggregateEnv::registerAll(), and Chroma::GaugeInitEnv::registerAll().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 98 of file t_invert4_precwilson.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 79 of file t_invert4_precwilson.cc.
References Chroma::p, Chroma::r, Chroma::read(), and Chroma::readXMLGroup().