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

#include <fopr_Wilson_impl.h>

Inheritance diagram for Imp::Fopr_Wilson:
Fopr

Classes

struct  mult_arg
 

Public Member Functions

 Fopr_Wilson ()
 
 Fopr_Wilson (std::string repr)
 
 ~Fopr_Wilson ()
 
void init (std::string repr)
 
void tidyup ()
 
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 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 &v, const Field &f)
 gamma_5 multiplication. [31 Mar 2017 H.Matsufuru] More...
 
void D (Field &v, const Field &f)
 
void Ddag (Field &w, const Field &f)
 
void DdagD (Field &w, const Field &f)
 
void DDdag (Field &w, const Field &f)
 
void H (Field &w, const Field &f)
 
void mult_undef (Field &, const Field &f)
 
void D_ex (Field &v, const int ex1, const Field &f, const int ex2)
 
const Field_F mult_gm5p (int mu, const Field_F &w)
 
void mult_gm5p (int mu, Field &, const Field &)
 
void proj_chiral (Field &w, const int ex1, const Field &v, const int ex2, const int ipm)
 
void mult_up (int mu, Field &, const Field &)
 nearest neighbor hopping term: temporary entry [H.Matsufuru] More...
 
void mult_dn (int mu, Field &, const Field &)
 
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 ()
 returns the flops per site. More...
 
void fprop_normalize (Field &v)
 
void fopr_normalize (Field &v)
 
- 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 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"
 

Private Member Functions

 Fopr_Wilson (const Fopr_Wilson &)
 
Fopr_Wilsonoperator= (const Fopr_Wilson &)
 
void D_chiral (Field &, const Field &)
 
void D_dirac (Field &, const Field &)
 
void gm5_chiral (Field &, const Field &)
 
void gm5_dirac (Field &, const Field &)
 
void D_ex_chiral (Field &, const int ex1, const Field &, const int ex2)
 
void D_ex_dirac (Field &, const int ex1, const Field &, const int ex2)
 
void mult_p (int mu, Field_F &, const Field_F &)
 
void mult_m (int mu, Field_F &, const Field_F &)
 
void mult_xp (Field &, const Field &)
 
void mult_xm (Field &, const Field &)
 
void mult_yp (Field &, const Field &)
 
void mult_ym (Field &, const Field &)
 
void mult_zp (Field &, const Field &)
 
void mult_zm (Field &, const Field &)
 
void mult_tp_dirac (Field &, const Field &)
 
void mult_tm_dirac (Field &, const Field &)
 
void mult_tp_chiral (Field &, const Field &)
 
void mult_tm_chiral (Field &, const Field &)
 
void daypx (Field &, double, const Field &)
 
void clear (Field &)
 
void setup_thread ()
 
void mult_xp1_thread (int, double *, const double *)
 
void mult_xp2_thread (int, double *, const double *)
 
void mult_xpb_thread (int, double *, const double *)
 
void mult_xm1_thread (int, double *, const double *)
 
void mult_xm2_thread (int, double *, const double *)
 
void mult_xmb_thread (int, double *, const double *)
 
void mult_yp1_thread (int, double *, const double *)
 
void mult_yp2_thread (int, double *, const double *)
 
void mult_ypb_thread (int, double *, const double *)
 
void mult_ym1_thread (int, double *, const double *)
 
void mult_ym2_thread (int, double *, const double *)
 
void mult_ymb_thread (int, double *, const double *)
 
void mult_zp1_thread (int, double *, const double *)
 
void mult_zp2_thread (int, double *, const double *)
 
void mult_zpb_thread (int, double *, const double *)
 
void mult_zm1_thread (int, double *, const double *)
 
void mult_zm2_thread (int, double *, const double *)
 
void mult_zmb_thread (int, double *, const double *)
 
void mult_tp1_dirac_thread (int, double *, const double *)
 
void mult_tp2_dirac_thread (int, double *, const double *)
 
void mult_tpb_dirac_thread (int, double *, const double *)
 
void mult_tm1_dirac_thread (int, double *, const double *)
 
void mult_tm2_dirac_thread (int, double *, const double *)
 
void mult_tmb_dirac_thread (int, double *, const double *)
 
void mult_tp1_chiral_thread (int, double *, const double *)
 
void mult_tp2_chiral_thread (int, double *, const double *)
 
void mult_tpb_chiral_thread (int, double *, const double *)
 
void mult_tm1_chiral_thread (int, double *, const double *)
 
void mult_tm2_chiral_thread (int, double *, const double *)
 
