CHROMA
lib
meas
sources
walfil_w.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \brief Wall source construction
4
*/
5
6
#ifndef __wallfil_w_h__
7
#define __wallfil_w_h__
8
9
namespace
Chroma
10
{
11
12
//! Fill a specific color and spin index with 1.0 on a wall
13
/*!
14
* \ingroup sources
15
*
16
* This routine is specific to Wilson fermions!
17
*
18
* \param a Source fermion
19
* \param slice time slice
20
* \param mu direction of slice
21
* \param color_index Color index
22
* \param spin_index Spin index
23
*/
24
void
walfil
(LatticeFermion&
a
,
int
slice,
int
mu
,
int
color_index,
int
spin_index);
25
26
}
// end namespace Chroma
27
28
#endif
mu
int mu
Definition:
cool.cc:24
Chroma::walfil
void walfil(LatticeStaggeredFermion &a, int slice, int mu, int color_index, int src_index)
Fill a specific color and spin index with 1.0 on a wall.
Definition:
walfil_s.cc:36
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Chroma::a
Complex a
Definition:
invbicg.cc:95
Generated by
1.9.1