Bridge++
Ver. 1.3.x
|
#include <fopr_Wilson_General.h>
Classes | |
class | Fopr_Wilson_General_impl |
Wilson_General fermion operator. More... | |
Public Member Functions | |
Fopr_Wilson_General () | |
Fopr_Wilson_General (std::string repr) | |
~Fopr_Wilson_General () | |
void | set_parameters (const Parameters ¶ms) |
void | set_parameters (const double kappa_s, const double kappa_t, const double nu_s, const double r_s, const 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_gm5 (Field &w, const Field &v) |
void | proj_chiral (Field &w, const int ex1, const Field &v, const int ex2, const int ipm) |
void | D (Field &w, const Field &v) |
void | Ddag (Field &w, const Field &v) |
void | DdagD (Field &w, const Field &v) |
void | DDdag (Field &w, const Field &v) |
void | H (Field &w, const Field &v) |
void | D_ex (Field &w, const int ex1, const Field &v, const int ex2) |
this function is assumed to be exclusively used from domain-wall fermions. More... | |
void | mult_gm5p (int mu, Field_F &v, const Field_F &w) |
this function is used for derivatives in force calculation. More... | |
void | mult_up (int mu, Field &w, const Field &v) |
adding the hopping to nearest neighbor site in mu-th direction. More... | |
void | mult_dn (int mu, Field &w, const Field &v) |
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 number operations. More... | |
![]() | |
Fopr () | |
virtual | ~Fopr () |
void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
Static Public Attributes | |
static const std::string | class_name = "Fopr_Wilson_General" |
Private Attributes | |
Fopr_Wilson_General_impl * | m_impl |
Additional Inherited Members | |
![]() | |
Bridge::VerboseLevel | m_vl |
Definition at line 47 of file fopr_Wilson_General.h.
Fopr_Wilson_General::Fopr_Wilson_General | ( | ) |
Definition at line 98 of file fopr_Wilson_General.cpp.
Fopr_Wilson_General::Fopr_Wilson_General | ( | std::string | repr | ) |
Definition at line 102 of file fopr_Wilson_General.cpp.
Fopr_Wilson_General::~Fopr_Wilson_General | ( | ) |
Definition at line 106 of file fopr_Wilson_General.cpp.
Definition at line 141 of file fopr_Wilson_General.cpp.
this function is assumed to be exclusively used from domain-wall fermions.
Definition at line 165 of file fopr_Wilson_General.cpp.
Definition at line 145 of file fopr_Wilson_General.cpp.
Definition at line 149 of file fopr_Wilson_General.cpp.
Definition at line 153 of file fopr_Wilson_General.cpp.
|
inlinevirtual |
returns the external d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 104 of file fopr_Wilson_General.h.
|
inlinevirtual |
returns the on-site d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 102 of file fopr_Wilson_General.h.
|
inlinevirtual |
returns the volume for which the fermion operator is defined.
Implements Fopr.
Definition at line 100 of file fopr_Wilson_General.h.
|
virtual |
this returns the number of floating point number operations.
Reimplemented from Fopr.
Definition at line 179 of file fopr_Wilson_General.cpp.
|
virtual |
only for Fopr_Overlap
Reimplemented from Fopr.
Definition at line 118 of file fopr_Wilson_General.cpp.
Definition at line 157 of file fopr_Wilson_General.cpp.
multiplies fermion operator to a given field (2nd argument)
Implements Fopr.
Definition at line 123 of file fopr_Wilson_General.cpp.
hermitian conjugate of mult(Field&, const Field&).
Reimplemented from Fopr.
Definition at line 127 of file fopr_Wilson_General.cpp.
Reimplemented from Fopr.
Definition at line 175 of file fopr_Wilson_General.cpp.
Definition at line 136 of file fopr_Wilson_General.cpp.
this function is used for derivatives in force calculation.
Definition at line 161 of file fopr_Wilson_General.cpp.
adding the hopping to nearest neighbor site in mu-th direction.
Reimplemented from Fopr.
Definition at line 171 of file fopr_Wilson_General.cpp.
void Fopr_Wilson_General::proj_chiral | ( | Field & | w, |
const int | ex1, | ||
const Field & | v, | ||
const int | ex2, | ||
const int | ipm | ||
) |
Definition at line 131 of file fopr_Wilson_General.cpp.
|
virtual |
setting pointer to the gauge configuration.
Implements Fopr.
Definition at line 110 of file fopr_Wilson_General.cpp.
|
inlinevirtual |
Implements Fopr.
Definition at line 67 of file fopr_Wilson_General.h.
|
virtual |
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call.
Reimplemented from Fopr.
Definition at line 114 of file fopr_Wilson_General.cpp.
|
virtual |
Implements Fopr.
Definition at line 64 of file fopr_Wilson_General.cpp.
void Fopr_Wilson_General::set_parameters | ( | const double | kappa_s, |
const double | kappa_t, | ||
const double | nu_s, | ||
const double | r_s, | ||
const std::vector< int > | bc | ||
) |
Definition at line 92 of file fopr_Wilson_General.cpp.
|
static |
Definition at line 50 of file fopr_Wilson_General.h.
|
private |
Definition at line 112 of file fopr_Wilson_General.h.