#include <fermiqcd_staggered_field.h>
Inheritance diagram for staggered_field:

Public Member Functions | |
| staggered_field (mdp_lattice &a, int nc_, int nspin_=4) | |
| staggered_field (staggered_field &chi) | |
| staggered_field (const staggered_field &chi) | |
| void | operator= (const staggered_field &chi) |
| mdp_matrix | operator() (site x) |
| mdp_complex & | operator() (site x, int i) |
| const mdp_complex & | operator() (site x, int i) const |
| void | operator= (mdp_complex a) |
| mdp_real | component (site x, int mu) |
| mdp_real | eta (site x, int mu) |
| mdp_real | eps (site x) |
| mdp_real | type (site x) |
Public Attributes | |
| int | nc |
| int | ndim |
| int | nspin |
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;
1.4.1