CHROMA
Classes | Namespaces | Functions
sh_zN_grid_source_const.h File Reference

Shell source construction this source implements a ZN (were N = Nc) for baryonic states It also works on mesoning 2 quark states. The idea is to increase statistics with a grid source construction This trick has been used by the Kentucky group. I think all I am doing is implementing what they have already done. I know that there are many grid sources in Chroma but I what one that works as I want... More...

#include "meas/sources/source_construction.h"
#include "io/xml_group_reader.h"

Go to the source code of this file.

Classes

struct  Chroma::ShellZnGridQuarkSourceConstEnv::Params
 Point source parameters. More...
 
class  Chroma::ShellZnGridQuarkSourceConstEnv::SourceConst< T >
 Shell source construction. More...
 

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 
 Chroma::ShellZnGridQuarkSourceConstEnv
 Hooks to register the class.
 

Functions

bool Chroma::ShellZnGridQuarkSourceConstEnv::registerAll ()
 Register all the factories. More...
 
std::string Chroma::ShellZnGridQuarkSourceConstEnv::getName ()
 Return the name. More...
 
void Chroma::read (XMLReader &xml, const std::string &path, ShellZnGridQuarkSourceConstEnv::Params &param)
 Reader. More...
 
void Chroma::write (XMLWriter &xml, const std::string &path, const ShellZnGridQuarkSourceConstEnv::Params &param)
 Writer. More...
 

Detailed Description

Shell source construction this source implements a ZN (were N = Nc) for baryonic states It also works on mesoning 2 quark states. The idea is to increase statistics with a grid source construction This trick has been used by the Kentucky group. I think all I am doing is implementing what they have already done. I know that there are many grid sources in Chroma but I what one that works as I want...

Definition in file sh_zN_grid_source_const.h.