#include <fopr_CloverTerm_eo.h>
|
| | Fopr_CloverTerm_eo (std::string repr) |
| |
| | ~Fopr_CloverTerm_eo () |
| |
| void | set_parameters (const Parameters ¶ms) |
| |
| void | set_parameters (const double kappa, const double cSW, const std::valarray< int > bc) |
| |
| void | set_config (Field *Ueo) |
| | 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) |
| | return D = D^dag = 1-f_ee or 1-f_oo 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_isigma (Field_F &, const Field_F &, const int mu, const int nu) |
| |
| const Field | D (const Field &f, const int ieo) |
| |
| void | D (Field &v, const Field &f, const int ieo) |
| |
| std::vector< double > | csmatrix (const int &) |
| |
| 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 &) |
| |
Definition at line 54 of file fopr_CloverTerm_eo.h.
| Fopr_CloverTerm_eo::Fopr_CloverTerm_eo |
( |
std::string |
repr | ) |
|
|
inline |
| Fopr_CloverTerm_eo::~Fopr_CloverTerm_eo |
( |
| ) |
|
|
inline |
| std::vector< double > Fopr_CloverTerm_eo::csmatrix |
( |
const int & |
site | ) |
|
| const Field Fopr_CloverTerm_eo::D |
( |
const Field & |
f, |
|
|
const int |
ieo |
|
) |
| |
|
inline |
| void Fopr_CloverTerm_eo::D |
( |
Field & |
v, |
|
|
const Field & |
f, |
|
|
const int |
ieo |
|
) |
| |
| int Fopr_CloverTerm_eo::field_nex |
( |
| ) |
|
|
inlinevirtual |
returns the external d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 160 of file fopr_CloverTerm_eo.h.
| int Fopr_CloverTerm_eo::field_nin |
( |
| ) |
|
|
inlinevirtual |
returns the on-site d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 159 of file fopr_CloverTerm_eo.h.
| int Fopr_CloverTerm_eo::field_nvol |
( |
| ) |
|
|
inlinevirtual |
| std::string Fopr_CloverTerm_eo::get_mode |
( |
| ) |
const |
|
inlinevirtual |
| void Fopr_CloverTerm_eo::init |
( |
std::string |
repr | ) |
|
|
private |
| const Field Fopr_CloverTerm_eo::mult |
( |
const Field & |
f | ) |
|
|
inlinevirtual |
| void Fopr_CloverTerm_eo::mult |
( |
Field & |
, |
|
|
const Field & |
|
|
) |
| |
|
inlinevirtual |
multiplies fermion operator to a given field (2nd argument)
Reimplemented from Fopr.
Definition at line 126 of file fopr_CloverTerm_eo.h.
| void Fopr_CloverTerm_eo::mult_csw |
( |
Field_F & |
, |
|
|
const Field_F & |
, |
|
|
const int |
ieo |
|
) |
| |
|
private |
| const Field Fopr_CloverTerm_eo::mult_dag |
( |
const Field & |
| ) |
|
|
inlinevirtual |
| void Fopr_CloverTerm_eo::mult_dag |
( |
Field & |
, |
|
|
const Field & |
|
|
) |
| |
|
inlinevirtual |
| void Fopr_CloverTerm_eo::mult_isigma |
( |
Field_F & |
v, |
|
|
const Field_F & |
w, |
|
|
const int |
mu, |
|
|
const int |
nu |
|
) |
| |
| void Fopr_CloverTerm_eo::set_config |
( |
Field * |
| ) |
|
|
virtual |
| void Fopr_CloverTerm_eo::set_csw |
( |
| ) |
|
|
private |
| void Fopr_CloverTerm_eo::set_fieldstrength |
( |
Field_G & |
Fst, |
|
|
const int |
mu, |
|
|
const int |
nu |
|
) |
| |
|
private |
| void Fopr_CloverTerm_eo::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 99 of file fopr_CloverTerm_eo.h.
| void Fopr_CloverTerm_eo::set_parameters |
( |
const Parameters & |
params | ) |
|
|
virtual |
| void Fopr_CloverTerm_eo::set_parameters |
( |
const double |
kappa, |
|
|
const double |
cSW, |
|
|
const std::valarray< int > |
bc |
|
) |
| |
| int Fopr_CloverTerm_eo::sg_index |
( |
int |
mu, |
|
|
int |
nu |
|
) |
| |
|
inlineprivate |
| std::valarray<int> Fopr_CloverTerm_eo::m_boundary |
|
private |
| double Fopr_CloverTerm_eo::m_cSW |
|
private |
Gamma Matrix and Sigma_{mu,nu} = -i [Gamma_mu, Gamma_nu] /2.
Definition at line 65 of file fopr_CloverTerm_eo.h.
| double Fopr_CloverTerm_eo::m_kappa |
|
private |
| std::string Fopr_CloverTerm_eo::m_mode |
|
private |
| void(Fopr_CloverTerm_eo::* Fopr_CloverTerm_eo::m_mult)(Field &, const Field &) |
|
private |
| int Fopr_CloverTerm_eo::m_Nc |
|
private |
| int Fopr_CloverTerm_eo::m_Nd |
|
private |
| int Fopr_CloverTerm_eo::m_Ndim |
|
private |
| int Fopr_CloverTerm_eo::m_Ndm2 |
|
private |
| int Fopr_CloverTerm_eo::m_NinF |
|
private |
| int Fopr_CloverTerm_eo::m_Nvol |
|
private |
| int Fopr_CloverTerm_eo::m_Nvol2 |
|
private |
| std::string Fopr_CloverTerm_eo::m_repr |
|
private |
| const Field_G* Fopr_CloverTerm_eo::m_Ueo |
|
private |
The documentation for this class was generated from the following files: