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

#include <afopr_Clover_QWS_dd.h>

Inheritance diagram for AFopr_Clover_QWS_dd< AFIELD >:
AFopr_dd< AFIELD > AFopr< AFIELD >

Public Types

typedef AFIELD::real_t real_t
 

Public Member Functions

 AFopr_Clover_QWS_dd (const Parameters &params)
 constructor. More...
 
 ~AFopr_Clover_QWS_dd ()
 destructor. More...
 
void set_parameters (const Parameters &params)
 setting parameters by a Parameter object. More...
 
void set_parameters (real_t CKs, std::vector< int > bc, std::vector< int > block_size)
 setting parameters by values. More...
 
void set_config (Field *u)
 setting gauge configuration. More...
 
bool needs_convert ()
 QXS version requires convert of spinor field. More...
 
void convert (AFIELD &v, const Field &w)
 convert of spinor field (to QWS specific). More...
 
void convert (AFIELD &v, const AFIELD &w)
 convert of spinor field (from QXS to QWS specific). More...
 
void reverse (Field &v, const AFIELD &w)
 reverse of spinor field (from QWS specific). More...
 
void reverse (AFIELD &v, const AFIELD &w)
 reverse of spinor field (from QWS specfic to QXS). More...
 
Fieldget_conf (void)
 returns the pointer to gauge configuration. 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 project_chiral (AFIELD &, const AFIELD &, int ch)
 
void mult_up (int mu, AFIELD &, const AFIELD &)
 upward nearest neighbor hopping term. More...
 
void mult_dn (int mu, AFIELD &, const AFIELD &)
 downward nearest neighbor hopping term. More...
 
void mult_sap (AFIELD &, const AFIELD &, const int ieo)
 SAP operator. More...
 
void mult_dd (AFIELD &, const AFIELD &)
 Mult only inside domain. More...
 
void mult_dup (AFIELD &, const AFIELD &, const int mu)
 Upward hopping part of mult. More...
 
void mult_ddn (AFIELD &, const AFIELD &, const int mu)
 Downward hopping part of mult. More...
 
void mult_clv_inv (AFIELD &v)
 
void mult_clv (AFIELD &v)
 
void mult_block_hop (AFIELD &v, const AFIELD &w, const int mu)
 
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_sap ()
 returns floating operation counts of mult_sap. More...
 
double flop_count (const std::string mode)
 returns floating operation counts for given mode. More...
 
const std::string class_name
 
const std::string class_name
 
- Public Member Functions inherited from AFopr_dd< AFIELD >
virtual ~AFopr_dd ()
 
- Public Member Functions inherited from AFopr< AFIELD >
 AFopr ()
 
virtual ~AFopr ()
 
virtual void get_parameters (Parameters &params) const
 gets parameters by a Parameter object: to be implemented in a subclass. More...
 
virtual void mult (AFIELD &, const AFIELD &, const std::string mode)
 executes mult with specified mode (unchanging internal mode). More...
 
virtual void mult_dag (AFIELD &, const AFIELD &, const std::string mode)
 executes mult_dag with specified mode (unchanging internal mode). 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_QWS_dd"
 

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_Nvc
 
int m_Ndf
 
int m_Ndim
 
int m_Nx
 
int m_Ny
 
int m_Nz
 
int m_Nt
 
int m_Nst
 
int m_Nxv
 
int m_Nyv
 
int m_Nstv
 
real_t m_CKs
 hopping parameter. 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_block_size
 block size More...
 
int m_Ieo
 even-odd label of origin in units of block More...
 
Fieldm_conf
 original gauge config. More...
 
AFIELD m_U
 copied gauge config. with boundary conditions. More...
 
AFIELD m_Ublock
 copied gauge config. with block condition. More...
 
std::string m_mode
 mult mode More...
 
Fopr_CloverTermm_fopr_csw
 clover term (corelib) More...
 
