|
Bridge++
Ver. 1.1.x
|
#include <fopr_Wilson.h>
Classes | |
| class | Fopr_Wilson_impl |
| Wilson fermion operator. More... | |
Public Member Functions | |
| Fopr_Wilson () | |
| Fopr_Wilson (std::string repr) | |
| ~Fopr_Wilson () | |
| void | set_parameters (const Parameters ¶ms) |
| void | set_parameters (const double kappa, const 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... | |
| const Field | mult_gm5 (const Field &f) |
| 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 | D (Field &w, const Field &v) |
| void | Ddag (Field &w, const Field &v) |
| void | DdagD (Field &w, const Field &v) |
| void | H (Field &w, const Field &v) |
| const Field_F | mult_gm5p (int mu, const Field_F &w) |
| 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) |
| void | fprop_normalize (Field &v) |
| void | fopr_normalize (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... | |
Public Member Functions inherited from Fopr | |
| Fopr () | |
| virtual | ~Fopr () |
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
Private Attributes | |
| Fopr_Wilson_impl * | m_impl |
Additional Inherited Members | |
Protected Attributes inherited from Fopr | |
| Bridge::VerboseLevel | m_vl |
Definition at line 53 of file fopr_Wilson.h.
| Fopr_Wilson::Fopr_Wilson | ( | ) |
Definition at line 76 of file fopr_Wilson.cpp.
| Fopr_Wilson::Fopr_Wilson | ( | std::string | repr | ) |
Definition at line 80 of file fopr_Wilson.cpp.
| Fopr_Wilson::~Fopr_Wilson | ( | ) |
Definition at line 84 of file fopr_Wilson.cpp.
Definition at line 113 of file fopr_Wilson.cpp.
Definition at line 117 of file fopr_Wilson.cpp.
Definition at line 121 of file fopr_Wilson.cpp.
|
inlinevirtual |
returns the external d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 117 of file fopr_Wilson.h.
|
inlinevirtual |
returns the on-site d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 115 of file fopr_Wilson.h.
|
inlinevirtual |
returns the volume for which the fermion operator is defined.
Implements Fopr.
Definition at line 113 of file fopr_Wilson.h.
| void Fopr_Wilson::fopr_normalize | ( | Field & | v | ) |
Definition at line 148 of file fopr_Wilson.cpp.
| void Fopr_Wilson::fprop_normalize | ( | Field & | v | ) |
Definition at line 144 of file fopr_Wilson.cpp.
|
virtual |
Reimplemented from Fopr.
Definition at line 96 of file fopr_Wilson.cpp.
Definition at line 125 of file fopr_Wilson.cpp.
multiplies fermion operator to a given field and returns the resultant field.
Implements Fopr.
Definition at line 72 of file fopr_Wilson.h.
multiplies fermion operator to a given field (2nd argument)
Reimplemented from Fopr.
Definition at line 100 of file fopr_Wilson.cpp.
hermitian conjugate of mult(const Field&).
Reimplemented from Fopr.
Definition at line 80 of file fopr_Wilson.h.
hermitian conjugate of mult(Field&, const Field&).
Reimplemented from Fopr.
Definition at line 104 of file fopr_Wilson.cpp.
Reimplemented from Fopr.
Definition at line 139 of file fopr_Wilson.cpp.
Definition at line 88 of file fopr_Wilson.h.
Definition at line 108 of file fopr_Wilson.cpp.
Definition at line 130 of file fopr_Wilson.cpp.
adding the hopping to nearest neighbor site in mu-th direction.
Reimplemented from Fopr.
Definition at line 135 of file fopr_Wilson.cpp.
|
virtual |
setting pointer to the gauge configuration.
Implements Fopr.
Definition at line 88 of file fopr_Wilson.cpp.
|
virtual |
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call.
Reimplemented from Fopr.
Definition at line 92 of file fopr_Wilson.cpp.
|
virtual |
Implements Fopr.
Definition at line 46 of file fopr_Wilson.cpp.
| void Fopr_Wilson::set_parameters | ( | const double | kappa, |
| const std::valarray< int > | bc | ||
| ) |
Definition at line 71 of file fopr_Wilson.cpp.
|
private |
Definition at line 122 of file fopr_Wilson.h.