void mult_tmb_chiral_thread (int, double *, const double *)
 
void daypx_thread (int, double *, double, const double *)
 
void clear_thread (int, double *)
 
void gm5_dirac_thread (int, double *, const double *)
 
void gm5_chiral_thread (int, double *, const double *)
 
void mult_xpu (Field &, const Field &)
 
void mult_ypu (Field &, const Field &)
 
void mult_zpu (Field &, const Field &)
 
void mult_tpu_dirac (Field &, const Field &)
 
void mult_tpu_chiral (Field &, const Field &)
 

Private Attributes

int m_Nc
 
int m_Nd
 
int m_Nvc
 
int m_Ndf
 
int m_Nx
 
int m_Ny
 
int m_Nz
 
int m_Nt
 
int m_Nvol
 
int m_Ndim
 
double m_kappa
 
std::vector< int > m_boundary
 boundary condition. More...
 
std::vector< double > m_boundary2
 b.c. for each node. More...
 
const Field_Gm_U
 gauge configuration. More...
 
std::vector< GammaMatrixm_GM
 gamma matrices. More...
 
Bridge::VerboseLevel m_vl
 
std::string m_mode
 
std::string m_repr
 
Field m_w1
 
Field m_w2
 temporary fields. 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::* m_mult )(Field &, const Field &)
 
void(Fopr_Wilson::* m_mult_dag )(Field &, const Field &)
 
void(Fopr_Wilson::* m_D )(Field &, const Field &)
 
void(Fopr_Wilson::* m_gm5 )(Field &, const Field &)
 
void(Fopr_Wilson::* m_mult_tp )(Field &, const Field &)
 
void(Fopr_Wilson::* m_mult_tm )(Field &, const Field &)
 
void(Fopr_Wilson::* m_D_ex )(Field &, const int, const Field &, const int)
 
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 43 of file fopr_Wilson_impl.h.

Constructor & Destructor Documentation

Imp::Fopr_Wilson::Fopr_Wilson ( )
inline

Definition at line 77 of file fopr_Wilson_impl.h.

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

Definition at line 79 of file fopr_Wilson_impl.h.

Imp::Fopr_Wilson::~Fopr_Wilson ( )
inline

Definition at line 81 of file fopr_Wilson_impl.h.

Imp::Fopr_Wilson::Fopr_Wilson ( const Fopr_Wilson )
inlineprivate

Definition at line 192 of file fopr_Wilson_impl.h.

Member Function Documentation

void Imp::Fopr_Wilson::clear ( Field w)
private

Definition at line 526 of file fopr_Wilson_impl.cpp.

void Imp::Fopr_Wilson::clear_thread ( int  itask,
double *  v2 
)
private

Definition at line 143 of file fopr_Wilson_impl_thread.cpp.

void Imp::Fopr_Wilson::D ( Field v,
const Field f 
)
inline

Definition at line 109 of file fopr_Wilson_impl.h.

void Imp::Fopr_Wilson::D_chiral ( Field w,
const Field f 
)
private

Definition at line 266 of file fopr_Wilson_impl.cpp.

void Imp::Fopr_Wilson::D_dirac ( Field w,
const Field f 
)
private

Definition at line 259 of file fopr_Wilson_impl.cpp.

void Imp::Fopr_Wilson::D_ex ( Field v,
const int  ex1,
const Field f,
const int  ex2 
)
inline

Definition at line 151 of file fopr_Wilson_impl.h.

void Imp::Fopr_Wilson::D_ex_chiral ( Field w,
const int  ex1,
const Field f,
const int  ex2 
)
private

Definition at line 384 of file fopr_Wilson_impl.cpp.

void Imp::Fopr_Wilson::D_ex_dirac ( Field w,
const int  ex1,
const Field f,
const int  ex2 
)
private

Definition at line 310 of file fopr_Wilson_impl.cpp.

void Imp::Fopr_Wilson::daypx ( Field w,
double  fac,
const Field f 
)
private

Definition at line 506 of file fopr_Wilson_impl.cpp.

void Imp::Fopr_Wilson::daypx_thread ( int  itask,
double *  v2,
double  fac,
const double *  v1 
)
private

Definition at line 121 of file fopr_Wilson_impl_thread.cpp.

void Imp::Fopr_Wilson::Ddag ( Field w,
const Field f 
)
inline

Definition at line 112 of file fopr_Wilson_impl.h.

void Imp::Fopr_Wilson::DdagD ( Field w,
const Field f 
)
inline

