CHROMA
Classes | Namespaces | Functions
multipole_w.h File Reference

Multipole moments. More...

Go to the source code of this file.

Classes

struct  Chroma::Multipole_t
 Storage structure to hold electric and magnetic multipole moments. More...
 
struct  Chroma::Multipole_t::ElecMag_t
 

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Functions

void Chroma::read (XMLReader &xml, const std::string &path, Multipole_t &pole)
 Read a Multipole_t. More...
 
void Chroma::write (XMLWriter &xml, const std::string &path, const Multipole_t &pole)
 Write a Multipole_t. More...
 
void Chroma::multipole (const LatticePropagator &quark_propagator, const LatticePropagator &seq_quark_prop, int GammaInsertion, int max_power, int j_decay, int t0, XMLWriter &xml, const std::string &xml_group)
 Compute contractions for multipole moments. More...
 

Detailed Description

Multipole moments.

Compute multipole moment within two hadron states using spherical harmonic expansion

Definition in file multipole_w.h.