Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

dwfermi_field Class Reference

domain wall fermionic field More...

#include <fermiqcd_dwfermi_field.h>

Inheritance diagram for dwfermi_field:

mdp_complex_field mdp_field< mdp_complex > List of all members.

Public Member Functions

 dwfermi_field (mdp_lattice &a, int L5_, int nc_, int nspin_=4)
 dwfermi_field (dwfermi_field &psi)
void allocate_dwfermi_field (mdp_lattice &a, int L5_, int nc_, int nspin_=4)
mdp_matrix operator() (site x, int L5_)
mdp_matrix operator() (site x, int L5_, int a)
mdp_complexoperator() (site x, int L5_, int a, int i)
const mdp_complexoperator() (site x, int L5_, int a, int i) const
void operator= (mdp_complex a)

Public Attributes

int nspin
int nc
int L5

Detailed Description

domain wall fermionic field

Example:

    int L5=10; // size in 5th dimension 
    fermi_field psi(lattice,L5,nc);
    mdp_site x(lattice);
    forallsites(x)
       for(int k=0; k<L5; k++)
         for(int spin=0; spin<4; spin++)
           for(int i=0; i<nc; i++)
             psi(x,k,spin,i)=0.0+0.0*I;
    


The documentation for this class was generated from the following file:
Generated on Sun Feb 27 15:12:24 2005 by  doxygen 1.4.1