Go to the documentation of this file.
10 #ifndef QXS_AFOPR_CLOVER_DD_INCLUDED
11 #define QXS_AFOPR_CLOVER_DD_INCLUDED
44 template<
typename AFIELD>
88 using allocator_t =
typename AFIELD::template aligned_allocator<char>;
107 std::vector<int> block_size);
235 static bool register_factory()
238 create_object_with_params);
void get_parameters(Parameters ¶ms) const
get parameters via a Parameter object
void set_block_config(AFIELD &)
inpose the block condition to link variable.
void scal_local(real_t *, real_t)
void mult_D(AFIELD &, const AFIELD &)
standard D mult.
void tidyup()
final tidy-up.
std::vector< Channel > chsend_dn
void set_config(Field *u)
setting gauge configuration (common interface).
void convert(AFIELD &v, const Field &w)
convert of spinor field.
static const std::string class_name
real_t m_csw
colver coefficient
AFIELD m_U
copied gauge config. with boundary conditions.
void set_config_impl(Field *u)
setting gauge configuration (implementation).
void mult_ddn(AFIELD &, const AFIELD &, const int mu)
Downward hopping part of mult.
void Ddag(AFIELD &, const AFIELD &)
std::vector< int > m_block_size
block size
void mult_tm(real_t *, real_t *, int)
int field_nvol()
returns local volume size parameter.
Field * m_conf
original gauge config.
int m_Nsize[4]
lattice sizes (Nxv in x-direction)
int field_nin()
returns inner size parameter.
~AFopr_Clover_dd()
destructor.
std::string m_repr
gamma matrix representation
void set_config_omp(Field *u)
setting gauge configuration (setting omp parallel).
int field_nex()
returns external size parameter.
void mult_ym(real_t *, real_t *, int)
int m_Ieo
even-odd label of origin in units of block
void mult_dd(AFIELD &, const AFIELD &)
Mult only inside domain.
void mult_zp(real_t *, real_t *, int)
void init(const Parameters ¶ms)
initial setup.
double flop_count()
returns floating operation counts.
ChannelSet class for a collection of channels.
double flop_count_sap()
returns floating operation counts of mult_sap.
void mult_D_alt(AFIELD &, const AFIELD &)
D mult using mult_xp, etc.
int m_block_sizev[4]
block size in units of SIMD vector
std::vector< Channel > chsend_up
void mult_dup(AFIELD &, const AFIELD &, const int mu)
Upward hopping part of mult.
void setup_channels()
setup channels for communication.
void aypx(real_t, real_t *, real_t *)
std::vector< Channel > chrecv_dn
void D(AFIELD &, const AFIELD &)
Base class of fermion operator family.
void mult_block_hop(AFIELD &v, const AFIELD &w, const int mu)
void mult_sap(AFIELD &, const AFIELD &, const int ieo)
SAP operator.
void mult_csw(real_t *, real_t *)
set_csw now assumes Dirac repr.
void mult_gm5(AFIELD &, const AFIELD &)
multiplies gamma_5 matrix.
void reverse(Field &v, const AFIELD &w)
reverse of spinor field.
void set_parameters(const Parameters ¶ms)
setting parameters by a Parameter object.
void mult_xp(real_t *, real_t *, int)
void mult_zm(real_t *, real_t *, int)
bool needs_convert()
QXS version requires convert of spinor field.
void mult(AFIELD &, const AFIELD &)
multiplies fermion operator to a given field.
void mult_up(int mu, AFIELD &, const AFIELD &)
upward nearest neighbor hopping term.
void set_csw_chrot()
set_csw with rotation to chiral repr.
void mult_yp(real_t *, real_t *, int)
void DdagD(AFIELD &, const AFIELD &)
std::vector< int > m_boundary
pointer to boundary condition
void H(AFIELD &, const AFIELD &)
AFIELD m_Ublock
copied gauge config. with block condition.
std::vector< Channel > chrecv_up
std::string get_mode() const
returns mult mode.
std::vector< int > m_bdsize
void mult_tp(real_t *, real_t *, int)
void set_mode(std::string mode)
setting mult mode.
void gm5_aypx(real_t, real_t *, real_t *)
Bridge::VerboseLevel m_vl
verbose level
real_t m_CKs
hopping parameter.
void mult_dn(int mu, AFIELD &, const AFIELD &)
downward nearest neighbor hopping term.
Fopr_CloverTerm * m_fopr_csw
clover term (corelib)
void set_csw()
set_csw now assumes Dirac repr.
std::string m_mode
mult mode
Field * get_conf(void)
returns the pointer to gauge configuration.
void project_chiral(AFIELD &, const AFIELD &, int ch)
void mult_dag(AFIELD &, const AFIELD &)
hermitian conjugate of mult.
void mult_xm(real_t *, real_t *, int)
Wilson-type fermion field.
Container of Field-type object.
AFopr_Clover_dd(const Parameters ¶ms)
constructor.
typename AFIELD::template aligned_allocator< char > allocator_t
void mult_gm4(AFIELD &, const AFIELD &)