Go to the documentation of this file.
10 #ifndef QXS_AFOPR_WILSON_EO_INCLUDED
11 #define QXS_AFOPR_WILSON_EO_INCLUDED
37 template<
typename AFIELD>
74 using allocator_t =
typename AFIELD::template aligned_allocator<char>;
120 const std::string mode);
133 const int ieo,
const int iflag);
137 const int ieo,
const int iflag);
141 const int ieo,
const int iflag);
145 const int ieo,
const int iflag);
200 static bool register_factory()
203 create_object_with_params);
Field * m_conf
original gauge configuration
std::vector< Channel > chrecv_up
void D(AFIELD &, const AFIELD &)
void setup_channels()
setup channels for communication.
int field_nin()
returns inner size parameter.
void aypx(real_t, AFIELD &, const AFIELD &)
void init(const Parameters ¶ms)
initial setup.
std::vector< Channel > chrecv_dn
void mult_Meo_alt(AFIELD &, const AFIELD &, const AFIELD &, const int ieo, const int iflag)
Meo implementation: using mult_xp etc.
std::vector< int > m_bdsize
void mult(AFIELD &, const AFIELD &)
multiplies fermion operator to a given field.
void DdagD(AFIELD &, const AFIELD &)
void Ddag(AFIELD &, const AFIELD &)
static const std::string class_name
ChannelSet class for a collection of channels.
std::string m_repr
gamma matrix representation
AFIELD m_Ueo
gauge config in even-odd index
Bridge::VerboseLevel m_vl
verbose level
void scal(real_t *, const real_t)
int field_nvol()
returns local volume size parameter.
void set_mode(std::string mode)
setting mult mode.
AFIELD m_v2
working field.
void mult_Meo(AFIELD &, const AFIELD &, const AFIELD &, const int ieo, const int iflag)
Meo implementation: standard.
void set_config(Field *u)
setting gauge configuration (common interface).
void set_parameters(const Parameters ¶ms)
setting parameters by a Parameter object.
void mult_Meo_qxs(AFIELD &, const AFIELD &, const AFIELD &, const int ieo, const int iflag)
Meo implementation: using qxs library.
void Meo(AFIELD &, const AFIELD &, const int ieo)
Fermion matrix with ieo = 0: even <– odd, 1: odd <– even.
std::string m_mode
mult mode
AFIELD m_z1
lexical field: used in convert/reverse.
std::vector< int > m_boundary
pointer to boundary condition
std::vector< int > m_Leo
Leo = 0 (even site) or 1 (odd site).
void convert(AFIELD &, const Field &)
convert Field to AField for this class.
AFopr_Wilson_eo(const Parameters ¶ms)
constructor.
int field_nex()
returns external size parameter.
std::vector< Channel > chsend_dn
void mult_gm4(AFIELD &, const AFIELD &)
void mult_dag(AFIELD &, const AFIELD &)
hermitian conjugate of mult.
AFIELD m_Ulex
converted gauge config with boundary conditions
void tidyup()
final tidy-up.
~AFopr_Wilson_eo()
destructor.
real_t m_CKs
hopping parameter.
Container of Field-type object.
std::vector< Channel > chsend_up
std::string get_mode() const
returns mult mode.
void set_config_impl(Field *u)
setting gauge configuration (implementation).
bool needs_convert()
field convert is necessary in this implementation.
double flop_count()
returns floating operation counts.
void reverse(Field &, const AFIELD &)
reverse AField to Field.
void set_config_omp(Field *u)
setting gauge configuration (setting omp parallel).
AIndex_eo< real_t, AFIELD::IMPL > m_index
void mult_gm5(AFIELD &, const AFIELD &)
multiplies gamma_5 matrix.
typename AFIELD::template aligned_allocator< char > allocator_t
void get_parameters(Parameters ¶ms) const
get parameters via a Parameter object