Fopr_CloverTermm_fopr_csw_chiral
 clover term (corelib) More...
 
AFIELD m_v1
 
AFIELD m_v2
 
AFIELD m_T
 clover term More...
 
AFIELD m_T_qws
 clover term More...
 
int m_Nsize [4]
 lattice sizes (Nxv in x-direction) More...
 
int m_block_sizev [4]
 block size in units of SIMD vector More...
 
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
 

Private Member Functions

void init ()
 initial setup. More...
 
void tidyup ()
 final tidy-up. More...
 
void setup_channels ()
 setup channels for communication. More...
 
void set_boundary ()
 inpose the boundary condition to link variable. More...
 
void set_boundary_config (AFIELD &, const int)
 partially inpose the boundary condition to link variable. More...
 
void set_block_config (AFIELD &)
 inpose the block condition to link variable. More...
 
void set_csw ()
 set_csw now assumes Dirac repr. More...
 
void set_csw_chrot ()
 set_csw now assumes Dirac repr. with internally using Chiral repr. More...
 
void set_csw_qws ()
 set_csw to use qws implemenation More...
 
void solve_csw_qws_inv (Field &, const Field &)
 
void mult_csw (real_t *, real_t *)
 set_csw now assumes Dirac repr. More...
 
void DdagD (AFIELD &, const AFIELD &)
 
void Ddag (AFIELD &, const AFIELD &)
 
void H (AFIELD &, const AFIELD &)
 
void D (AFIELD &, const AFIELD &)
 
void mult_gm4 (AFIELD &, const AFIELD &)
 
void mult_D (AFIELD &, const AFIELD &)
 standard D mult. More...
 
void mult_D_qws (AFIELD &, const AFIELD &)
 D mult using QWS library. More...
 
void mult_D_alt (AFIELD &, const AFIELD &)
 D mult using mult_xp, etc. More...
 
void mult_xp (real_t *, real_t *, int)
 
void mult_xm (real_t *, real_t *, int)
 
void mult_yp (real_t *, real_t *, int)
 
void mult_ym (real_t *, real_t *, int)
 
void mult_zp (real_t *, real_t *, int)
 
void mult_zm (real_t *, real_t *, int)
 
void mult_tp (real_t *, real_t *, int)
 
void mult_tm (real_t *, real_t *, int)
 
void mult_gm5 (real_t *, real_t *)
 
void clear (real_t *)
 
void scal_local (real_t *, real_t)
 
void aypx (real_t, real_t *, real_t *)
 
void gm5_aypx (real_t, real_t *, real_t *)
 

Additional Inherited Members

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

Detailed Description

template<typename AFIELD>
class AFopr_Clover_QWS_dd< AFIELD >

Definition at line 40 of file afopr_Clover_QWS_dd.h.

Member Typedef Documentation

◆ allocator_t

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

Definition at line 82 of file afopr_Clover_QWS_dd.h.

◆ Channel

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

Definition at line 83 of file afopr_Clover_QWS_dd.h.

◆ real_t

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

Definition at line 43 of file afopr_Clover_QWS_dd.h.

Constructor & Destructor Documentation

◆ AFopr_Clover_QWS_dd()

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

constructor.

Definition at line 89 of file afopr_Clover_QWS_dd.h.

◆ ~AFopr_Clover_QWS_dd()

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

destructor.

Definition at line 96 of file afopr_Clover_QWS_dd.h.

Member Function Documentation

◆ aypx()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::aypx ( real_t  a,
real_t v,
real_t w 
)
private

Definition at line 1639 of file afopr_Clover_QWS_dd-tmpl.h.

◆ class_name() [1/2]

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

Definition at line 48 of file afopr_Clover_QWS_dd_float.cpp.

◆ class_name() [2/2]

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

Definition at line 49 of file afopr_Clover_QWS_dd_double.cpp.

◆ clear()

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

Definition at line 1657 of file afopr_Clover_QWS_dd-tmpl.h.

◆ convert() [1/2]

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

convert of spinor field (from QXS to QWS specific).

Reimplemented from AFopr< AFIELD >.

◆ convert() [2/2]

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

convert of spinor field (to QWS specific).

Reimplemented from AFopr< AFIELD >.

Definition at line 952 of file afopr_Clover_QWS_dd-tmpl.h.

◆ D()

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

Definition at line 1118 of file afopr_Clover_QWS_dd-tmpl.h.

◆ Ddag()

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

Definition at line 1142 of file afopr_Clover_QWS_dd-tmpl.h.

◆ DdagD()

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

Definition at line 1131 of file afopr_Clover_QWS_dd-tmpl.h.

◆ field_nex()

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

returns external size parameter.

Implements AFopr< AFIELD >.

Definition at line 161 of file afopr_Clover_QWS_dd.h.

◆ field_nin()

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

returns inner size parameter.

Implements AFopr< AFIELD >.

Definition at line 155 of file afopr_Clover_QWS_dd.h.

◆ field_nvol()

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

returns local volume size parameter.

Implements AFopr< AFIELD >.

Definition at line 158 of file afopr_Clover_QWS_dd.h.

◆ flop_count() [1/2]

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

returns floating operation counts.

Reimplemented from AFopr< AFIELD >.

Definition at line 164 of file afopr_Clover_QWS_dd.h.

◆ flop_count() [2/2]

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

returns floating operation counts for given mode.

Reimplemented from AFopr< AFIELD >.

Definition at line 2220 of file afopr_Clover_QWS_dd-tmpl.h.

◆ flop_count_sap()

template<typename AFIELD >
double AFopr_Clover_QWS_dd< AFIELD >::flop_count_sap
virtual

returns floating operation counts of mult_sap.

Implements AFopr_dd< AFIELD >.

Definition at line 2249 of file afopr_Clover_QWS_dd-tmpl.h.

◆ get_conf()

template<typename AFIELD >
Field* AFopr_Clover_QWS_dd< AFIELD >::get_conf ( void  )
inline

returns the pointer to gauge configuration.

Definition at line 124 of file afopr_Clover_QWS_dd.h.

◆ get_mode()

template<typename AFIELD >
std::string AFopr_Clover_QWS_dd< AFIELD >::get_mode
virtual

returns mult mode.

Reimplemented from AFopr< AFIELD >.

Definition at line 1059 of file afopr_Clover_QWS_dd-tmpl.h.

◆ gm5_aypx()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::gm5_aypx ( real_t  ,
real_t ,
real_t  
)
private

◆ H()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::H ( AFIELD v,
const AFIELD w 
)
private

Definition at line 1630 of file afopr_Clover_QWS_dd-tmpl.h.

◆ init()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::init
private

initial setup.

Definition at line 22 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult()

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

multiplies fermion operator to a given field.

Reimplemented from AFopr< AFIELD >.

Definition at line 1080 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_block_hop()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_block_hop ( AFIELD v,
const AFIELD w,
const int  mu 
)
inline

Definition at line 151 of file afopr_Clover_QWS_dd.h.

◆ mult_clv()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_clv ( AFIELD v)

Definition at line 1325 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_clv_inv()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_clv_inv ( AFIELD v)

Definition at line 1304 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_csw()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_csw ( real_t v2,
real_t v1 
)
private

set_csw now assumes Dirac repr.

Definition at line 1260 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_D()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_D ( AFIELD v,
const AFIELD w 
)
private

standard D mult.

Definition at line 1346 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_D_alt()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_D_alt ( AFIELD v,
const AFIELD w 
)
private

D mult using mult_xp, etc.

Definition at line 1493 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_D_qws()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_D_qws ( AFIELD v,
const AFIELD w 
)
private

D mult using QWS library.

Definition at line 1460 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_dag()

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

hermitian conjugate of mult.

Reimplemented from AFopr< AFIELD >.

Definition at line 1099 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_dd()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_dd ( AFIELD ,
const AFIELD  
)
virtual

Mult only inside domain.

Implements AFopr_dd< AFIELD >.

Definition at line 1433 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_ddn()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_ddn ( AFIELD ,
const AFIELD ,
const int  mu 
)
virtual

Downward hopping part of mult.

Implements AFopr_dd< AFIELD >.

Definition at line 1555 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_dn()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_dn ( int  mu,
AFIELD ,
const AFIELD  
)
virtual

downward nearest neighbor hopping term.

Reimplemented from AFopr< AFIELD >.

Definition at line 1036 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_dup()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_dup ( AFIELD ,
const AFIELD ,
const int  mu 
)
virtual

Upward hopping part of mult.

Implements AFopr_dd< AFIELD >.

Definition at line 1519 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_gm4()

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

Definition at line 1227 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_gm5() [1/2]

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

multiplies gamma_5 matrix.

Reimplemented from AFopr< AFIELD >.

Definition at line 1169 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_gm5() [2/2]

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_gm5 ( real_t v,
real_t w 
)
private

Definition at line 1182 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_sap()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_sap ( AFIELD ,
const AFIELD ,
const int  eo 
)
virtual

SAP operator.

Implements AFopr_dd< AFIELD >.

Definition at line 1411 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_tm()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_tm ( real_t v2,
real_t v1,
int  isap 
)
private

Definition at line 2157 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_tp()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_tp ( real_t v2,
real_t v1,
int  isap 
)
private

Definition at line 2092 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_up()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_up ( int  mu,
AFIELD ,
const AFIELD  
)
virtual

upward nearest neighbor hopping term.

Reimplemented from AFopr< AFIELD >.

Definition at line 1013 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_xm()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_xm ( real_t v2,
real_t v1,
int  isap 
)
private

Definition at line 1742 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_xp()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_xp ( real_t v2,
real_t v1,
int  isap 
)
private

Definition at line 1673 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_ym()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_ym ( real_t v2,
real_t v1,
int  isap 
)
private

Definition at line 1884 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_yp()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_yp ( real_t v2,
real_t v1,
int  isap 
)
private

Definition at line 1813 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_zm()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_zm ( real_t v2,
real_t v1,
int  isap 
)
private

Definition at line 2025 of file afopr_Clover_QWS_dd-tmpl.h.

◆ mult_zp()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::mult_zp ( real_t v2,
real_t v1,
int  isap 
)
private

Definition at line 1959 of file afopr_Clover_QWS_dd-tmpl.h.

◆ needs_convert()

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

QXS version requires convert of spinor field.

Reimplemented from AFopr< AFIELD >.

Definition at line 109 of file afopr_Clover_QWS_dd.h.

◆ project_chiral()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::project_chiral ( AFIELD v,
const AFIELD w,
int  ch 
)

Definition at line 1152 of file afopr_Clover_QWS_dd-tmpl.h.

◆ reverse() [1/2]

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

reverse of spinor field (from QWS specfic to QXS).

Reimplemented from AFopr< AFIELD >.

◆ reverse() [2/2]

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

reverse of spinor field (from QWS specific).

Reimplemented from AFopr< AFIELD >.

Definition at line 982 of file afopr_Clover_QWS_dd-tmpl.h.

◆ scal_local()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::scal_local ( real_t vp,
real_t  a 
)
private

Definition at line 1211 of file afopr_Clover_QWS_dd-tmpl.h.

◆ set_block_config()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::set_block_config ( AFIELD U)
private

inpose the block condition to link variable.

Definition at line 473 of file afopr_Clover_QWS_dd-tmpl.h.

◆ set_boundary()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::set_boundary
private

inpose the boundary condition to link variable.

Definition at line 372 of file afopr_Clover_QWS_dd-tmpl.h.

◆ set_boundary_config()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::set_boundary_config ( AFIELD U,
const int  mu 
)
private

partially inpose the boundary condition to link variable.

Definition at line 333 of file afopr_Clover_QWS_dd-tmpl.h.

◆ set_config()

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

setting gauge configuration.

Implements AFopr< AFIELD >.

Definition at line 250 of file afopr_Clover_QWS_dd-tmpl.h.

◆ set_csw()

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

set_csw now assumes Dirac repr.

Definition at line 523 of file afopr_Clover_QWS_dd-tmpl.h.

◆ set_csw_chrot()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::set_csw_chrot
private

set_csw now assumes Dirac repr. with internally using Chiral repr.

Definition at line 606 of file afopr_Clover_QWS_dd-tmpl.h.

◆ set_csw_qws()

template<typename AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::set_csw_qws
private

set_csw to use qws implemenation

Definition at line 693 of file afopr_Clover_QWS_dd-tmpl.h.

◆ set_mode()

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

setting mult mode.

Reimplemented from AFopr< AFIELD >.

Definition at line 1067 of file afopr_Clover_QWS_dd-tmpl.h.

◆ set_parameters() [1/2]

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

setting parameters by a Parameter object.

Reimplemented from AFopr< AFIELD >.

Definition at line 139 of file afopr_Clover_QWS_dd-tmpl.h.

◆ set_parameters() [2/2]

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

setting parameters by values.

Definition at line 175 of file afopr_Clover_QWS_dd-tmpl.h.

◆ setup_channels()

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

setup channels for communication.

Definition at line 92 of file afopr_Clover_QWS_dd-tmpl.h.

◆ solve_csw_qws_inv()

template<class AFIELD >
void AFopr_Clover_QWS_dd< AFIELD >::solve_csw_qws_inv ( Field Tinv,
const Field T 
)
private

Definition at line 830 of file afopr_Clover_QWS_dd-tmpl.h.

◆ tidyup()

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

final tidy-up.

Definition at line 126 of file afopr_Clover_QWS_dd-tmpl.h.

Member Data Documentation

◆ chrecv_dn

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

Definition at line 84 of file afopr_Clover_QWS_dd.h.

◆ chrecv_up

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

Definition at line 84 of file afopr_Clover_QWS_dd.h.

◆ chsend_dn

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

Definition at line 84 of file afopr_Clover_QWS_dd.h.

◆ chsend_up

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

Definition at line 84 of file afopr_Clover_QWS_dd.h.

◆ chset_recv

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

Definition at line 85 of file afopr_Clover_QWS_dd.h.

◆ chset_send

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

Definition at line 85 of file afopr_Clover_QWS_dd.h.

◆ class_name

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

Definition at line 44 of file afopr_Clover_QWS_dd.h.

◆ do_comm

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

Definition at line 78 of file afopr_Clover_QWS_dd.h.

◆ do_comm_any

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

Definition at line 79 of file afopr_Clover_QWS_dd.h.

◆ m_bdsize

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

Definition at line 81 of file afopr_Clover_QWS_dd.h.

◆ m_block_size

template<typename AFIELD >
std::vector<int> AFopr_Clover_QWS_dd< AFIELD >::m_block_size
protected

block size

Definition at line 57 of file afopr_Clover_QWS_dd.h.

◆ m_block_sizev

template<typename AFIELD >
int AFopr_Clover_QWS_dd< AFIELD >::m_block_sizev[4]
protected

block size in units of SIMD vector

Definition at line 76 of file afopr_Clover_QWS_dd.h.

◆ m_boundary

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

pointer to boundary condition

Definition at line 52 of file afopr_Clover_QWS_dd.h.

◆ m_CKs

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

hopping parameter.

Definition at line 51 of file afopr_Clover_QWS_dd.h.

◆ m_conf

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

original gauge config.

Definition at line 61 of file afopr_Clover_QWS_dd.h.

◆ m_fopr_csw

template<typename AFIELD >
Fopr_CloverTerm* AFopr_Clover_QWS_dd< AFIELD >::m_fopr_csw
protected

clover term (corelib)

Definition at line 67 of file afopr_Clover_QWS_dd.h.

◆ m_fopr_csw_chiral

template<typename AFIELD >
Fopr_CloverTerm* AFopr_Clover_QWS_dd< AFIELD >::m_fopr_csw_chiral
protected

clover term (corelib)

Definition at line 68 of file afopr_Clover_QWS_dd.h.

◆ m_Ieo

template<typename AFIELD >
int AFopr_Clover_QWS_dd< AFIELD >::m_Ieo
protected

even-odd label of origin in units of block

Definition at line 59 of file afopr_Clover_QWS_dd.h.

◆ m_mode

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

mult mode

Definition at line 65 of file afopr_Clover_QWS_dd.h.

◆ m_Nc

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

Definition at line 47 of file afopr_Clover_QWS_dd.h.

◆ m_Nd

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

Definition at line 47 of file afopr_Clover_QWS_dd.h.

◆ m_Ndf

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

Definition at line 47 of file afopr_Clover_QWS_dd.h.

◆ m_Ndim

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

Definition at line 47 of file afopr_Clover_QWS_dd.h.

◆ m_Nsize

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

lattice sizes (Nxv in x-direction)

Definition at line 75 of file afopr_Clover_QWS_dd.h.

◆ m_Nst

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

Definition at line 48 of file afopr_Clover_QWS_dd.h.

◆ m_Nstv

template<typename AFIELD >
int AFopr_Clover_QWS_dd< AFIELD >::m_Nstv
protected

Definition at line 49 of file afopr_Clover_QWS_dd.h.

◆ m_Nt

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

Definition at line 48 of file afopr_Clover_QWS_dd.h.

◆ m_Nvc

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

Definition at line 47 of file afopr_Clover_QWS_dd.h.

◆ m_Nx

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

Definition at line 48 of file afopr_Clover_QWS_dd.h.

◆ m_Nxv

template<typename AFIELD >
int AFopr_Clover_QWS_dd< AFIELD >::m_Nxv
protected

Definition at line 49 of file afopr_Clover_QWS_dd.h.

◆ m_Ny

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

Definition at line 48 of file afopr_Clover_QWS_dd.h.

◆ m_Nyv

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

Definition at line 49 of file afopr_Clover_QWS_dd.h.

◆ m_Nz

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

Definition at line 48 of file afopr_Clover_QWS_dd.h.

◆ m_repr

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

gamma matrix representation

Definition at line 53 of file afopr_Clover_QWS_dd.h.

◆ m_T

template<typename AFIELD >
AFIELD AFopr_Clover_QWS_dd< AFIELD >::m_T
protected

clover term

Definition at line 72 of file afopr_Clover_QWS_dd.h.

◆ m_T_qws

template<typename AFIELD >
AFIELD AFopr_Clover_QWS_dd< AFIELD >::m_T_qws
protected

clover term

Definition at line 73 of file afopr_Clover_QWS_dd.h.

◆ m_U

template<typename AFIELD >
AFIELD AFopr_Clover_QWS_dd< AFIELD >::m_U
protected

copied gauge config. with boundary conditions.

Definition at line 62 of file afopr_Clover_QWS_dd.h.

◆ m_Ublock

template<typename AFIELD >
AFIELD AFopr_Clover_QWS_dd< AFIELD >::m_Ublock
protected

copied gauge config. with block condition.

Definition at line 63 of file afopr_Clover_QWS_dd.h.

◆ m_v1

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

Definition at line 70 of file afopr_Clover_QWS_dd.h.

◆ m_v2

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

Definition at line 70 of file afopr_Clover_QWS_dd.h.

◆ m_vl

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

verbose level

Definition at line 55 of file afopr_Clover_QWS_dd.h.


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