|
Bridge++
Ver. 1.1.x
|
Even-odd Clover fermion operator. More...
#include <fopr_Clover_eo.h>
Public Member Functions | |
| Fopr_Clover_eo (std::string repr) | |
| ~Fopr_Clover_eo () | |
| void | set_parameters (const Parameters ¶ms) |
| void | set_parameters (const double kappa, const double cSW, const std::valarray< int > bc) |
| void | set_config (Field *U) |
| setting pointer to the gauge configuration. More... | |
| void | set_mode (std::string mode) |
| setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call. More... | |
| std::string | get_mode () const |
| const Field | mult (const Field &f) |
| multiplies fermion operator to a given field and returns the resultant field. More... | |
| const Field | mult_dag (const Field &f) |
| hermitian conjugate of mult(const Field&). More... | |
| void | mult (Field &v, const Field &f) |
| multiplies fermion operator to a given field (2nd argument) More... | |
| void | mult_dag (Field &v, const Field &f) |
| hermitian conjugate of mult(Field&, const Field&). More... | |
| void | preProp (Field &Be, Field &bo, const Field &b) |
| void | postProp (Field &x, const Field &xe, const Field &bo) |
| void | prePropD (Field &, Field &, const Field &) |
| void | postPropD (Field &, const Field &, const Field &) |
| void | prePropDag (Field &, Field &, const Field &) |
| void | postPropDag (Field &, const Field &, const Field &) |
| const Field_F | mult_csw_inv (const Field_F &, const int ieo) |
| const Field_G | trSigmaInv (const int mu, const int nu) |
| const Field | MeoMoe (const Field &f) |
| const Field | D (const Field &f) |
| void | D (Field &v, const Field &f) |
| const Field | Ddag (const Field &f) |
| void | Ddag (Field &v, const Field &f) |
| const Field | DdagD (const Field &f) |
| void | DdagD (Field &v, const Field &f) |
| const Field | H (const Field &f) |
| void | H (Field &v, const Field &f) |
| const Field_F | Meo (const Field_F &f, const int ieo) |
| const Field_F | Meo_gm5 (const Field_F &f, const int ieo) |
| const Field_F | Mdageo (const Field_F &f, const int ieo) |
| const Field | mult_gm5 (const Field &f) |
| void | mult_isigma (Field_F &w, const Field_F &f, const int mu, const int nu) |
| std::vector< double > | csmatrix (const int &site) |
| int | field_nvol () |
| returns the volume for which the fermion operator is defined. More... | |
| int | field_nin () |
| returns the on-site d.o.f. for which the fermion operator is defined. More... | |
| int | field_nex () |
| returns the external d.o.f. for which the fermion operator is defined. More... | |
Public Member Functions inherited from Fopr_eo | |
| virtual | ~Fopr_eo () |
| std::string | get_mode () const |
Public Member Functions inherited from Fopr | |
| Fopr () | |
| virtual | ~Fopr () |
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
| virtual void | mult_up (int mu, Field &, const Field &) |
| nearest neighbor hopping term: temporary entry [H.Matsufuru] More... | |
| virtual void | mult_dn (int mu, Field &, const Field &) |
Private Member Functions | |
| void | solve_csw_inv () |
Private Attributes | |
| int | m_Nvol |
| int | m_Nvol2 |
| int | m_Ndim |
| int | m_Nc |
| int | m_Nd |
| int | m_NinF |
| double | m_kappa |
| double | m_cSW |
| std::valarray< int > | m_boundary |
| std::string | m_mode |
| Fopr_Wilson_eo * | m_fopr_w |
| Fopr_CloverTerm_eo * | m_fopr_csw |
| Index_eo | m_idx |
| Field_G * | m_Ueo |
| ShiftField_eo | m_shift_eo |
| Field_F * | m_fee_inv |
| Field_F * | m_foo_inv |
| Vec_SU_N | v1 |
| Vec_SU_N | v2 |
| void(Fopr_Clover_eo::* | m_mult )(Field &, const Field &) |
| void(Fopr_Clover_eo::* | m_mult_dag )(Field &, const Field &) |
| void(Fopr_Clover_eo::* | m_preProp )(Field &, Field &, const Field &) |
| void(Fopr_Clover_eo::* | m_postProp )(Field &, const Field &, const Field &) |
Additional Inherited Members | |
Protected Attributes inherited from Fopr | |
| Bridge::VerboseLevel | m_vl |
Even-odd Clover fermion operator.
This class is an even-odd version of Clover fermion operator. At present this is rough implementation, while correctly works, and to be updated by supplying complete functionality. Only the functions needed for even-odd preconditioned solver is ready. 20 June 2012 S.UEDA Modify this code to work. [03 Mar 2013 Y.Namekawa]
Definition at line 50 of file fopr_Clover_eo.h.
|
inline |
Definition at line 76 of file fopr_Clover_eo.h.
|
inline |
Definition at line 94 of file fopr_Clover_eo.h.
|
inline |
Definition at line 276 of file fopr_Clover_eo.h.
Definition at line 194 of file fopr_Clover_eo.h.
Definition at line 202 of file fopr_Clover_eo.h.
Definition at line 208 of file fopr_Clover_eo.h.
Definition at line 216 of file fopr_Clover_eo.h.
Definition at line 222 of file fopr_Clover_eo.h.
Definition at line 230 of file fopr_Clover_eo.h.
|
inlinevirtual |
returns the external d.o.f. for which the fermion operator is defined.
Implements Fopr_eo.
Definition at line 283 of file fopr_Clover_eo.h.
|
inlinevirtual |
returns the on-site d.o.f. for which the fermion operator is defined.
Implements Fopr_eo.
Definition at line 282 of file fopr_Clover_eo.h.
|
inlinevirtual |
returns the volume for which the fermion operator is defined.
Implements Fopr_eo.
Definition at line 281 of file fopr_Clover_eo.h.
|
inlinevirtual |
Reimplemented from Fopr.
Definition at line 136 of file fopr_Clover_eo.h.
Definition at line 235 of file fopr_Clover_eo.h.
Definition at line 243 of file fopr_Clover_eo.h.
Definition at line 260 of file fopr_Clover_eo.h.
Definition at line 248 of file fopr_Clover_eo.h.
Definition at line 255 of file fopr_Clover_eo.h.
Definition at line 186 of file fopr_Clover_eo.h.
multiplies fermion operator to a given field and returns the resultant field.
Implements Fopr_eo.
Definition at line 141 of file fopr_Clover_eo.h.
multiplies fermion operator to a given field (2nd argument)
Reimplemented from Fopr_eo.
Definition at line 157 of file fopr_Clover_eo.h.
Definition at line 248 of file fopr_Clover_eo.cpp.
hermitian conjugate of mult(const Field&).
Reimplemented from Fopr_eo.
Definition at line 149 of file fopr_Clover_eo.h.
hermitian conjugate of mult(Field&, const Field&).
Reimplemented from Fopr_eo.
Definition at line 162 of file fopr_Clover_eo.h.
Definition at line 265 of file fopr_Clover_eo.h.
|
inline |
Definition at line 270 of file fopr_Clover_eo.h.
Implements Fopr_eo.
Definition at line 173 of file fopr_Clover_eo.h.
Definition at line 143 of file fopr_Clover_eo.cpp.
Definition at line 178 of file fopr_Clover_eo.cpp.
Implements Fopr_eo.
Definition at line 168 of file fopr_Clover_eo.h.
Definition at line 124 of file fopr_Clover_eo.cpp.
Definition at line 160 of file fopr_Clover_eo.cpp.
|
virtual |
setting pointer to the gauge configuration.
Implements Fopr_eo.
Definition at line 103 of file fopr_Clover_eo.cpp.
|
inlinevirtual |
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call.
Reimplemented from Fopr_eo.
Definition at line 110 of file fopr_Clover_eo.h.
|
virtual |
Implements Fopr.
Definition at line 46 of file fopr_Clover_eo.cpp.
| void Fopr_Clover_eo::set_parameters | ( | const double | kappa, |
| const double | cSW, | ||
| const std::valarray< int > | bc | ||
| ) |
Definition at line 72 of file fopr_Clover_eo.cpp.
|
private |
Definition at line 194 of file fopr_Clover_eo.cpp.
| const Field_G Fopr_Clover_eo::trSigmaInv | ( | const int | mu, |
| const int | nu | ||
| ) |
Definition at line 297 of file fopr_Clover_eo.cpp.
|
private |
Definition at line 55 of file fopr_Clover_eo.h.
|
private |
Definition at line 54 of file fopr_Clover_eo.h.
|
private |
Definition at line 66 of file fopr_Clover_eo.h.
|
private |
Definition at line 67 of file fopr_Clover_eo.h.
|
private |
Definition at line 59 of file fopr_Clover_eo.h.
|
private |
Definition at line 58 of file fopr_Clover_eo.h.
|
private |
Definition at line 61 of file fopr_Clover_eo.h.
|
private |
Definition at line 54 of file fopr_Clover_eo.h.
|
private |
Definition at line 56 of file fopr_Clover_eo.h.
Definition at line 70 of file fopr_Clover_eo.h.
Definition at line 71 of file fopr_Clover_eo.h.
|
private |
Definition at line 53 of file fopr_Clover_eo.h.
|
private |
Definition at line 53 of file fopr_Clover_eo.h.
|
private |
Definition at line 53 of file fopr_Clover_eo.h.
|
private |
Definition at line 53 of file fopr_Clover_eo.h.
|
private |
Definition at line 53 of file fopr_Clover_eo.h.
|
private |
Definition at line 53 of file fopr_Clover_eo.h.
Definition at line 73 of file fopr_Clover_eo.h.
Definition at line 72 of file fopr_Clover_eo.h.
|
private |
Definition at line 64 of file fopr_Clover_eo.h.
|
private |
Definition at line 62 of file fopr_Clover_eo.h.
|
private |
Definition at line 68 of file fopr_Clover_eo.h.
|
private |
Definition at line 68 of file fopr_Clover_eo.h.