#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::vector< int > bc) |
|
void | set_config (Field *U) |
| setting pointer to the gauge configuration. More...
|
|
void | set_config (unique_ptr< Field_G > &U) |
|
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 |
| only for Fopr_Overlap 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 &) |
|
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...
|
|
double | flop_count () |
| this returns the number of floating point operations. 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 &) |
|
|
static const std::string | class_name = "Fopr_CloverTerm" |
|
|
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 53 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 146 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 145 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 144 of file fopr_CloverTerm.h.
double Fopr_CloverTerm::flop_count |
( |
| ) |
|
|
virtual |
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 |
void Fopr_CloverTerm::mult |
( |
Field & |
, |
|
|
const Field & |
|
|
) |
| |
|
inlinevirtual |
multiplies fermion operator to a given field (2nd argument)
Implements Fopr.
Definition at line 120 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 |
void Fopr_CloverTerm::mult_dag |
( |
Field & |
, |
|
|
const Field & |
|
|
) |
| |
|
inlinevirtual |
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 110 of file fopr_CloverTerm.h.
void Fopr_CloverTerm::set_parameters |
( |
const Parameters & |
params | ) |
|
|
virtual |
void Fopr_CloverTerm::set_parameters |
( |
double |
kappa, |
|
|
double |
cSW, |
|
|
std::vector< int > |
bc |
|
) |
| |
int Fopr_CloverTerm::sg_index |
( |
int |
mu, |
|
|
int |
nu |
|
) |
| |
|
inlineprivate |
void Fopr_CloverTerm::tidyup |
( |
| ) |
|
|
private |
const std::string Fopr_CloverTerm::class_name = "Fopr_CloverTerm" |
|
static |
std::vector<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: