Bridge++  Ver. 2.0.2
AFopr_Clover_eo< AFIELD > Class Template Reference

#include <afopr_Clover_eo.h>

Inheritance diagram for AFopr_Clover_eo< AFIELD >:
AFopr< AFIELD >

Public Types

typedef AFIELD::real_t real_t
 

Public Member Functions

 AFopr_Clover_eo (const Parameters &params)
 constructor. More...
 
 ~AFopr_Clover_eo ()
 destructor. More...
 
void set_parameters (const Parameters &params)
 setting parameters by a Parameter object. More...
 
void set_parameters (real_t CKs, real_t csw, std::vector< int > bc)
 setting parameters by values. More...
 
void get_parameters (Parameters &params) const
 get parameters via a Parameter object More...
 
void setup_qws ()
 initialize qxs library. More...
 
void set_config (Field *u)
 setting gauge configuration (common interface). More...
 
void set_mode (std::string mode)
 setting mult mode. More...
 
std::string get_mode () const
 returns mult mode. More...
 
void mult (AFIELD &, const AFIELD &)
 multiplies fermion operator to a given field. More...
 
void mult_dag (AFIELD &, const AFIELD &)
 hermitian conjugate of mult. More...
 
void mult_gm5 (AFIELD &, const AFIELD &)
 multiplies gamma_5 matrix. More...
 
void mult_gm4 (AFIELD &, const AFIELD &)
 
void mult (AFIELD &, const AFIELD &, const std::string mode)
 executes mult with specified mode (unchanging internal mode). More...
 
void DdagD (AFIELD &, const AFIELD &)
 
void Ddag (AFIELD &, const AFIELD &)
 
void D (AFIELD &, const AFIELD &)
 
void gm5 (AFIELD &, const AFIELD &)
 
void aypx (real_t, AFIELD &, const AFIELD &)
 
void Meo (AFIELD &, const AFIELD &, const int ieo)
 Fermion matrix with ieo = 0: even <– odd, 1: odd <– even. More...
 
void Meo (AFIELD &, const AFIELD &, const AFIELD &, const int ieo, const int iflag)
 Fermion matrix with ieo = 0: even <– odd, 1: odd <– even. More...
 
void mult_Meo (AFIELD &, const AFIELD &, const AFIELD &, const int ieo, const int iflag)
 Meo implementation: standard. More...
 
void mult_Meo_alt (AFIELD &, const AFIELD &, const AFIELD &, const int ieo, const int iflag)
 Meo implementation: using mult_xp etc. More...
 
void mult_Meo_qxs (AFIELD &, const AFIELD &, const AFIELD &, const int ieo, const int iflag)
 Meo implementation: using qxs library. More...
 
void mult_Meo_qws (AFIELD &, const AFIELD &, const AFIELD &, const int ieo, const int iflag)
 Meo implementation: using qxs library. More...
 
int field_nin ()
 returns inner size parameter. More...
 
int field_nvol ()
 returns local volume size parameter. More...
 
int field_nex ()
 returns external size parameter. More...
 
double flop_count ()
 returns floating operation counts. More...
 
double flop_count (const std::string mode)
 returns floating operation counts. More...
 
bool needs_convert ()
 field convert is necessary in this implementation. More...
 
void convert (AFIELD &, const Field &)
 convert Field to AField for this class. More...
 
void reverse (Field &, const AFIELD &)
 reverse AField to Field. More...
 
const std::string class_name
 
const std::string class_name
 
- Public Member Functions inherited from AFopr< AFIELD >
 AFopr ()
 
virtual ~AFopr ()
 
virtual void mult_dag (AFIELD &, const AFIELD &, const std::string mode)
 executes mult_dag with specified mode (unchanging internal mode). More...
 
virtual void mult_up (int mu, AFIELD &, const AFIELD &)
 upward nearest neighbor hopping term. More...
 
virtual void mult_dn (int mu, AFIELD &, const AFIELD &)
 downward nearest neighbor hopping term. More...
 
virtual void normalize_fprop (AFIELD &)
 normalize propagator if necessary (default: do nothing) More...
 
virtual void normalize_fopr (AFIELD &)
 normalize propagator if necessary (default: do nothing) More...
 

Static Public Attributes

static const std::string class_name = "AFopr_Clover_eo"
 

Protected Types

using allocator_t = typename AFIELD::template aligned_allocator< char >
 
using Channel = Channel_impl< allocator_t >
 

Protected Attributes

int m_Nc
 
int m_Nd
 
int m_Ndf
 
int m_Nvc
 
int m_Nst
 
int m_Nx
 
int m_Ny
 
int m_Nz
 
int m_Nt
 
int m_Ndim
 
int m_Nx2
 
int m_Nst2
 
int m_Nx2v
 
int m_Nst2v
 
int m_Nyv
 
real_t m_CKs
 hopping parameter More...
 
real_t m_csw
 clover coefficient More...
 
std::vector< int > m_boundary
 pointer to boundary condition More...
 
std::string m_repr
 gamma matrix representation More...
 
Bridge::VerboseLevel m_vl
 verbose level More...
 
std::vector< int > m_Leo
 Leo = 0 (even site) or 1 (odd site). More...
 
AIndex_eo< real_t, AFIELD::IMPL > m_index
 
Fieldm_conf
 original gauge config. More...
 
AFIELD m_Ulex
 converted gauge config with boundary conditions More...
 
AFIELD m_Ueo
 gauge config in even-odd index More...
 
std::string m_mode
 mult mode More...
 
AFIELD m_v1
 
AFIELD m_v2
 working field. More...
 
AFIELD m_z1
 lexical field: used in convert/reverse. More...
 
Field_F m_w1
 
Field_F m_w2
 
int m_Nsize [4]
 
int do_comm [4]
 
int do_comm_any
 
std::vector< int > m_bdsize
 
std::vector< Channelchsend_up
 
std::vector< Channelchrecv_up
 
std::vector< Channelchsend_dn
 
std::vector< Channelchrecv_dn
 
ChannelSet chset_send
 
ChannelSet chset_recv
 
Fopr_CloverTerm_eom_fopr_ct
 clover term (corelib) More...
 
AFIELD m_Te_inv
 
AFIELD m_To_inv
 

Private Member Functions

void init (const Parameters &params)
 initial setup. More...
 
void tidyup ()
 final tidy-up. More...
 
void setup_channels ()
 setup channels for communication. More...
 
void set_csw ()
 setting clover term inverse. More...
 
void set_config_omp (Field *u)
 setting gauge configuration (setting omp parallel). More...
 
void set_config_impl (Field *u)
 setting gauge configuration (implementation). More...
 
void set_csw_chrot (AFIELD &m_T_inv, int ieo)
 setting clover term inverse for chiral rotation case. More...
 
void mult_cswinv (AFIELD &, const AFIELD &, const int ieo)
 
void mult_cswinv (real_t *v2, real_t *v1, int ieo)
 
void mult_cswinv_dirac (real_t *v2, real_t *v1, real_t *csw_inv, int site)
 
void mult_xp (real_t *, real_t *, const int)
 
void mult_xm (real_t *, real_t *, const int)
 
void mult_yp (real_t *, real_t *, const int)
 
void mult_ym (real_t *, real_t *, const int)
 
void mult_zp (real_t *, real_t *, const int)
 
void mult_zm (real_t *, real_t *, const int)
 
void mult_tp (real_t *, real_t *, const int)
 
void mult_tm (real_t *, real_t *, const int)
 
void mult_gm5 (real_t *, real_t *)
 
void mult_gm4 (real_t *, real_t *)
 
void clear (real_t *)
 
void aypx (real_t, real_t *, real_t *)
 
void scal (real_t *, const real_t)
 
void clear (real_t *, const int, const int)
 
void aypx (real_t, real_t *, real_t *, const int, const int)
 
void scal (real_t *, const real_t, const int, const int)
 

Additional Inherited Members

- Static Protected Attributes inherited from AFopr< AFIELD >
static const std::string class_name
 

Detailed Description

template<typename AFIELD>
class AFopr_Clover_eo< AFIELD >

Implementation of the clover fermion operator (even-odd index) in the QXS branch. [24 Dec 2022 H.Matsufuru]

Definition at line 40 of file afopr_Clover_eo.h.

Member Typedef Documentation

◆ allocator_t

template<typename AFIELD >
using AFopr_Clover_eo< AFIELD >::allocator_t = typename AFIELD::template aligned_allocator<char>
protected

Definition at line 79 of file afopr_Clover_eo.h.

◆ Channel

template<typename AFIELD >
using AFopr_Clover_eo< AFIELD >::Channel = Channel_impl<allocator_t>
protected

Definition at line 80 of file afopr_Clover_eo.h.

◆ real_t

template<typename AFIELD >
typedef AFIELD::real_t AFopr_Clover_eo< AFIELD >::real_t

Definition at line 43 of file afopr_Clover_eo.h.

Constructor & Destructor Documentation

◆ AFopr_Clover_eo()

template<typename AFIELD >
AFopr_Clover_eo< AFIELD >::AFopr_Clover_eo ( const Parameters params)
inline

constructor.

Definition at line 90 of file afopr_Clover_eo.h.

◆ ~AFopr_Clover_eo()

template<typename AFIELD >
AFopr_Clover_eo< AFIELD >::~AFopr_Clover_eo ( )
inline

destructor.

Definition at line 93 of file afopr_Clover_eo.h.

Member Function Documentation

◆ aypx() [1/3]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::aypx ( real_t  a,
AFIELD v,
const AFIELD w 
)

Definition at line 641 of file afopr_Clover_eo-tmpl.h.

◆ aypx() [2/3]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::aypx ( real_t  ,
real_t ,
real_t  
)
private

◆ aypx() [3/3]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::aypx ( real_t  ,
real_t ,
real_t ,
const int  ,
const int   
)
private

◆ class_name() [1/2]

const std::string AFopr_Clover_eo< AField< double, QXS > >::class_name

Definition at line 44 of file afopr_Clover_eo_double.cpp.

◆ class_name() [2/2]

const std::string AFopr_Clover_eo< AField< float, QXS > >::class_name

Definition at line 44 of file afopr_Clover_eo_float.cpp.

◆ clear() [1/2]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::clear ( real_t v)
private

Definition at line 807 of file afopr_Clover_eo-tmpl.h.

◆ clear() [2/2]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::clear ( real_t ,
const int  ,
const int   
)
private

◆ convert()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::convert ( AFIELD v,
const Field w 
)
virtual

convert Field to AField for this class.

Reimplemented from AFopr< AFIELD >.

Definition at line 458 of file afopr_Clover_eo-tmpl.h.

◆ D()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::D ( AFIELD v,
const AFIELD w 
)

Definition at line 628 of file afopr_Clover_eo-tmpl.h.

◆ Ddag()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::Ddag ( AFIELD v,
const AFIELD w 
)

Definition at line 612 of file afopr_Clover_eo-tmpl.h.

◆ DdagD()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::DdagD ( AFIELD v,
const AFIELD w 
)

Definition at line 603 of file afopr_Clover_eo-tmpl.h.

◆ field_nex()

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::field_nex ( )
inlinevirtual

returns external size parameter.

Implements AFopr< AFIELD >.

Definition at line 162 of file afopr_Clover_eo.h.

◆ field_nin()

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::field_nin ( )
inlinevirtual

returns inner size parameter.

Implements AFopr< AFIELD >.

Definition at line 156 of file afopr_Clover_eo.h.

◆ field_nvol()

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::field_nvol ( )
inlinevirtual

returns local volume size parameter.

Implements AFopr< AFIELD >.

Definition at line 159 of file afopr_Clover_eo.h.

◆ flop_count() [1/2]

template<typename AFIELD >
double AFopr_Clover_eo< AFIELD >::flop_count ( )
inlinevirtual

returns floating operation counts.

Reimplemented from AFopr< AFIELD >.

Definition at line 165 of file afopr_Clover_eo.h.

◆ flop_count() [2/2]

template<typename AFIELD >
double AFopr_Clover_eo< AFIELD >::flop_count ( const std::string  mode)
virtual

returns floating operation counts.

Reimplemented from AFopr< AFIELD >.

Definition at line 846 of file afopr_Clover_eo-tmpl.h.

◆ get_mode()

template<typename AFIELD >
std::string AFopr_Clover_eo< AFIELD >::get_mode ( ) const
inlinevirtual

returns mult mode.

Reimplemented from AFopr< AFIELD >.

Definition at line 114 of file afopr_Clover_eo.h.

◆ get_parameters()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::get_parameters ( Parameters params) const
virtual

get parameters via a Parameter object

Reimplemented from AFopr< AFIELD >.

Definition at line 277 of file afopr_Clover_eo-tmpl.h.

◆ gm5()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::gm5 ( AFIELD ,
const AFIELD  
)

◆ init()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::init ( const Parameters params)
private

initial setup.

Definition at line 18 of file afopr_Clover_eo-tmpl.h.

◆ Meo() [1/2]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::Meo ( AFIELD v,
const AFIELD w,
const AFIELD x,
const int  ieo,
const int  iflag 
)

Fermion matrix with ieo = 0: even <– odd, 1: odd <– even.

Definition at line 663 of file afopr_Clover_eo-tmpl.h.

◆ Meo() [2/2]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::Meo ( AFIELD v,
const AFIELD w,
const int  ieo 
)

Fermion matrix with ieo = 0: even <– odd, 1: odd <– even.

Definition at line 654 of file afopr_Clover_eo-tmpl.h.

◆ mult() [1/2]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult ( AFIELD ,
const AFIELD  
)
virtual

multiplies fermion operator to a given field.

Reimplemented from AFopr< AFIELD >.

Definition at line 493 of file afopr_Clover_eo-tmpl.h.

◆ mult() [2/2]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult ( AFIELD ,
const AFIELD ,
const std::string  mode 
)
virtual

executes mult with specified mode (unchanging internal mode).

Reimplemented from AFopr< AFIELD >.

Definition at line 582 of file afopr_Clover_eo-tmpl.h.

◆ mult_cswinv() [1/2]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_cswinv ( AFIELD v,
const AFIELD w,
const int  ieo 
)
private

Definition at line 740 of file afopr_Clover_eo-tmpl.h.

◆ mult_cswinv() [2/2]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_cswinv ( real_t v2,
real_t v1,
int  ieo 
)
private

◆ mult_cswinv_dirac()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_cswinv_dirac ( real_t v2,
real_t v1,
real_t csw_inv,
int  site 
)
private

◆ mult_dag()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_dag ( AFIELD ,
const AFIELD  
)
virtual

hermitian conjugate of mult.

Reimplemented from AFopr< AFIELD >.

Definition at line 510 of file afopr_Clover_eo-tmpl.h.

◆ mult_gm4() [1/2]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_gm4 ( AFIELD v,
const AFIELD w 
)

Definition at line 545 of file afopr_Clover_eo-tmpl.h.

◆ mult_gm4() [2/2]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_gm4 ( real_t ,
real_t  
)
private

◆ mult_gm5() [1/2]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_gm5 ( AFIELD ,
const AFIELD  
)
virtual

multiplies gamma_5 matrix.

Reimplemented from AFopr< AFIELD >.

Definition at line 527 of file afopr_Clover_eo-tmpl.h.

◆ mult_gm5() [2/2]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_gm5 ( real_t ,
real_t  
)
private

◆ mult_Meo()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_Meo ( AFIELD ,
const AFIELD ,
const AFIELD ,
const int  ieo,
const int  iflag 
)

Meo implementation: standard.

◆ mult_Meo_alt()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_Meo_alt ( AFIELD ,
const AFIELD ,
const AFIELD ,
const int  ieo,
const int  iflag 
)

Meo implementation: using mult_xp etc.

◆ mult_Meo_qws()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_Meo_qws ( AFIELD ,
const AFIELD ,
const AFIELD ,
const int  ieo,
const int  iflag 
)

Meo implementation: using qxs library.

◆ mult_Meo_qxs()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_Meo_qxs ( AFIELD v,
const AFIELD w,
const AFIELD x,
const int  ieo,
const int  iflag 
)

Meo implementation: using qxs library.

Definition at line 673 of file afopr_Clover_eo-tmpl.h.

◆ mult_tm()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_tm ( real_t ,
real_t ,
const int   
)
private

◆ mult_tp()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_tp ( real_t ,
real_t ,
const int   
)
private

◆ mult_xm()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_xm ( real_t ,
real_t ,
const int   
)
private

◆ mult_xp()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_xp ( real_t ,
real_t ,
const int   
)
private

◆ mult_ym()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_ym ( real_t ,
real_t ,
const int   
)
private

◆ mult_yp()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_yp ( real_t ,
real_t ,
const int   
)
private

◆ mult_zm()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_zm ( real_t ,
real_t ,
const int   
)
private

◆ mult_zp()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::mult_zp ( real_t ,
real_t ,
const int   
)
private

◆ needs_convert()

template<typename AFIELD >
bool AFopr_Clover_eo< AFIELD >::needs_convert ( )
inlinevirtual

field convert is necessary in this implementation.

Reimplemented from AFopr< AFIELD >.

Definition at line 171 of file afopr_Clover_eo.h.

◆ reverse()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::reverse ( Field v,
const AFIELD w 
)
virtual

reverse AField to Field.

Reimplemented from AFopr< AFIELD >.

Definition at line 469 of file afopr_Clover_eo-tmpl.h.

◆ scal() [1/2]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::scal ( real_t v,
const real_t  a 
)
private

Definition at line 827 of file afopr_Clover_eo-tmpl.h.

◆ scal() [2/2]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::scal ( real_t ,
const  real_t,
const int  ,
const int   
)
private

◆ set_config()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::set_config ( Field u)
virtual

setting gauge configuration (common interface).

Implements AFopr< AFIELD >.

Definition at line 290 of file afopr_Clover_eo-tmpl.h.

◆ set_config_impl()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::set_config_impl ( Field u)
private

setting gauge configuration (implementation).

Definition at line 322 of file afopr_Clover_eo-tmpl.h.

◆ set_config_omp()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::set_config_omp ( Field u)
private

setting gauge configuration (setting omp parallel).

Definition at line 309 of file afopr_Clover_eo-tmpl.h.

◆ set_csw()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::set_csw
private

setting clover term inverse.

Definition at line 368 of file afopr_Clover_eo-tmpl.h.

◆ set_csw_chrot()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::set_csw_chrot ( AFIELD m_T_inv,
int  ieo 
)
private

setting clover term inverse for chiral rotation case.

Definition at line 378 of file afopr_Clover_eo-tmpl.h.

◆ set_mode()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::set_mode ( std::string  mode)
virtual

setting mult mode.

Reimplemented from AFopr< AFIELD >.

Definition at line 480 of file afopr_Clover_eo-tmpl.h.

◆ set_parameters() [1/2]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::set_parameters ( const Parameters params)
virtual

setting parameters by a Parameter object.

Reimplemented from AFopr< AFIELD >.

Definition at line 213 of file afopr_Clover_eo-tmpl.h.

◆ set_parameters() [2/2]

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::set_parameters ( real_t  CKs,
real_t  csw,
std::vector< int >  bc 
)

setting parameters by values.

Definition at line 244 of file afopr_Clover_eo-tmpl.h.

◆ setup_channels()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::setup_channels
private

setup channels for communication.

Definition at line 169 of file afopr_Clover_eo-tmpl.h.

◆ setup_qws()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::setup_qws ( )

initialize qxs library.

◆ tidyup()

template<typename AFIELD >
void AFopr_Clover_eo< AFIELD >::tidyup
private

final tidy-up.

Definition at line 203 of file afopr_Clover_eo-tmpl.h.

Member Data Documentation

◆ chrecv_dn

template<typename AFIELD >
std::vector<Channel> AFopr_Clover_eo< AFIELD >::chrecv_dn
protected

Definition at line 81 of file afopr_Clover_eo.h.

◆ chrecv_up

template<typename AFIELD >
std::vector<Channel> AFopr_Clover_eo< AFIELD >::chrecv_up
protected

Definition at line 81 of file afopr_Clover_eo.h.

◆ chsend_dn

template<typename AFIELD >
std::vector<Channel> AFopr_Clover_eo< AFIELD >::chsend_dn
protected

Definition at line 81 of file afopr_Clover_eo.h.

◆ chsend_up

template<typename AFIELD >
std::vector<Channel> AFopr_Clover_eo< AFIELD >::chsend_up
protected

Definition at line 81 of file afopr_Clover_eo.h.

◆ chset_recv

template<typename AFIELD >
ChannelSet AFopr_Clover_eo< AFIELD >::chset_recv
protected

Definition at line 82 of file afopr_Clover_eo.h.

◆ chset_send

template<typename AFIELD >
ChannelSet AFopr_Clover_eo< AFIELD >::chset_send
protected

Definition at line 82 of file afopr_Clover_eo.h.

◆ class_name

template<typename AFIELD >
const std::string AFopr_Clover_eo< AFIELD >::class_name = "AFopr_Clover_eo"
static

Definition at line 44 of file afopr_Clover_eo.h.

◆ do_comm

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::do_comm[4]
protected

Definition at line 75 of file afopr_Clover_eo.h.

◆ do_comm_any

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::do_comm_any
protected

Definition at line 76 of file afopr_Clover_eo.h.

◆ m_bdsize

template<typename AFIELD >
std::vector<int> AFopr_Clover_eo< AFIELD >::m_bdsize
protected

Definition at line 78 of file afopr_Clover_eo.h.

◆ m_boundary

template<typename AFIELD >
std::vector<int> AFopr_Clover_eo< AFIELD >::m_boundary
protected

pointer to boundary condition

Definition at line 55 of file afopr_Clover_eo.h.

◆ m_CKs

template<typename AFIELD >
real_t AFopr_Clover_eo< AFIELD >::m_CKs
protected

hopping parameter

Definition at line 53 of file afopr_Clover_eo.h.

◆ m_conf

template<typename AFIELD >
Field* AFopr_Clover_eo< AFIELD >::m_conf
protected

original gauge config.

Definition at line 62 of file afopr_Clover_eo.h.

◆ m_csw

template<typename AFIELD >
real_t AFopr_Clover_eo< AFIELD >::m_csw
protected

clover coefficient

Definition at line 54 of file afopr_Clover_eo.h.

◆ m_fopr_ct

template<typename AFIELD >
Fopr_CloverTerm_eo* AFopr_Clover_eo< AFIELD >::m_fopr_ct
protected

clover term (corelib)

Definition at line 84 of file afopr_Clover_eo.h.

◆ m_index

template<typename AFIELD >
AIndex_eo<real_t, AFIELD::IMPL> AFopr_Clover_eo< AFIELD >::m_index
protected

Definition at line 61 of file afopr_Clover_eo.h.

◆ m_Leo

template<typename AFIELD >
std::vector<int> AFopr_Clover_eo< AFIELD >::m_Leo
protected

Leo = 0 (even site) or 1 (odd site).

Definition at line 59 of file afopr_Clover_eo.h.

◆ m_mode

template<typename AFIELD >
std::string AFopr_Clover_eo< AFIELD >::m_mode
protected

mult mode

Definition at line 66 of file afopr_Clover_eo.h.

◆ m_Nc

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::m_Nc
protected

Definition at line 47 of file afopr_Clover_eo.h.

◆ m_Nd

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::m_Nd
protected

Definition at line 47 of file afopr_Clover_eo.h.

◆ m_Ndf

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::m_Ndf
protected

Definition at line 47 of file afopr_Clover_eo.h.

◆ m_Ndim

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::m_Ndim
protected

Definition at line 49 of file afopr_Clover_eo.h.

◆ m_Nsize

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::m_Nsize[4]
protected

Definition at line 73 of file afopr_Clover_eo.h.

◆ m_Nst

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::m_Nst
protected

Definition at line 48 of file afopr_Clover_eo.h.

◆ m_Nst2

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::m_Nst2
protected

Definition at line 50 of file afopr_Clover_eo.h.

◆ m_Nst2v

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::m_Nst2v
protected

Definition at line 51 of file afopr_Clover_eo.h.

◆ m_Nt

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::m_Nt
protected

Definition at line 48 of file afopr_Clover_eo.h.

◆ m_Nvc

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::m_Nvc
protected

Definition at line 47 of file afopr_Clover_eo.h.

◆ m_Nx

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::m_Nx
protected

Definition at line 48 of file afopr_Clover_eo.h.

◆ m_Nx2

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::m_Nx2
protected

Definition at line 50 of file afopr_Clover_eo.h.

◆ m_Nx2v

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::m_Nx2v
protected

Definition at line 51 of file afopr_Clover_eo.h.

◆ m_Ny

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::m_Ny
protected

Definition at line 48 of file afopr_Clover_eo.h.

◆ m_Nyv

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::m_Nyv
protected

Definition at line 51 of file afopr_Clover_eo.h.

◆ m_Nz

template<typename AFIELD >
int AFopr_Clover_eo< AFIELD >::m_Nz
protected

Definition at line 48 of file afopr_Clover_eo.h.

◆ m_repr

template<typename AFIELD >
std::string AFopr_Clover_eo< AFIELD >::m_repr
protected

gamma matrix representation

Definition at line 56 of file afopr_Clover_eo.h.

◆ m_Te_inv

template<typename AFIELD >
AFIELD AFopr_Clover_eo< AFIELD >::m_Te_inv
protected

Definition at line 86 of file afopr_Clover_eo.h.

◆ m_To_inv

template<typename AFIELD >
AFIELD AFopr_Clover_eo< AFIELD >::m_To_inv
protected

Definition at line 86 of file afopr_Clover_eo.h.

◆ m_Ueo

template<typename AFIELD >
AFIELD AFopr_Clover_eo< AFIELD >::m_Ueo
protected

gauge config in even-odd index

Definition at line 64 of file afopr_Clover_eo.h.

◆ m_Ulex

template<typename AFIELD >
AFIELD AFopr_Clover_eo< AFIELD >::m_Ulex
protected

converted gauge config with boundary conditions

Definition at line 63 of file afopr_Clover_eo.h.

◆ m_v1

template<typename AFIELD >
AFIELD AFopr_Clover_eo< AFIELD >::m_v1
protected

Definition at line 68 of file afopr_Clover_eo.h.

◆ m_v2

template<typename AFIELD >
AFIELD AFopr_Clover_eo< AFIELD >::m_v2
protected

working field.

Definition at line 68 of file afopr_Clover_eo.h.

◆ m_vl

template<typename AFIELD >
Bridge::VerboseLevel AFopr_Clover_eo< AFIELD >::m_vl
protected

verbose level

Definition at line 57 of file afopr_Clover_eo.h.

◆ m_w1

template<typename AFIELD >
Field_F AFopr_Clover_eo< AFIELD >::m_w1
protected

Definition at line 71 of file afopr_Clover_eo.h.

◆ m_w2

template<typename AFIELD >
Field_F AFopr_Clover_eo< AFIELD >::m_w2
protected

Definition at line 71 of file afopr_Clover_eo.h.

◆ m_z1

template<typename AFIELD >
AFIELD AFopr_Clover_eo< AFIELD >::m_z1
protected

lexical field: used in convert/reverse.

Definition at line 69 of file afopr_Clover_eo.h.


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