Bridge++  Version 1.4.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Imp::Fopr_Wilson_eo Class Reference

#include <fopr_Wilson_eo_impl.h>

Inheritance diagram for Imp::Fopr_Wilson_eo:
Fopr_eo Fopr

Classes

struct  mult_arg
 

Public Member Functions

 Fopr_Wilson_eo ()
 
 Fopr_Wilson_eo (std::string repr)
 
 ~Fopr_Wilson_eo ()
 
void set_parameters (const Parameters &params)
 
void set_parameters (const double kappa, 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 preProp (Field &Be, Field &bo, const Field &b)
 
void postProp (Field &x, const Field &xe, const Field &bo)
 
void prePropD (Field &, Field &, const Field &)
 
void postPropD (Field &, const Field &, const Field &)
 
void prePropDag (Field &, Field &, const Field &)
 
void postPropDag (Field &, const Field &, const Field &)
 
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 D (Field &v, const Field &f)
 
void Ddag (Field &v, const Field &f)
 
void DdagD (Field &v, const Field &f)
 
void DDdag (Field &v, const Field &f)
 
void H (Field &v, const Field &f)
 
void Meo (Field &, const Field &, const int ieo)
 
void Mdageo (Field &, const Field &, const int ieo)
 
void MeoMoe (Field &, const Field &)
 
void Meo_gm5 (Field &, const Field &, const int ieo)
 
void mult_gm5 (Field &, const Field &)
 gamma_5 multiplication. [31 Mar 2017 H.Matsufuru] More...
 
void mult_gm5 (Field &)
 
void gm5_dirac (Field &, const Field &)
 
void gm5_chiral (Field &, const Field &)
 
void gm5_self_dirac (Field &)
 
void gm5_self_chiral (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 Fopr_eo
virtual ~Fopr_eo ()
 
- Public Member Functions inherited from Fopr
 Fopr ()
 
virtual ~Fopr ()
 
void set_parameter_verboselevel (const Bridge::VerboseLevel vl)
 
virtual void mult (Field &, const Field &, const std::string mode)
 execute mult with specified mode (unchanging internal mode). [23 May 2016 H.Matsufuru]. More...
 
virtual void mult_dag (Field &, const Field &, const std::string mode)
 execute mult_dag with specified mode (unchanging internal mode). [23 May 2016 H.Matsufuru]. More...
 
virtual void mult_up (int mu, Field &, const Field &)
 nearest neighbor hopping term: temporary entry [H.Matsufuru] More...
 
virtual void mult_dn (int mu, Field &, const Field &)
 
virtual double flop_count (const std::string mode)
 returns the flops per site for specified mode. [23 May 2016 H.Matsufuru] More...
 

Static Public Attributes

static const std::string class_name = "Imp::Fopr_Wilson_eo"
 

Private Member Functions

void init (const std::string)
 
void tidyup ()
 
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)
 
void clear_impl (Field &)
 
void scal_impl (Field &, double)
 
void setup_thread ()
 
void mult_xp1_thread (int, double *, const double *, int)
 
void mult_xp2_thread (int, double *, const double *, int)
 
void mult_xpb_thread (int, double *, const double *, int)
 
void mult_xm1_thread (int, double *, const double *, int)
 
void mult_xm2_thread (int, double *, const double *, int)
 
void mult_xmb_thread (int, double *, const double *, int)
 
void mult_yp1_thread (int, double *, const double *, int)
 
void mult_yp2_thread (int, double *, const double *, int)
 
void mult_ypb_thread (int, double *, const double *, int)
 
void mult_ym1_thread (int, double *, const double *, int)
 
void mult_ym2_thread (int, double *, const double *, int)
 
void mult_ymb_thread (int, double *, const double *, int)
 
void mult_zp1_thread (int, double *, const double *, int)
 
void mult_zp2_thread (int, double *, const double *, int)
 
void mult_zpb_thread (int, double *, const double *, int)
 
void mult_zm1_thread (int, double *, const double *, int)
 
void mult_zm2_thread (int, double *, const double *, int)
 
void mult_zmb_thread (int, double *, const double *, int)
 
void mult_tp1_dirac_thread (int, double *, const double *, int)
 
void mult_tp2_dirac_thread (int, double *, const double *, int)
 
void mult_tpb_dirac_thread (int, double *, const double *, int)
 
void mult_tm1_dirac_thread (int, double *, const double *, int)
 
void mult_tm2_dirac_thread (int, double *, const double *, int)
 
void mult_tmb_dirac_thread (int, double *, const double *, int)
 
void mult_tp1_chiral_thread (int, double *, const double *, int)
 
void mult_tp2_chiral_thread (int, double *, const double *, int)
 
void mult_tpb_chiral_thread (int, double *, const double *, int)
 
void mult_tm1_chiral_thread (int, double *, const double *, int)
 
void mult_tm2_chiral_thread (int, double *, const double *, int)
 
void mult_tmb_chiral_thread (int, double *, const double *, int)
 
void scal_thread (int, double *, double)
 
void clear_thread (int, double *)
 
void gm5_dirac_thread (int, double *, const double *)
 
void gm5_chiral_thread (int, double *, const double *)
 
void gm5_dirac_thread (int, double *)
 
void gm5_chiral_thread (int, double *)
 

Private Attributes

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
 
double m_kappa
 hopping parameter. More...
 
std::vector< int > m_boundary
 boundary condition. More...
 
std::vector< double > m_boundary2
 b.c. for each node. More...
 
std::string m_mode
 mult mode. More...
 
std::string m_repr
 Dirac matrix representation. More...
 
Index_eo m_index
 
Field_Gm_Ueo
 
Field_Gm_U
 dummy: pointing m_Ueo. More...
 
std::vector< int > m_Leo
 
Field m_v1
 
Field m_v2
 
Field m_w1
 
Field m_w2
 working field. More...
 
double * vcp1_xp
 arrays for data transfer. 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
 
void(Fopr_Wilson_eo::* m_gm5 )(Field &, const Field &)
 
void(Fopr_Wilson_eo::* m_gm5_self )(Field &)
 
void(Fopr_Wilson_eo::* m_mult_tp )(Field &, const Field &, const int ieo)
 
void(Fopr_Wilson_eo::* m_mult_tm )(Field &, const Field &, const int ieo)
 
void(Fopr_Wilson_eo::* m_mult )(Field &, const Field &)
 
void(Fopr_Wilson_eo::* m_mult_dag )(Field &, const Field &)
 
void(Fopr_Wilson_eo::* m_D )(Field &, const Field &)
 
void(Fopr_Wilson_eo::* m_preProp )(Field &, Field &, const Field &)
 
void(Fopr_Wilson_eo::* m_postProp )(Field &, const Field &, const Field &)
 
int m_Mz
 
int m_Mt
 
int m_Nthread
 
int m_Ntask
 
int m_Ntask_z
 
int m_Ntask_t
 
std::vector< mult_argm_arg
 

Additional Inherited Members

- Protected Attributes inherited from Fopr
Bridge::VerboseLevel m_vl
 

Detailed Description

Definition at line 36 of file fopr_Wilson_eo_impl.h.

Constructor & Destructor Documentation

Imp::Fopr_Wilson_eo::Fopr_Wilson_eo ( )
inline

Definition at line 79 of file fopr_Wilson_eo_impl.h.

Imp::Fopr_Wilson_eo::Fopr_Wilson_eo ( std::string  repr)
inline

Definition at line 82 of file fopr_Wilson_eo_impl.h.

Imp::Fopr_Wilson_eo::~Fopr_Wilson_eo ( )
inline

Definition at line 85 of file fopr_Wilson_eo_impl.h.

Member Function Documentation

void Imp::Fopr_Wilson_eo::clear_impl ( Field w)
private

Definition at line 587 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::clear_thread ( int  itask,
double *  v 
)
private

Definition at line 124 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::D ( Field v,
const Field f 
)

Definition at line 411 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::Ddag ( Field v,
const Field f 
)

Definition at line 424 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::DdagD ( Field v,
const Field f 
)

Definition at line 376 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::DDdag ( Field v,
const Field f 
)

Definition at line 384 of file fopr_Wilson_eo_impl.cpp.

int Imp::Fopr_Wilson_eo::field_nex ( )
inlinevirtual

returns the external d.o.f. for which the fermion operator is defined.

Implements Fopr_eo.

Definition at line 143 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::field_nin ( )
inlinevirtual

returns the on-site d.o.f. for which the fermion operator is defined.

Implements Fopr_eo.

Definition at line 142 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::field_nvol ( )
inlinevirtual

returns the volume for which the fermion operator is defined.

Implements Fopr_eo.

Definition at line 141 of file fopr_Wilson_eo_impl.h.

double Imp::Fopr_Wilson_eo::flop_count ( )
virtual

this returns the number of floating point operations of Meo.

Reimplemented from Fopr.

Definition at line 255 of file fopr_Wilson_eo_impl.cpp.

std::string Imp::Fopr_Wilson_eo::get_mode ( ) const
virtual

only for Fopr_Overlap

Reimplemented from Fopr_eo.

Definition at line 248 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::gm5_chiral ( Field w,
const Field f 
)

Definition at line 520 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::gm5_chiral_thread ( int  itask,
double *  v2,
const double *  v1 
)
private

Definition at line 1890 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::gm5_chiral_thread ( int  itask,
double *  v1 
)
private

Definition at line 1956 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::gm5_dirac ( Field w,
const Field f 
)

Definition at line 500 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::gm5_dirac_thread ( int  itask,
double *  v2,
const double *  v1 
)
private

Definition at line 1857 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::gm5_dirac_thread ( int  itask,
double *  v1 
)
private

Definition at line 1923 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::gm5_self_chiral ( Field w)

Definition at line 558 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::gm5_self_dirac ( Field w)

Definition at line 540 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::gm5p ( const int  mu,
Field w,
const Field v 
)

gamma_5 (1 - gamma_mu) v(x + mu) used in force calculation.

Definition at line 576 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::H ( Field v,
const Field f 
)

Definition at line 392 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::init ( const std::string  repr)
private

Definition at line 23 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::Mdageo ( Field w,
const Field f,
const int  ieo 
)

Definition at line 463 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::Meo ( Field w,
const Field f,
const int  ieo 
)

Definition at line 435 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::Meo_gm5 ( Field v,
const Field f,
const int  ieo 
)

Definition at line 477 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::MeoMoe ( Field v,
const Field f 
)

Definition at line 400 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::mult ( Field ,
const Field  
)
inlinevirtual

multiplies fermion operator to a given field (2nd argument)

Reimplemented from Fopr_eo.

Definition at line 111 of file fopr_Wilson_eo_impl.h.

void Imp::Fopr_Wilson_eo::mult_dag ( Field ,
const Field  
)
inlinevirtual

hermitian conjugate of mult(Field&, const Field&).

Reimplemented from Fopr_eo.

Definition at line 114 of file fopr_Wilson_eo_impl.h.

void Imp::Fopr_Wilson_eo::mult_gm5 ( Field ,
const Field  
)
virtual

gamma_5 multiplication. [31 Mar 2017 H.Matsufuru]

Reimplemented from Fopr.

Definition at line 486 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::mult_gm5 ( Field w)

Definition at line 493 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::mult_tm1_chiral_thread ( int  itask,
double *  vcp1,
const double *  v1,
int  ieo 
)
private

Definition at line 1685 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_tm1_dirac_thread ( int  itask,
double *  vcp1,
const double *  v1,
int  ieo 
)
private

Definition at line 1352 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_tm2_chiral_thread ( int  itask,
double *  v2,
const double *  vcp2,
int  ieo 
)
private

Definition at line 1741 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_tm2_dirac_thread ( int  itask,
double *  v2,
const double *  vcp2,
int  ieo 
)
private

Definition at line 1408 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_tm_chiral ( Field w,
const Field f,
const int  ieo 
)
private

Definition at line 947 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::mult_tm_dirac ( Field w,
const Field f,
const int  ieo 
)
private

Definition at line 875 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::mult_tmb_chiral_thread ( int  itask,
double *  v2,
const double *  v1,
int  ieo 
)
private

Definition at line 1794 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_tmb_dirac_thread ( int  itask,
double *  v2,
const double *  v1,
int  ieo 
)
private

Definition at line 1457 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_tp1_chiral_thread ( int  itask,
double *  vcp1,
const double *  v1,
int  ieo 
)
private

Definition at line 1516 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_tp1_dirac_thread ( int  itask,
double *  vcp1,
const double *  v1,
int  ieo 
)
private

Definition at line 1191 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_tp2_chiral_thread ( int  itask,
double *  v2,
const double *  vcp2,
int  ieo 
)
private

Definition at line 1562 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_tp2_dirac_thread ( int  itask,
double *  v2,
const double *  vcp2,
int  ieo 
)
private

Definition at line 1237 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_tp_chiral ( Field w,
const Field f,
const int  ieo 
)
private

Definition at line 911 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::mult_tp_dirac ( Field w,
const Field f,
const int  ieo 
)
private

Definition at line 839 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::mult_tpb_chiral_thread ( int  itask,
double *  v2,
const double *  v1,
int  ieo 
)
private

Definition at line 1621 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_tpb_dirac_thread ( int  itask,
double *  v2,
const double *  v1,
int  ieo 
)
private

Definition at line 1292 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_xm ( Field w,
const Field f,
const int  ieo 
)
private

Definition at line 659 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::mult_xm1_thread ( int  itask,
double *  vcp1,
const double *  v1,
int  ieo 
)
private

Definition at line 326 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_xm2_thread ( int  itask,
double *  v2,
const double *  vcp2,
int  ieo 
)
private

Definition at line 389 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_xmb_thread ( int  itask,
double *  v2,
const double *  v1,
int  ieo 
)
private

Definition at line 449 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_xp ( Field w,
const Field f,
const int  ieo 
)
private

Definition at line 623 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::mult_xp1_thread ( int  itask,
double *  vcp1,
const double *  v1,
int  ieo 
)
private

Definition at line 145 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_xp2_thread ( int  itask,
double *  v2,
const double *  vcp2,
int  ieo 
)
private

Definition at line 197 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_xpb_thread ( int  itask,
double *  v2,
const double *  v1,
int  ieo 
)
private

Definition at line 261 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_ym ( Field w,
const Field f,
const int  ieo 
)
private

Definition at line 731 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::mult_ym1_thread ( int  itask,
double *  vcp1,
const double *  v1,
int  ieo 
)
private

Definition at line 681 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_ym2_thread ( int  itask,
double *  v2,
const double *  vcp2,
int  ieo 
)
private

Definition at line 737 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_ymb_thread ( int  itask,
double *  v2,
const double *  v1,
int  ieo 
)
private

Definition at line 790 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_yp ( Field w,
const Field f,
const int  ieo 
)
private

Definition at line 695 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::mult_yp1_thread ( int  itask,
double *  vcp1,
const double *  v1,
int  ieo 
)
private

Definition at line 515 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_yp2_thread ( int  itask,
double *  v2,
const double *  vcp2,
int  ieo 
)
private

Definition at line 560 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_ypb_thread ( int  itask,
double *  v2,
const double *  v1,
int  ieo 
)
private

Definition at line 619 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_zm ( Field w,
const Field f,
const int  ieo 
)
private

Definition at line 803 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::mult_zm1_thread ( int  itask,
double *  vcp1,
const double *  v1,
int  ieo 
)
private

Definition at line 1019 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_zm2_thread ( int  itask,
double *  v2,
const double *  vcp2,
int  ieo 
)
private

Definition at line 1075 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_zmb_thread ( int  itask,
double *  v2,
const double *  v1,
int  ieo 
)
private

Definition at line 1129 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_zp ( Field w,
const Field f,
const int  ieo 
)
private

Definition at line 767 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::mult_zp1_thread ( int  itask,
double *  vcp1,
const double *  v1,
int  ieo 
)
private

Definition at line 851 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_zp2_thread ( int  itask,
double *  v2,
const double *  vcp2,
int  ieo 
)
private

Definition at line 897 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::mult_zpb_thread ( int  itask,
double *  v2,
const double *  v1,
int  ieo 
)
private

Definition at line 956 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::postProp ( Field x,
const Field xe,
const Field bo 
)
inlinevirtual

Implements Fopr_eo.

Definition at line 103 of file fopr_Wilson_eo_impl.h.

void Imp::Fopr_Wilson_eo::postPropD ( Field x,
const Field xe,
const Field bo 
)

Definition at line 307 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::postPropDag ( Field x,
const Field xe,
const Field bo 
)

Definition at line 353 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::preProp ( Field Be,
Field bo,
const Field b 
)
inlinevirtual

Implements Fopr_eo.

Definition at line 100 of file fopr_Wilson_eo_impl.h.

void Imp::Fopr_Wilson_eo::prePropD ( Field Be,
Field bo,
const Field b 
)

Definition at line 283 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::prePropDag ( Field Be,
Field bo,
const Field b 
)

Definition at line 330 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::scal_impl ( Field w,
double  a 
)
private

Definition at line 605 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::scal_thread ( int  itask,
double *  w,
double  fac 
)
private

Definition at line 103 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::set_config ( Field )
virtual

setting pointer to the gauge configuration.

Implements Fopr_eo.

Definition at line 209 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::set_config ( unique_ptr< Field_G > &  U)
inlinevirtual

Implements Fopr_eo.

Definition at line 93 of file fopr_Wilson_eo_impl.h.

void Imp::Fopr_Wilson_eo::set_mode ( std::string  mode)
virtual

setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call.

Reimplemented from Fopr_eo.

Definition at line 217 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::set_parameters ( const Parameters params)
virtual

Implements Fopr.

Definition at line 153 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 177 of file fopr_Wilson_eo_impl.cpp.

void Imp::Fopr_Wilson_eo::setup_thread ( )
private

Definition at line 32 of file fopr_Wilson_eo_impl_thread.cpp.

void Imp::Fopr_Wilson_eo::tidyup ( )
private

Definition at line 126 of file fopr_Wilson_eo_impl.cpp.

Member Data Documentation

const std::string Imp::Fopr_Wilson_eo::class_name = "Imp::Fopr_Wilson_eo"
static

Definition at line 39 of file fopr_Wilson_eo_impl.h.

std::vector<mult_arg> Imp::Fopr_Wilson_eo::m_arg
private

Definition at line 177 of file fopr_Wilson_eo_impl.h.

std::vector<int> Imp::Fopr_Wilson_eo::m_boundary
private

boundary condition.

Definition at line 47 of file fopr_Wilson_eo_impl.h.

std::vector<double> Imp::Fopr_Wilson_eo::m_boundary2
private

b.c. for each node.

Definition at line 48 of file fopr_Wilson_eo_impl.h.

void(Fopr_Wilson_eo::* Imp::Fopr_Wilson_eo::m_D)(Field &, const Field &)
private

Definition at line 73 of file fopr_Wilson_eo_impl.h.

void(Fopr_Wilson_eo::* Imp::Fopr_Wilson_eo::m_gm5)(Field &, const Field &)
private

Definition at line 66 of file fopr_Wilson_eo_impl.h.

void(Fopr_Wilson_eo::* Imp::Fopr_Wilson_eo::m_gm5_self)(Field &)
private

Definition at line 67 of file fopr_Wilson_eo_impl.h.

Index_eo Imp::Fopr_Wilson_eo::m_index
private

Definition at line 53 of file fopr_Wilson_eo_impl.h.

double Imp::Fopr_Wilson_eo::m_kappa
private

hopping parameter.

Definition at line 46 of file fopr_Wilson_eo_impl.h.

std::vector<int> Imp::Fopr_Wilson_eo::m_Leo
private

Definition at line 57 of file fopr_Wilson_eo_impl.h.

std::string Imp::Fopr_Wilson_eo::m_mode
private

mult mode.

Definition at line 50 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Mt
private

Definition at line 167 of file fopr_Wilson_eo_impl.h.

void(Fopr_Wilson_eo::* Imp::Fopr_Wilson_eo::m_mult)(Field &, const Field &)
private

Definition at line 71 of file fopr_Wilson_eo_impl.h.

void(Fopr_Wilson_eo::* Imp::Fopr_Wilson_eo::m_mult_dag)(Field &, const Field &)
private

Definition at line 72 of file fopr_Wilson_eo_impl.h.

void(Fopr_Wilson_eo::* Imp::Fopr_Wilson_eo::m_mult_tm)(Field &, const Field &, const int ieo)
private

Definition at line 69 of file fopr_Wilson_eo_impl.h.

void(Fopr_Wilson_eo::* Imp::Fopr_Wilson_eo::m_mult_tp)(Field &, const Field &, const int ieo)
private

Definition at line 68 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Mz
private

Definition at line 167 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Nc
private

Definition at line 42 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Nd
private

Definition at line 42 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Ndf
private

Definition at line 42 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Ndim
private

Definition at line 43 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Nt
private

Definition at line 44 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Ntask
private

Definition at line 168 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Ntask_t
private

Definition at line 169 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Ntask_z
private

Definition at line 169 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Nthread
private

Definition at line 168 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Nvc
private

Definition at line 42 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Nvol
private

Definition at line 43 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Nvol2
private

Definition at line 43 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Nx
private

Definition at line 44 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Nx2
private

Definition at line 44 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Ny
private

Definition at line 44 of file fopr_Wilson_eo_impl.h.

int Imp::Fopr_Wilson_eo::m_Nz
private

Definition at line 44 of file fopr_Wilson_eo_impl.h.

void(Fopr_Wilson_eo::* Imp::Fopr_Wilson_eo::m_postProp)(Field &, const Field &, const Field &)
private

Definition at line 75 of file fopr_Wilson_eo_impl.h.

void(Fopr_Wilson_eo::* Imp::Fopr_Wilson_eo::m_preProp)(Field &, Field &, const Field &)
private

Definition at line 74 of file fopr_Wilson_eo_impl.h.

std::string Imp::Fopr_Wilson_eo::m_repr
private

Dirac matrix representation.

Definition at line 51 of file fopr_Wilson_eo_impl.h.

Field_G* Imp::Fopr_Wilson_eo::m_U
private

dummy: pointing m_Ueo.

Definition at line 55 of file fopr_Wilson_eo_impl.h.

Field_G* Imp::Fopr_Wilson_eo::m_Ueo
private

Definition at line 54 of file fopr_Wilson_eo_impl.h.

Field Imp::Fopr_Wilson_eo::m_v1
private

Definition at line 58 of file fopr_Wilson_eo_impl.h.

Field Imp::Fopr_Wilson_eo::m_v2
private

Definition at line 58 of file fopr_Wilson_eo_impl.h.

Field Imp::Fopr_Wilson_eo::m_w1
private

Definition at line 58 of file fopr_Wilson_eo_impl.h.

Field Imp::Fopr_Wilson_eo::m_w2
private

working field.

Definition at line 58 of file fopr_Wilson_eo_impl.h.

double * Imp::Fopr_Wilson_eo::vcp1_tm
private

Definition at line 64 of file fopr_Wilson_eo_impl.h.

double* Imp::Fopr_Wilson_eo::vcp1_tp
private

Definition at line 64 of file fopr_Wilson_eo_impl.h.

double * Imp::Fopr_Wilson_eo::vcp1_xm
private

Definition at line 61 of file fopr_Wilson_eo_impl.h.

double* Imp::Fopr_Wilson_eo::vcp1_xp
private

arrays for data transfer.

Definition at line 61 of file fopr_Wilson_eo_impl.h.

double * Imp::Fopr_Wilson_eo::vcp1_ym
private

Definition at line 62 of file fopr_Wilson_eo_impl.h.

double* Imp::Fopr_Wilson_eo::vcp1_yp
private

Definition at line 62 of file fopr_Wilson_eo_impl.h.

double * Imp::Fopr_Wilson_eo::vcp1_zm
private

Definition at line 63 of file fopr_Wilson_eo_impl.h.

double* Imp::Fopr_Wilson_eo::vcp1_zp
private

Definition at line 63 of file fopr_Wilson_eo_impl.h.

double * Imp::Fopr_Wilson_eo::vcp2_tm
private

Definition at line 64 of file fopr_Wilson_eo_impl.h.

double * Imp::Fopr_Wilson_eo::vcp2_tp
private

Definition at line 64 of file fopr_Wilson_eo_impl.h.

double * Imp::Fopr_Wilson_eo::vcp2_xm
private

Definition at line 61 of file fopr_Wilson_eo_impl.h.

double * Imp::Fopr_Wilson_eo::vcp2_xp
private

Definition at line 61 of file fopr_Wilson_eo_impl.h.

double * Imp::Fopr_Wilson_eo::vcp2_ym
private

Definition at line 62 of file fopr_Wilson_eo_impl.h.

double * Imp::Fopr_Wilson_eo::vcp2_yp
private

Definition at line 62 of file fopr_Wilson_eo_impl.h.

double * Imp::Fopr_Wilson_eo::vcp2_zm
private

Definition at line 63 of file fopr_Wilson_eo_impl.h.

double * Imp::Fopr_Wilson_eo::vcp2_zp
private

Definition at line 63 of file fopr_Wilson_eo_impl.h.


The documentation for this class was generated from the following files: