Go to the documentation of this file.
10 #ifndef QXS_AFOPR_CLOVER_INCLUDED
11 #define QXS_AFOPR_CLOVER_INCLUDED
40 template<
typename AFIELD>
78 using allocator_t =
typename AFIELD::template aligned_allocator<char>;
201 static bool register_factory()
204 create_object_with_params);
void mult_dag(AFIELD &, const AFIELD &)
hermitian conjugate of mult.
double flop_count()
returns floating operation counts.
int field_nvol()
returns local volume size parameter.
std::vector< int > m_bdsize
void Ddag(AFIELD &, const AFIELD &)
void mult_csw(real_t *, real_t *)
set_csw now assumes Dirac repr.
AFopr_Clover(const Parameters ¶ms)
constructor.
void aypx(real_t, real_t *, real_t *)
void setup_channels()
setup channels for communication.
void D(AFIELD &, const AFIELD &)
void mult_up(int mu, AFIELD &, const AFIELD &)
upward nearest neighbor hopping term.
ChannelSet class for a collection of channels.
std::vector< int > m_boundary
pointer to boundary condition
void mult_xm(real_t *, real_t *)
void mult_gm4(AFIELD &, const AFIELD &)
int field_nex()
returns external size parameter.
void gm5_aypx(real_t, real_t *, real_t *)
void set_config_omp(Field *u)
setting gauge configuration (setting omp parallel).
~AFopr_Clover()
destructor.
AFIELD m_U
copied gauge config. with boundary conditions.
Field * m_conf
original gauge config.
std::string get_mode() const
returns mult mode.
void mult_zp(real_t *, real_t *)
void mult_gm5(AFIELD &, const AFIELD &)
multiplies gamma_5 matrix.
void set_mode(std::string mode)
setting mult mode.
void mult_D_alt(AFIELD &, const AFIELD &)
D mult using mult_xp, etc.
Bridge::VerboseLevel m_vl
verbose level
void init(const Parameters ¶ms)
initial setup.
std::vector< Channel > chsend_dn
std::vector< Channel > chsend_up
int field_nin()
returns inner size parameter.
void mult_xp(real_t *, real_t *)
void mult_ym(real_t *, real_t *)
void set_parameters(const Parameters ¶ms)
setting parameters by a Parameter object.
void tidyup()
final tidy-up.
void mult_tp(real_t *, real_t *)
bool needs_convert()
QXS version requires convert of spinor field.
void H(AFIELD &, const AFIELD &)
real_t m_CKs
hopping parameter
std::string m_mode
mult mode
void mult_D(AFIELD &, const AFIELD &)
standard D mult.
void set_csw()
set_csw now assumes Dirac repr.
void set_config(Field *u)
setting gauge configuration (common interface).
void mult_zm(real_t *, real_t *)
void set_csw_chrot()
set_csw with rotation to chiral repr.
void get_parameters(Parameters ¶ms) const
get parameters via a Parameter object
void set_config_impl(Field *u)
setting gauge configuration (implementation).
Fopr_CloverTerm * m_fopr_csw
clover term (corelib)
Wilson-type fermion field.
std::vector< Channel > chrecv_up
typename AFIELD::template aligned_allocator< char > allocator_t
std::string m_repr
gamma matrix representation
real_t m_csw
colver coefficient
Container of Field-type object.
void mult_tm(real_t *, real_t *)
void convert(AFIELD &v, const Field &w)
convert of spinor field.
void mult_dn(int mu, AFIELD &, const AFIELD &)
downward nearest neighbor hopping term.
void reverse(Field &v, const AFIELD &w)
reverse of spinor field.
void DdagD(AFIELD &, const AFIELD &)
static const std::string class_name
void mult_yp(real_t *, real_t *)
void mult(AFIELD &, const AFIELD &)
multiplies fermion operator to a given field.
std::vector< Channel > chrecv_dn