CHROMA
single_phase.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 // $Id: single_phase.h,v 3.1 2006-11-27 20:07:58 edwards Exp $
3 /*! \file
4  * \brief Compute a single phase factor
5  */
6 
7 #ifndef __single_phase_h__
8 #define __single_phase_h__
9 
10 #include "chromabase.h"
11 
12 namespace Chroma
13 {
14  //! A single exp(ip.x) phase used in hadron construction
15  /*! @ingroup ft */
16  LatticeComplex singlePhase(const multi1d<int>& t_srce,
17  const multi1d<int>& sink_mom,
18  int j_decay);
19 
20  LatticeComplex singlePhase(const multi1d<int>& t_srce,
21  const multi1d<int>& sink_mom) ;
22 
23 } // end namespace Chroma
24 
25 #endif
Primary include file for CHROMA library code.
LatticeComplex singlePhase(const multi1d< int > &t_srce, const multi1d< int > &sink_mom, int j_decay)
A single exp(ip.x) phase used in hadron construction.
Definition: single_phase.cc:13
multi1d< int > t_srce
int j_decay
Definition: meslate.cc:22
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10