#include <fopr_CloverTerm.h>
|
| | Fopr_CloverTerm () |
| |
| | Fopr_CloverTerm (std::string repr) |
| |
| | ~Fopr_CloverTerm () |
| |
| void | set_parameters (const Parameters ¶ms) |
| |
| void | set_parameters (double kappa, double cSW, std::valarray< int > bc) |
| |
| void | set_config (Field *U) |
| | setting pointer to the gauge configuration. More...
|
| |
| void | set_mode (std::string mode) |
| | setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call. More...
|
| |
| std::string | get_mode () const |
| |
| const Field | mult (const Field &f) |
| | multiplies fermion operator to a given field and returns the resultant field. More...
|
| |
| const Field | mult_dag (const Field &f) |
| | hermitian conjugate of mult(const Field&). More...
|
| |
| void | mult (Field &v, const Field &f) |
| | multiplies fermion operator to a given field (2nd argument) More...
|
| |
| void | mult_dag (Field &v, const Field &f) |
| | hermitian conjugate of mult(Field&, const Field&). More...
|
| |
| void | mult_sigmaF (Field &, const Field &) |
| |
| const Field | mult_gm5 (const Field &f) |
| |
| void | mult_gm5 (Field &v, const Field &w) |
| |
| void | mult_isigma (Field_F &, const Field_F &, const int mu, const int nu) |
| |
| int | field_nvol () |
| | returns the volume for which the fermion operator is defined. More...
|
| |
| int | field_nin () |
| | returns the on-site d.o.f. for which the fermion operator is defined. More...
|
| |
| int | field_nex () |
| | returns the external d.o.f. for which the fermion operator is defined. More...
|
| |
| | Fopr () |
| |
| virtual | ~Fopr () |
| |
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
| |
| virtual void | mult_up (int mu, Field &, const Field &) |
| | nearest neighbor hopping term: temporary entry [H.Matsufuru] More...
|
| |
| virtual void | mult_dn (int mu, Field &, const Field &) |
| |
|
| void | init (std::string repr) |
| |
| void | tidyup () |
| |
| void | set_csw () |
| |
| void | set_fieldstrength (Field_G &, const int, const int) |
| |
| void | gm5_dirac (Field &, const Field &) |
| |
| void | gm5_chiral (Field &, const Field &) |
| |
| void | mult_csw (Field &, const Field &) |
| |
| void | mult_csw_dirac (Field &, const Field &) |
| |
| void | mult_csw_chiral (Field &, const Field &) |
| |
| void | mult_csw_dirac (Field_F &, const Field_F &) |
| |
| void | mult_csw_chiral (Field_F &, const Field_F &) |
| |
| int | sg_index (int mu, int nu) |
| |
Definition at line 51 of file fopr_CloverTerm.h.
| Fopr_CloverTerm::Fopr_CloverTerm |
( |
| ) |
|
|
inline |
| Fopr_CloverTerm::Fopr_CloverTerm |
( |
std::string |
repr | ) |
|
|
inline |
| Fopr_CloverTerm::~Fopr_CloverTerm |
( |
| ) |
|
|
inline |
| int Fopr_CloverTerm::field_nex |
( |
| ) |
|
|
inlinevirtual |
returns the external d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 156 of file fopr_CloverTerm.h.
| int Fopr_CloverTerm::field_nin |
( |
| ) |
|
|
inlinevirtual |
returns the on-site d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 155 of file fopr_CloverTerm.h.
| int Fopr_CloverTerm::field_nvol |
( |
| ) |
|
|
inlinevirtual |
returns the volume for which the fermion operator is defined.
Implements Fopr.
Definition at line 154 of file fopr_CloverTerm.h.
| std::string Fopr_CloverTerm::get_mode |
( |
| ) |
const |
|
inlinevirtual |
| void Fopr_CloverTerm::gm5_chiral |
( |
Field & |
w, |
|
|
const Field & |
f |
|
) |
| |
|
private |
| void Fopr_CloverTerm::gm5_dirac |
( |
Field & |
w, |
|
|
const Field & |
f |
|
) |
| |
|
private |
| void Fopr_CloverTerm::init |
( |
std::string |
repr | ) |
|
|
private |
| const Field Fopr_CloverTerm::mult |
( |
const Field & |
| ) |
|
|
inlinevirtual |
multiplies fermion operator to a given field and returns the resultant field.
Implements Fopr.
Definition at line 106 of file fopr_CloverTerm.h.
| void Fopr_CloverTerm::mult |
( |
Field & |
, |
|
|
const Field & |
|
|
) |
| |
|
inlinevirtual |
multiplies fermion operator to a given field (2nd argument)
Reimplemented from Fopr.
Definition at line 122 of file fopr_CloverTerm.h.
| void Fopr_CloverTerm::mult_csw |
( |
Field & |
v, |
|
|
const Field & |
w |
|
) |
| |
|
private |
| void Fopr_CloverTerm::mult_csw_chiral |
( |
Field & |
v, |
|
|
const Field & |
w |
|
) |
| |
|
private |
| void Fopr_CloverTerm::mult_csw_dirac |
( |
Field & |
v, |
|
|
const Field & |
w |
|
) |
| |
|
private |
| const Field Fopr_CloverTerm::mult_dag |
( |
const Field & |
| ) |
|
|
inlinevirtual |
| void Fopr_CloverTerm::mult_dag |
( |
Field & |
, |
|
|
const Field & |
|
|
) |
| |
|
inlinevirtual |
| const Field Fopr_CloverTerm::mult_gm5 |
( |
const Field & |
f | ) |
|
|
inline |
| void Fopr_CloverTerm::mult_gm5 |
( |
Field & |
v, |
|
|
const Field & |
w |
|
) |
| |
| void Fopr_CloverTerm::mult_isigma |
( |
Field_F & |
v, |
|
|
const Field_F & |
w, |
|
|
const int |
mu, |
|
|
const int |
nu |
|
) |
| |
| void Fopr_CloverTerm::mult_sigmaF |
( |
Field & |
v, |
|
|
const Field & |
f |
|
) |
| |
| void Fopr_CloverTerm::set_config |
( |
Field * |
| ) |
|
|
virtual |
| void Fopr_CloverTerm::set_csw |
( |
| ) |
|
|
private |
| void Fopr_CloverTerm::set_fieldstrength |
( |
Field_G & |
Fst, |
|
|
const int |
mu, |
|
|
const int |
nu |
|
) |
| |
|
private |
| void Fopr_CloverTerm::set_mode |
( |
std::string |
mode | ) |
|
|
inlinevirtual |
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call.
Reimplemented from Fopr.
Definition at line 96 of file fopr_CloverTerm.h.
| void Fopr_CloverTerm::set_parameters |
( |
const Parameters & |
params | ) |
|
|
virtual |
| void Fopr_CloverTerm::set_parameters |
( |
double |
kappa, |
|
|
double |
cSW, |
|
|
std::valarray< int > |
bc |
|
) |
| |
| int Fopr_CloverTerm::sg_index |
( |
int |
mu, |
|
|
int |
nu |
|
) |
| |
|
inlineprivate |
| void Fopr_CloverTerm::tidyup |
( |
| ) |
|
|
private |
| std::valarray<int> Fopr_CloverTerm::m_boundary |
|
private |
| double Fopr_CloverTerm::m_cSW |
|
private |
| void(Fopr_CloverTerm::* Fopr_CloverTerm::m_csw)(Field &, const Field &) |
|
private |
| void(Fopr_CloverTerm::* Fopr_CloverTerm::m_gm5)(Field &, const Field &) |
|
private |
| double Fopr_CloverTerm::m_kappa |
|
private |
| std::string Fopr_CloverTerm::m_mode |
|
private |
| int Fopr_CloverTerm::m_Nc |
|
private |
| int Fopr_CloverTerm::m_Nd |
|
private |
| int Fopr_CloverTerm::m_Ndim |
|
private |
| int Fopr_CloverTerm::m_NinF |
|
private |
| int Fopr_CloverTerm::m_Nvol |
|
private |
| std::string Fopr_CloverTerm::m_repr |
|
private |
| const Field_G* Fopr_CloverTerm::m_U |
|
private |
The documentation for this class was generated from the following files: