staggered_field Class Reference
staggered fermionic field
More...
#include <fermiqcd_staggered_field.h>
List of all members.
Detailed Description
staggered fermionic field
Example:
/// staggered_field psi(lattice,nc);
/// mdp_site x(lattice);
/// forallsites(x)
/// for(int i=0; i<nc; i++)
/// psi(x,i)=0.0+0.0*I;
///
Constructor & Destructor Documentation
staggered_field::staggered_field |
( |
mdp_lattice & |
a, |
|
|
int |
nc_, |
|
|
int |
nspin_ = 4 | |
|
) |
| | [inline] |
Member Function Documentation
mdp_real staggered_field::component |
( |
site |
x, |
|
|
int |
mu | |
|
) |
| | [inline] |
mdp_real staggered_field::eps |
( |
site |
x |
) |
[inline] |
mdp_real staggered_field::eta |
( |
site |
x, |
|
|
int |
mu | |
|
) |
| | [inline] |
const mdp_complex& staggered_field::operator() |
( |
site |
x, |
|
|
int |
i | |
|
) |
| | const [inline] |
mdp_complex& staggered_field::operator() |
( |
site |
x, |
|
|
int |
i | |
|
) |
| | [inline] |
mdp_matrix staggered_field::operator() |
( |
site |
x |
) |
[inline] |
void staggered_field::operator= |
( |
mdp_complex |
a |
) |
[inline] |
mdp_real staggered_field::type |
( |
site |
x |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: