|
Bridge++
Ver. 1.1.x
|
#include <fopr_Clover.h>
Public Member Functions | |
| Fopr_Clover () | |
| Fopr_Clover (std::string repr) | |
| ~Fopr_Clover () | |
| 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 | DdagD (Field &, const Field &) |
| void | D (Field &, const Field &) |
| void | Ddag (Field &, const Field &) |
| void | H (Field &, const Field &) |
| void | mult_gm5 (Field &v, const Field &w) |
| const Field | mult_gm5 (const Field &w) |
| void | mult_up (int mu, Field &v, const Field &w) |
| nearest neighbor hopping term: temporary entry [H.Matsufuru] More... | |
| void | mult_dn (int mu, 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... | |
Public Member Functions inherited from Fopr | |
| Fopr () | |
| virtual | ~Fopr () |
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
Private Member Functions | |
| void | init (std::string repr) |
| void | tidyup () |
Private Attributes | |
| double | m_kappa |
| hopping parameter More... | |
| double | m_cSW |
| clover coefficient More... | |
| std::valarray< int > | m_boundary |
| boundary conditions More... | |
| std::string | m_repr |
| gamma matrix representation More... | |
| std::string | m_mode |
| mode of multiplication More... | |
| int | m_Nvol |
| int | m_Ndim |
| int | m_Nc |
| int | m_Nd |
| int | m_NinF |
| internal parameters More... | |
| Fopr_Wilson * | m_fopr_w |
| Wilson fermion kernel. More... | |
| Fopr_CloverTerm * | m_fopr_csw |
| Clover term operator. More... | |
| const Field_G * | m_U |
| gauge configuration (pointer) More... | |
Additional Inherited Members | |
Protected Attributes inherited from Fopr | |
| Bridge::VerboseLevel | m_vl |
Definition at line 47 of file fopr_Clover.h.
|
inline |
Definition at line 66 of file fopr_Clover.h.
|
inline |
Definition at line 72 of file fopr_Clover.h.
|
inline |
Definition at line 78 of file fopr_Clover.h.
Definition at line 167 of file fopr_Clover.cpp.
Definition at line 144 of file fopr_Clover.cpp.
Definition at line 131 of file fopr_Clover.cpp.
|
inlinevirtual |
returns the external d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 181 of file fopr_Clover.h.
|
inlinevirtual |
returns the on-site d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 180 of file fopr_Clover.h.
|
inlinevirtual |
returns the volume for which the fermion operator is defined.
Implements Fopr.
Definition at line 179 of file fopr_Clover.h.
|
inlinevirtual |
Reimplemented from Fopr.
Definition at line 98 of file fopr_Clover.h.
Definition at line 156 of file fopr_Clover.cpp.
|
private |
Definition at line 103 of file fopr_Clover.cpp.
multiplies fermion operator to a given field and returns the resultant field.
Implements Fopr.
Definition at line 103 of file fopr_Clover.h.
multiplies fermion operator to a given field (2nd argument)
Reimplemented from Fopr.
Definition at line 119 of file fopr_Clover.h.
hermitian conjugate of mult(const Field&).
Reimplemented from Fopr.
Definition at line 111 of file fopr_Clover.h.
hermitian conjugate of mult(Field&, const Field&).
Reimplemented from Fopr.
Definition at line 135 of file fopr_Clover.h.
Reimplemented from Fopr.
Definition at line 171 of file fopr_Clover.h.
Definition at line 156 of file fopr_Clover.h.
Definition at line 161 of file fopr_Clover.h.
Definition at line 179 of file fopr_Clover.cpp.
nearest neighbor hopping term: temporary entry [H.Matsufuru]
Reimplemented from Fopr.
Definition at line 166 of file fopr_Clover.h.
|
inlinevirtual |
setting pointer to the gauge configuration.
Implements Fopr.
Definition at line 86 of file fopr_Clover.h.
|
inlinevirtual |
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call.
Reimplemented from Fopr.
Definition at line 93 of file fopr_Clover.h.
|
virtual |
Implements Fopr.
Definition at line 48 of file fopr_Clover.cpp.
| void Fopr_Clover::set_parameters | ( | double | kappa, |
| double | cSW, | ||
| std::valarray< int > | bc | ||
| ) |
|
private |
Definition at line 123 of file fopr_Clover.cpp.
|
private |
boundary conditions
Definition at line 52 of file fopr_Clover.h.
|
private |
clover coefficient
Definition at line 51 of file fopr_Clover.h.
|
private |
Clover term operator.
Definition at line 59 of file fopr_Clover.h.
|
private |
Wilson fermion kernel.
Definition at line 58 of file fopr_Clover.h.
|
private |
hopping parameter
Definition at line 50 of file fopr_Clover.h.
|
private |
mode of multiplication
Definition at line 54 of file fopr_Clover.h.
|
private |
Definition at line 56 of file fopr_Clover.h.
|
private |
Definition at line 56 of file fopr_Clover.h.
|
private |
Definition at line 56 of file fopr_Clover.h.
|
private |
internal parameters
Definition at line 56 of file fopr_Clover.h.
|
private |
Definition at line 56 of file fopr_Clover.h.
|
private |
gamma matrix representation
Definition at line 53 of file fopr_Clover.h.
|
private |
gauge configuration (pointer)
Definition at line 60 of file fopr_Clover.h.