Definition at line 119 of file fopr_Wilson_impl.h.

void Imp::Fopr_Wilson::DDdag ( Field w,
const Field f 
)
inline

Definition at line 129 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::field_nex ( )
inlinevirtual

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

Implements Fopr.

Definition at line 175 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::field_nin ( )
inlinevirtual

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

Implements Fopr.

Definition at line 173 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::field_nvol ( )
inlinevirtual

returns the volume for which the fermion operator is defined.

Implements Fopr.

Definition at line 171 of file fopr_Wilson_impl.h.

double Imp::Fopr_Wilson::flop_count ( )
virtual

returns the flops per site.

Reimplemented from Fopr.

Definition at line 230 of file fopr_Wilson_impl.cpp.

void Imp::Fopr_Wilson::fopr_normalize ( Field v)
inline

Definition at line 183 of file fopr_Wilson_impl.h.

void Imp::Fopr_Wilson::fprop_normalize ( Field v)
inline

Definition at line 180 of file fopr_Wilson_impl.h.

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

only for Fopr_Overlap

Reimplemented from Fopr.

Definition at line 173 of file fopr_Wilson_impl.cpp.

void Imp::Fopr_Wilson::gm5_chiral ( Field w,
const Field f 
)
private

Definition at line 563 of file fopr_Wilson_impl.cpp.

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

Definition at line 1875 of file fopr_Wilson_impl_thread.cpp.

void Imp::Fopr_Wilson::gm5_dirac ( Field w,
const Field f 
)
private

Definition at line 544 of file fopr_Wilson_impl.cpp.

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

Definition at line 1843 of file fopr_Wilson_impl_thread.cpp.

void Imp::Fopr_Wilson::H ( Field w,
const Field f 
)
inline

Definition at line 139 of file fopr_Wilson_impl.h.

void Imp::Fopr_Wilson::init ( std::string  repr)

Definition at line 32 of file fopr_Wilson_impl.cpp.

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

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

Implements Fopr.

Definition at line 100 of file fopr_Wilson_impl.h.

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

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

Reimplemented from Fopr.

Definition at line 103 of file fopr_Wilson_impl.h.

void Imp::Fopr_Wilson::mult_dn ( int  mu,
Field w,
const Field f 
)
virtual

Reimplemented from Fopr.

Definition at line 292 of file fopr_Wilson_impl.cpp.

void Imp::Fopr_Wilson::mult_gm5 ( Field ,
const Field  
)
inlinevirtual

gamma_5 multiplication. [31 Mar 2017 H.Matsufuru]

Reimplemented from Fopr.

Definition at line 106 of file fopr_Wilson_impl.h.

const Field_F Imp::Fopr_Wilson::mult_gm5p ( int  mu,
const Field_F w 
)
inline

Definition at line 155 of file fopr_Wilson_impl.h.

void Imp::Fopr_Wilson::mult_gm5p ( int  mu,
Field v,
const Field w 
)

Definition at line 471 of file fopr_Wilson_impl.cpp.

void Imp::Fopr_Wilson::mult_m ( int  mu,
Field_F ,
const Field_F  
)
private
void Imp::Fopr_Wilson::mult_p ( int  mu,
Field_F ,
const Field_F  
)
private
void Imp::Fopr_Wilson::mult_tm1_chiral_thread ( int  itask,
double *  vcp1,
const double *  v1 
)
private

Definition at line 1671 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 1338 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 1727 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 1394 of file fopr_Wilson_impl_thread.cpp.

void Imp::Fopr_Wilson::mult_tm_chiral ( Field w,
const Field f 
)
private

Definition at line 924 of file fopr_Wilson_impl.cpp.

void Imp::Fopr_Wilson::mult_tm_dirac ( Field w,
const Field f 
)
private

Definition at line 848 of file fopr_Wilson_impl.cpp.

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

Definition at line 1780 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 1443 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 1502 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 1177 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 1548 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 1223 of file fopr_Wilson_impl_thread.cpp.

void Imp::Fopr_Wilson::mult_tp_chiral ( Field w,
const Field f 
)
private

Definition at line 886 of file fopr_Wilson_impl.cpp.

void Imp::Fopr_Wilson::mult_tp_dirac ( Field w,
const Field f 
)
private

Definition at line 810 of file fopr_Wilson_impl.cpp.

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

Definition at line 1607 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 1278 of file fopr_Wilson_impl_thread.cpp.

void Imp::Fopr_Wilson::mult_tpu_chiral ( Field ,
const Field  
)
private
void Imp::Fopr_Wilson::mult_tpu_dirac ( Field ,
const Field  
)
private
void Imp::Fopr_Wilson::mult_undef ( Field ,
const Field f 
)
inline

Definition at line 145 of file fopr_Wilson_impl.h.

void Imp::Fopr_Wilson::mult_up ( int  mu,
Field ,
const Field  
)
virtual

nearest neighbor hopping term: temporary entry [H.Matsufuru]

Reimplemented from Fopr.

Definition at line 273 of file fopr_Wilson_impl.cpp.

void Imp::Fopr_Wilson::mult_xm ( Field w,
const Field f 
)
private

Definition at line 620 of file fopr_Wilson_impl.cpp.

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

Definition at line 330 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 386 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 439 of file fopr_Wilson_impl_thread.cpp.

void Imp::Fopr_Wilson::mult_xp ( Field w,
const Field f 
)
private

Definition at line 582 of file fopr_Wilson_impl.cpp.

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

Definition at line 164 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 209 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 268 of file fopr_Wilson_impl_thread.cpp.

void Imp::Fopr_Wilson::mult_xpu ( Field ,
const Field  
)
private
void Imp::Fopr_Wilson::mult_ym ( Field w,
const Field f 
)
private

Definition at line 696 of file fopr_Wilson_impl.cpp.

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

Definition at line 667 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 723 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 776 of file fopr_Wilson_impl_thread.cpp.

void Imp::Fopr_Wilson::mult_yp ( Field w,
const Field f 
)
private

Definition at line 658 of file fopr_Wilson_impl.cpp.

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

Definition at line 501 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 546 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 605 of file fopr_Wilson_impl_thread.cpp.

void Imp::Fopr_Wilson::mult_ypu ( Field ,
const Field  
)
private
void Imp::Fopr_Wilson::mult_zm ( Field w,
const Field f 
)
private

Definition at line 772 of file fopr_Wilson_impl.cpp.

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

Definition at line 1005 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 1061 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 1115 of file fopr_Wilson_impl_thread.cpp.

void Imp::Fopr_Wilson::mult_zp ( Field w,
const Field f 
)
private

Definition at line 734 of file fopr_Wilson_impl.cpp.

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

Definition at line 837 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 883 of file fopr_Wilson_impl_thread.cpp.

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

Definition at line 942 of file fopr_Wilson_impl_thread.cpp.

void Imp::Fopr_Wilson::mult_zpu ( Field ,
const Field  
)
private
Fopr_Wilson& Imp::Fopr_Wilson::operator= ( const Fopr_Wilson )
private
void Imp::Fopr_Wilson::proj_chiral ( Field w,
const int  ex1,
const Field v,
const int  ex2,
const int  ipm 
)

Definition at line 482 of file fopr_Wilson_impl.cpp.

void Imp::Fopr_Wilson::set_config ( Field )
inlinevirtual

setting pointer to the gauge configuration.

Implements Fopr.

Definition at line 90 of file fopr_Wilson_impl.h.

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

Implements Fopr.

Definition at line 93 of file fopr_Wilson_impl.h.

void Imp::Fopr_Wilson::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.

Definition at line 121 of file fopr_Wilson_impl.cpp.

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

Implements Fopr.

Definition at line 180 of file fopr_Wilson_impl.cpp.

void Imp::Fopr_Wilson::set_parameters ( const double  kappa,
const std::vector< int >  bc 
)

Definition at line 204 of file fopr_Wilson_impl.cpp.

void Imp::Fopr_Wilson::setup_thread ( )
private

Definition at line 33 of file fopr_Wilson_impl_thread.cpp.

void Imp::Fopr_Wilson::tidyup ( )

Definition at line 148 of file fopr_Wilson_impl.cpp.

Member Data Documentation

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

Definition at line 46 of file fopr_Wilson_impl.h.

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

Definition at line 241 of file fopr_Wilson_impl.h.

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

boundary condition.

Definition at line 56 of file fopr_Wilson_impl.h.

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

b.c. for each node.

Definition at line 57 of file fopr_Wilson_impl.h.

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

Definition at line 197 of file fopr_Wilson_impl.h.

void(Fopr_Wilson::* Imp::Fopr_Wilson::m_D_ex)(Field &, const int, const Field &, const int)
private

Definition at line 201 of file fopr_Wilson_impl.h.

std::vector<GammaMatrix> Imp::Fopr_Wilson::m_GM
private

gamma matrices.

Definition at line 60 of file fopr_Wilson_impl.h.

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

Definition at line 198 of file fopr_Wilson_impl.h.

double Imp::Fopr_Wilson::m_kappa
private

Definition at line 55 of file fopr_Wilson_impl.h.

std::string Imp::Fopr_Wilson::m_mode
private

Definition at line 64 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::m_Mt
private

Definition at line 231 of file fopr_Wilson_impl.h.

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

Definition at line 195 of file fopr_Wilson_impl.h.

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

Definition at line 196 of file fopr_Wilson_impl.h.

void(Fopr_Wilson::* Imp::Fopr_Wilson::m_mult_tm)(Field &, const Field &)
private

Definition at line 200 of file fopr_Wilson_impl.h.

void(Fopr_Wilson::* Imp::Fopr_Wilson::m_mult_tp)(Field &, const Field &)
private

Definition at line 199 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::m_Mz
private

Definition at line 231 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::m_Nc
private

Definition at line 50 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::m_Nd
private

Definition at line 50 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::m_Ndf
private

Definition at line 50 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::m_Ndim
private

Definition at line 52 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::m_Nt
private

Definition at line 51 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::m_Ntask
private

Definition at line 232 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::m_Ntask_t
private

Definition at line 233 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::m_Ntask_z
private

Definition at line 233 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::m_Nthread
private

Definition at line 232 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::m_Nvc
private

Definition at line 50 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::m_Nvol
private

Definition at line 52 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::m_Nx
private

Definition at line 51 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::m_Ny
private

Definition at line 51 of file fopr_Wilson_impl.h.

int Imp::Fopr_Wilson::m_Nz
private

Definition at line 51 of file fopr_Wilson_impl.h.

std::string Imp::Fopr_Wilson::m_repr
private

Definition at line 65 of file fopr_Wilson_impl.h.

const Field_G* Imp::Fopr_Wilson::m_U
private

gauge configuration.

Definition at line 59 of file fopr_Wilson_impl.h.

Bridge::VerboseLevel Imp::Fopr_Wilson::m_vl
private

Definition at line 62 of file fopr_Wilson_impl.h.

Field Imp::Fopr_Wilson::m_w1
private

Definition at line 67 of file fopr_Wilson_impl.h.

Field Imp::Fopr_Wilson::m_w2
private

temporary fields.

Definition at line 67 of file fopr_Wilson_impl.h.

double * Imp::Fopr_Wilson::vcp1_tm
private

Definition at line 73 of file fopr_Wilson_impl.h.

double* Imp::Fopr_Wilson::vcp1_tp
private

Definition at line 73 of file fopr_Wilson_impl.h.

double * Imp::Fopr_Wilson::vcp1_xm
private

Definition at line 70 of file fopr_Wilson_impl.h.

double* Imp::Fopr_Wilson::vcp1_xp
private

arrays for data transfer.

Definition at line 70 of file fopr_Wilson_impl.h.

double * Imp::Fopr_Wilson::vcp1_ym
private

Definition at line 71 of file fopr_Wilson_impl.h.

double* Imp::Fopr_Wilson::vcp1_yp
private

Definition at line 71 of file fopr_Wilson_impl.h.

double * Imp::Fopr_Wilson::vcp1_zm
private

Definition at line 72 of file fopr_Wilson_impl.h.

double* Imp::Fopr_Wilson::vcp1_zp
private

Definition at line 72 of file fopr_Wilson_impl.h.

double * Imp::Fopr_Wilson::vcp2_tm
private

Definition at line 73 of file fopr_Wilson_impl.h.

double * Imp::Fopr_Wilson::vcp2_tp
private

Definition at line 73 of file fopr_Wilson_impl.h.

double * Imp::Fopr_Wilson::vcp2_xm
private

Definition at line 70 of file fopr_Wilson_impl.h.

double * Imp::Fopr_Wilson::vcp2_xp
private

Definition at line 70 of file fopr_Wilson_impl.h.

double * Imp::Fopr_Wilson::vcp2_ym
private

Definition at line 71 of file fopr_Wilson_impl.h.

double * Imp::Fopr_Wilson::vcp2_yp
private

Definition at line 71 of file fopr_Wilson_impl.h.

double * Imp::Fopr_Wilson::vcp2_zm
private

Definition at line 72 of file fopr_Wilson_impl.h.

double * Imp::Fopr_Wilson::vcp2_zp
private

Definition at line 72 of file fopr_Wilson_impl.h.


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