dwfermi_field Class Reference
domain wall fermionic field
More...
#include <fermiqcd_dwfermi_field.h>
List of all members.
Public Member Functions |
| dwfermi_field () |
| dwfermi_field (mdp_lattice &a, int L5_, int nc_, int nspin_=4) |
| dwfermi_field (const 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_complex & | operator() (site x, int L5_, int a, int i) |
const mdp_complex & | operator() (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;
///
Constructor & Destructor Documentation
dwfermi_field::dwfermi_field |
( |
|
) |
[inline] |
dwfermi_field::dwfermi_field |
( |
mdp_lattice & |
a, |
|
|
int |
L5_, |
|
|
int |
nc_, |
|
|
int |
nspin_ = 4 | |
|
) |
| | [inline] |
dwfermi_field::dwfermi_field |
( |
const dwfermi_field & |
psi |
) |
[inline] |
Member Function Documentation
void dwfermi_field::allocate_dwfermi_field |
( |
mdp_lattice & |
a, |
|
|
int |
L5_, |
|
|
int |
nc_, |
|
|
int |
nspin_ = 4 | |
|
) |
| | [inline] |
const mdp_complex& dwfermi_field::operator() |
( |
site |
x, |
|
|
int |
L5_, |
|
|
int |
a, |
|
|
int |
i | |
|
) |
| | const [inline] |
mdp_complex& dwfermi_field::operator() |
( |
site |
x, |
|
|
int |
L5_, |
|
|
int |
a, |
|
|
int |
i | |
|
) |
| | [inline] |
mdp_matrix dwfermi_field::operator() |
( |
site |
x, |
|
|
int |
L5_, |
|
|
int |
a | |
|
) |
| | [inline] |
mdp_matrix dwfermi_field::operator() |
( |
site |
x, |
|
|
int |
L5_ | |
|
) |
| | [inline] |
void dwfermi_field::operator= |
( |
mdp_complex |
a |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: