Bridge++
Ver. 2.0.2
|
#include <fopr_Wilson_eo_impl.h>
Public Member Functions | |
DEPRECATED | Fopr_Wilson_eo () |
DEPRECATED | Fopr_Wilson_eo (const std::string repr) |
Fopr_Wilson_eo (const Parameters ¶ms) | |
~Fopr_Wilson_eo () | |
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) |
setting pointer to the gauge configuration. More... | |
void | set_config_omp (Field *U) |
void | set_config_impl (Field *U) |
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 | preProp (Field &Be, Field &bo, const Field &b) |
void | postProp (Field &x, const Field &xe, const Field &bo) |
void | mult (Field &v, const Field &w) |
multiplies fermion operator to a given field (2nd argument) More... | |
void | mult_dag (Field &v, const Field &w) |
hermitian conjugate of mult(Field&, const Field&). More... | |
void | mult (Field &v, const Field &w, const std::string mode) |
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 | D (Field &v, const Field &w) |
void | Ddag (Field &v, const Field &w) |
void | DdagD (Field &v, const Field &w) |
void | DDdag (Field &v, const Field &w) |
void | H (Field &v, const Field &w) |
void | Meo (Field &, const Field &, const int ieo) |
void | Mdageo (Field &, const Field &, const int ieo) |
void | Meo_gm5 (Field &, const Field &, const int ieo) |
void | mult_gm5 (Field &, const Field &) |
multiplies gamma_5 matrix. More... | |
void | mult_gm5 (Field &) |
void | gm5_dirac (Field &, const Field &) |
void | gm5_chiral (Field &, const Field &) |
void | gm5p (const int mu, Field &, const Field &v) |
gamma_5 (1 - gamma_mu) v(x + mu) used in force calculation. More... | |
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 operations of Meo. More... | |
Public Member Functions inherited from AFopr_eo< Field > | |
virtual | ~AFopr_eo () |
std::string | get_mode () const |
returns the current mult mode. More... | |
Public Member Functions inherited from AFopr< Field > | |
AFopr () | |
virtual | ~AFopr () |
virtual void | mult_up (int mu, Field &, const Field &) |
upward nearest neighbor hopping term. More... | |
virtual void | mult_dn (int mu, Field &, const Field &) |
downward nearest neighbor hopping term. 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 = "Imp::Fopr_Wilson_eo" |
Private Member Functions | |
void | init (const std::string) |
void | init (const Parameters &) |
void | setup () |
void | tidyup () |
void | Meo_dirac (Field &, const Field &, const int ieo) |
void | Meo_chiral (Field &, const Field &, const int ieo) |
void | mult_xp (Field &, const Field &, const int ieo) |
void | mult_xm (Field &, const Field &, const int ieo) |
void | mult_yp (Field &, const Field &, const int ieo) |
void | mult_ym (Field &, const Field &, const int ieo) |
void | mult_zp (Field &, const Field &, const int ieo) |
void | mult_zm (Field &, const Field &, const int ieo) |
void | mult_tp_dirac (Field &, const Field &, const int ieo) |
void | mult_tm_dirac (Field &, const Field &, const int ieo) |
void | mult_tp_chiral (Field &, const Field &, const int ieo) |
void | mult_tm_chiral (Field &, const Field &, const int ieo) |
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 |
mult mode. More... | |
int | m_Nc |
int | m_Nd |
int | m_Nvc |
int | m_Ndf |
int | m_Nvol |
int | m_Nvol2 |
int | m_Ndim |
int | m_Nx |
int | m_Ny |
int | m_Nz |
int | m_Nt |
int | m_Nx2 |
std::vector< double > | m_boundary_each_node |
b.c. for each node. More... | |
Index_eo | m_index |
Field_G | m_Ueo |
std::vector< int > | m_yzt_eo |
yzt parity More... | |
Field | m_v1 |
Field | m_v2 |
working field More... | |
Field | m_w1 |
Field | m_w2 |
working field More... | |
double * | vcp1_xp |
communication buffers More... | |
double * | vcp2_xp |
double * | vcp1_xm |
double * | vcp2_xm |
double * | vcp1_yp |
double * | vcp2_yp |
double * | vcp1_ym |
double * | vcp2_ym |
double * | vcp1_zp |
double * | vcp2_zp |
double * | vcp1_zm |
double * | vcp2_zm |
double * | vcp1_tp |
double * | vcp2_tp |
double * | vcp1_tm |
double * | vcp2_tm |
Additional Inherited Members | |
Static Protected Attributes inherited from AFopr_eo< Field > | |
static const std::string | class_name |
Static Protected Attributes inherited from AFopr< Field > | |
static const std::string | class_name |
Definition at line 38 of file fopr_Wilson_eo_impl.h.
|
inline |
Definition at line 74 of file fopr_Wilson_eo_impl.h.
|
inline |
Definition at line 77 of file fopr_Wilson_eo_impl.h.
|
inline |
Definition at line 79 of file fopr_Wilson_eo_impl.h.
|
inline |
Definition at line 81 of file fopr_Wilson_eo_impl.h.
Definition at line 453 of file fopr_Wilson_eo_impl.cpp.
Definition at line 466 of file fopr_Wilson_eo_impl.cpp.
Definition at line 437 of file fopr_Wilson_eo_impl.cpp.
Definition at line 445 of file fopr_Wilson_eo_impl.cpp.
|
inlinevirtual |
returns the external d.o.f. for which the fermion operator is defined.
Implements AFopr_eo< Field >.
Definition at line 134 of file fopr_Wilson_eo_impl.h.
|
inlinevirtual |
returns the on-site d.o.f. for which the fermion operator is defined.
Implements AFopr_eo< Field >.
Definition at line 133 of file fopr_Wilson_eo_impl.h.
|
inlinevirtual |
returns the volume for which the fermion operator is defined.
Implements AFopr_eo< Field >.
Definition at line 132 of file fopr_Wilson_eo_impl.h.
|
virtual |
this returns the number of floating point operations of Meo.
Reimplemented from AFopr< Field >.
Definition at line 1511 of file fopr_Wilson_eo_impl.cpp.
|
inline |
Definition at line 95 of file fopr_Wilson_eo_impl.h.
|
virtual |
gets parameters by a Parameter object: to be implemented in a subclass.
Reimplemented from AFopr< Field >.
Definition at line 271 of file fopr_Wilson_eo_impl.cpp.
Definition at line 587 of file fopr_Wilson_eo_impl.cpp.
Definition at line 566 of file fopr_Wilson_eo_impl.cpp.
gamma_5 (1 - gamma_mu) v(x + mu) used in force calculation.
Definition at line 608 of file fopr_Wilson_eo_impl.cpp.
|
private |
Definition at line 38 of file fopr_Wilson_eo_impl.cpp.
|
private |
Definition at line 73 of file fopr_Wilson_eo_impl.cpp.
Definition at line 538 of file fopr_Wilson_eo_impl.cpp.
Definition at line 477 of file fopr_Wilson_eo_impl.cpp.
Definition at line 513 of file fopr_Wilson_eo_impl.cpp.
Definition at line 488 of file fopr_Wilson_eo_impl.cpp.
Definition at line 547 of file fopr_Wilson_eo_impl.cpp.
multiplies fermion operator to a given field (2nd argument)
Reimplemented from AFopr_eo< Field >.
Definition at line 329 of file fopr_Wilson_eo_impl.cpp.
executes mult with specified mode (unchanging internal mode).
Reimplemented from AFopr_eo< Field >.
Definition at line 367 of file fopr_Wilson_eo_impl.cpp.
hermitian conjugate of mult(Field&, const Field&).
Reimplemented from AFopr_eo< Field >.
Definition at line 348 of file fopr_Wilson_eo_impl.cpp.
executes mult_dag with specified mode (unchanging internal mode).
Reimplemented from AFopr_eo< Field >.
Definition at line 383 of file fopr_Wilson_eo_impl.cpp.
void Imp::Fopr_Wilson_eo::mult_gm5 | ( | Field & | ) |
multiplies gamma_5 matrix.
Reimplemented from AFopr< Field >.
Definition at line 555 of file fopr_Wilson_eo_impl.cpp.
Definition at line 1421 of file fopr_Wilson_eo_impl.cpp.
Definition at line 1245 of file fopr_Wilson_eo_impl.cpp.
Definition at line 1337 of file fopr_Wilson_eo_impl.cpp.
Definition at line 1161 of file fopr_Wilson_eo_impl.cpp.
Definition at line 705 of file fopr_Wilson_eo_impl.cpp.
Definition at line 619 of file fopr_Wilson_eo_impl.cpp.
Definition at line 884 of file fopr_Wilson_eo_impl.cpp.
Definition at line 797 of file fopr_Wilson_eo_impl.cpp.
Definition at line 1066 of file fopr_Wilson_eo_impl.cpp.
Definition at line 977 of file fopr_Wilson_eo_impl.cpp.
Implements AFopr_eo< Field >.
Definition at line 417 of file fopr_Wilson_eo_impl.cpp.
Implements AFopr_eo< Field >.
Definition at line 399 of file fopr_Wilson_eo_impl.cpp.
|
virtual |
setting pointer to the gauge configuration.
Implements AFopr_eo< Field >.
Definition at line 282 of file fopr_Wilson_eo_impl.cpp.
void Imp::Fopr_Wilson_eo::set_config_impl | ( | Field * | U | ) |
Definition at line 312 of file fopr_Wilson_eo_impl.cpp.
void Imp::Fopr_Wilson_eo::set_config_omp | ( | Field * | U | ) |
Definition at line 300 of file fopr_Wilson_eo_impl.cpp.
|
virtual |
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call.
Reimplemented from AFopr_eo< Field >.
Definition at line 319 of file fopr_Wilson_eo_impl.cpp.
void Imp::Fopr_Wilson_eo::set_parameters | ( | const double | kappa, |
const std::vector< int > | bc | ||
) |
Definition at line 240 of file fopr_Wilson_eo_impl.cpp.
|
virtual |
sets parameters by a Parameter object: to be implemented in a subclass.
Reimplemented from AFopr< Field >.
Definition at line 211 of file fopr_Wilson_eo_impl.cpp.
|
private |
Definition at line 100 of file fopr_Wilson_eo_impl.cpp.
|
private |
Definition at line 184 of file fopr_Wilson_eo_impl.cpp.
|
static |
Definition at line 41 of file fopr_Wilson_eo_impl.h.
|
private |
boundary condition
Definition at line 46 of file fopr_Wilson_eo_impl.h.
|
private |
b.c. for each node.
Definition at line 57 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 59 of file fopr_Wilson_eo_impl.h.
|
private |
hopping parameter
Definition at line 45 of file fopr_Wilson_eo_impl.h.
|
private |
mult mode.
Definition at line 50 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 53 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 53 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 53 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 54 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 55 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 53 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 54 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 54 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 55 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 55 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 55 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 55 of file fopr_Wilson_eo_impl.h.
|
private |
Dirac matrix representation.
Definition at line 47 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 60 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 63 of file fopr_Wilson_eo_impl.h.
|
private |
working field
Definition at line 63 of file fopr_Wilson_eo_impl.h.
|
private |
verbose level
Definition at line 48 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 64 of file fopr_Wilson_eo_impl.h.
|
private |
working field
Definition at line 64 of file fopr_Wilson_eo_impl.h.
|
private |
yzt parity
Definition at line 62 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 70 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 70 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 67 of file fopr_Wilson_eo_impl.h.
|
private |
communication buffers
Definition at line 67 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 68 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 68 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 69 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 69 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 70 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 70 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 67 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 67 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 68 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 68 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 69 of file fopr_Wilson_eo_impl.h.
|
private |
Definition at line 69 of file fopr_Wilson_eo_impl.h.