Bridge++
Ver. 2.0.2
|
#include <fopr_Wilson_impl.h>
Public Member Functions | |
Fopr_Wilson (const Parameters ¶ms) | |
standard constructor with input parameters. More... | |
DEPRECATED | Fopr_Wilson () |
DEPRECATED | Fopr_Wilson (const std::string repr) |
~Fopr_Wilson () | |
void | set_parameters (const Parameters ¶ms) |
sets parameters by a Parameter object: to be implemented in a subclass. More... | |
void | set_parameters (const double kappa, const std::vector< int > bc) |
void | get_parameters (Parameters ¶ms) const |
gets parameters by a Parameter object: to be implemented in a subclass. More... | |
void | set_config (Field *U) |
sets the gauge configuration. More... | |
void | set_mode (const 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 |
void | mult (Field &v, const Field &w) |
multiplies fermion operator to a given field. More... | |
void | mult_dag (Field &v, const Field &w) |
hermitian conjugate of mult. More... | |
void | mult (Field &v, const Field &w, const std::string mod) |
executes mult with specified mode (unchanging internal mode). More... | |
void | mult_dag (Field &v, const Field &w, const std::string mode) |
executes mult_dag with specified mode (unchanging internal mode). More... | |
void | mult_gm5 (Field &v, const Field &w) |
multiplies gamma_5 matrix. More... | |
void | mult_up (const int mu, Field &v, const Field &w) |
upward nearest neighbor hopping term. More... | |
void | mult_dn (const int mu, Field &v, const Field &w) |
downward nearest neighbor hopping term. More... | |
void | D (Field &, const Field &) |
void | D_ex (Field &v, const int ex1, const Field &w, const int ex2) |
void | Ddag (Field &, const Field &) |
void | DdagD (Field &, const Field &) |
void | DDdag (Field &, const Field &) |
void | H (Field &, const Field &) |
void | proj_chiral (Field &w, const int ex1, const Field &v, const int ex2, const int ipm) |
void | mult_gm5p (const int mu, Field &v, const Field &w) |
int | field_nin () |
returns the on-site degree of freedom of the fermion field. More... | |
int | field_nvol () |
returns the volume of the fermion field. More... | |
int | field_nex () |
returns the external degree of freedom of the fermion field. More... | |
double | flop_count () |
this returns the number of floating point operations. More... | |
Public Member Functions inherited from AFopr< Field > | |
AFopr () | |
virtual | ~AFopr () |
virtual std::string | get_mode () const |
returns the current mult mode. More... | |
virtual void | normalize_fprop (Field &) |
normalize propagator if necessary (default: do nothing) More... | |
virtual void | normalize_fopr (Field &) |
normalize propagator if necessary (default: do nothing) More... | |
virtual double | flop_count (const std::string mode) |
returns the flops per site for specified mode. More... | |
virtual bool | needs_convert () |
returns true if additional field conversion is needed. More... | |
virtual void | convert (Field &, const Field &) |
converts a Field object into other format if necessary. More... | |
virtual void | reverse (Field &, const Field &) |
converts an alternative field to a Field object. More... | |
Static Public Attributes | |
static const std::string | class_name = "Org::Fopr_Wilson" |
Private Member Functions | |
Fopr_Wilson (const Fopr_Wilson &) | |
Fopr_Wilson & | operator= (const Fopr_Wilson &) |
void | init (const Parameters ¶ms) |
standard initial setup. More... | |
void | init (std::string repr) |
obsolete initial setup. More... | |
void | setup () |
common parts of setup. More... | |
void | tidyup () |
final clean-up. More... | |
Private Attributes | |
double | m_kappa |
hopping parameter More... | |
std::vector< int > | m_boundary |
boundary condition More... | |
std::string | m_repr |
Dirac matrix representation. More... | |
Bridge::VerboseLevel | m_vl |
verbose level More... | |
std::string | m_mode |
matrix multiplcation mode More... | |
int | m_Nc |
int | m_Nd |
int | m_Nvol |
int | m_Ndim |
const Field_G * | m_U |
pointer ot gauge configuration More... | |
std::vector< GammaMatrix > | m_GM |
ShiftField_lex * | m_shift |
Field | m_w1 |
Field | m_w2 |
Field | m_w3 |
working fields More... | |
Field_F | m_v1 |
Field_F | m_v2 |
working fields with spinor structure More... | |
Additional Inherited Members | |
Static Protected Attributes inherited from AFopr< Field > | |
static const std::string | class_name |
Definition at line 38 of file fopr_Wilson_impl.h.
|
inline |
standard constructor with input parameters.
Definition at line 68 of file fopr_Wilson_impl.h.
|
inline |
Definition at line 71 of file fopr_Wilson_impl.h.
|
inline |
Definition at line 74 of file fopr_Wilson_impl.h.
|
inline |
Definition at line 76 of file fopr_Wilson_impl.h.
|
inlineprivate |
Definition at line 130 of file fopr_Wilson_impl.h.
Definition at line 333 of file fopr_Wilson_impl.cpp.
Definition at line 349 of file fopr_Wilson_impl.cpp.
Definition at line 306 of file fopr_Wilson_impl.cpp.
Definition at line 296 of file fopr_Wilson_impl.cpp.
Definition at line 315 of file fopr_Wilson_impl.cpp.
|
inlinevirtual |
returns the external degree of freedom of the fermion field.
Implements AFopr< Field >.
Definition at line 123 of file fopr_Wilson_impl.h.
|
inlinevirtual |
returns the on-site degree of freedom of the fermion field.
Implements AFopr< Field >.
Definition at line 121 of file fopr_Wilson_impl.h.
|
inlinevirtual |
returns the volume of the fermion field.
Implements AFopr< Field >.
Definition at line 122 of file fopr_Wilson_impl.h.
|
virtual |
this returns the number of floating point operations.
Reimplemented from AFopr< Field >.
Definition at line 449 of file fopr_Wilson_impl.cpp.
|
inline |
Definition at line 88 of file fopr_Wilson_impl.h.
|
virtual |
gets parameters by a Parameter object: to be implemented in a subclass.
Reimplemented from AFopr< Field >.
Definition at line 177 of file fopr_Wilson_impl.cpp.
Definition at line 325 of file fopr_Wilson_impl.cpp.
|
private |
standard initial setup.
Definition at line 26 of file fopr_Wilson_impl.cpp.
|
private |
obsolete initial setup.
Definition at line 61 of file fopr_Wilson_impl.cpp.
multiplies fermion operator to a given field.
Reimplemented from AFopr< Field >.
Definition at line 210 of file fopr_Wilson_impl.cpp.
executes mult with specified mode (unchanging internal mode).
Reimplemented from AFopr< Field >.
Definition at line 252 of file fopr_Wilson_impl.cpp.
hermitian conjugate of mult.
Reimplemented from AFopr< Field >.
Definition at line 231 of file fopr_Wilson_impl.cpp.
executes mult_dag with specified mode (unchanging internal mode).
Reimplemented from AFopr< Field >.
Definition at line 274 of file fopr_Wilson_impl.cpp.
downward nearest neighbor hopping term.
Reimplemented from AFopr< Field >.
Definition at line 433 of file fopr_Wilson_impl.cpp.
multiplies gamma_5 matrix.
Reimplemented from AFopr< Field >.
Definition at line 370 of file fopr_Wilson_impl.cpp.
Definition at line 406 of file fopr_Wilson_impl.cpp.
upward nearest neighbor hopping term.
Reimplemented from AFopr< Field >.
Definition at line 417 of file fopr_Wilson_impl.cpp.
|
private |
void Org::Fopr_Wilson::proj_chiral | ( | Field & | w, |
const int | ex1, | ||
const Field & | v, | ||
const int | ex2, | ||
const int | ipm | ||
) |
Definition at line 387 of file fopr_Wilson_impl.cpp.
|
virtual |
sets the gauge configuration.
Implements AFopr< Field >.
Definition at line 188 of file fopr_Wilson_impl.cpp.
|
virtual |
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call.
Reimplemented from AFopr< Field >.
Definition at line 200 of file fopr_Wilson_impl.cpp.
void Org::Fopr_Wilson::set_parameters | ( | const double | kappa, |
const std::vector< int > | bc | ||
) |
Definition at line 153 of file fopr_Wilson_impl.cpp.
|
virtual |
sets parameters by a Parameter object: to be implemented in a subclass.
Reimplemented from AFopr< Field >.
Definition at line 127 of file fopr_Wilson_impl.cpp.
|
private |
common parts of setup.
Definition at line 84 of file fopr_Wilson_impl.cpp.
|
private |
final clean-up.
Definition at line 120 of file fopr_Wilson_impl.cpp.
|
static |
Definition at line 41 of file fopr_Wilson_impl.h.
|
private |
boundary condition
Definition at line 47 of file fopr_Wilson_impl.h.
|
private |
Definition at line 58 of file fopr_Wilson_impl.h.
|
private |
hopping parameter
Definition at line 46 of file fopr_Wilson_impl.h.
|
private |
matrix multiplcation mode
Definition at line 51 of file fopr_Wilson_impl.h.
|
private |
Definition at line 54 of file fopr_Wilson_impl.h.
|
private |
Definition at line 54 of file fopr_Wilson_impl.h.
|
private |
Definition at line 54 of file fopr_Wilson_impl.h.
|
private |
Definition at line 54 of file fopr_Wilson_impl.h.
|
private |
Dirac matrix representation.
Definition at line 48 of file fopr_Wilson_impl.h.
|
private |
Definition at line 60 of file fopr_Wilson_impl.h.
|
private |
pointer ot gauge configuration
Definition at line 56 of file fopr_Wilson_impl.h.
|
private |
Definition at line 63 of file fopr_Wilson_impl.h.
|
private |
working fields with spinor structure
Definition at line 63 of file fopr_Wilson_impl.h.
|
private |
verbose level
Definition at line 49 of file fopr_Wilson_impl.h.
|
private |
Definition at line 62 of file fopr_Wilson_impl.h.
|
private |
Definition at line 62 of file fopr_Wilson_impl.h.
|
private |
working fields
Definition at line 62 of file fopr_Wilson_impl.h.