| 
    Bridge++
    Version 1.4.4
    
   | 
 
#include <fopr_Wilson_eo_impl.h>
  
 Public Member Functions | |
| Fopr_Wilson_eo () | |
| Fopr_Wilson_eo (std::string repr) | |
| ~Fopr_Wilson_eo () | |
| void | set_parameters (const Parameters ¶ms) | 
| void | set_parameters (const double kappa, const std::vector< int > bc) | 
| void | set_config (Field *U) | 
| setting pointer to the gauge configuration.  More... | |
| void | set_config (unique_ptr< Field_G > &U) | 
| 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 | 
| only for Fopr_Overlap  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 &) | 
| 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 | D (Field &v, const Field &f) | 
| void | Ddag (Field &v, const Field &f) | 
| void | DdagD (Field &v, const Field &f) | 
| void | DDdag (Field &v, const Field &f) | 
| void | H (Field &v, const Field &f) | 
| void | Meo (Field &, const Field &, const int ieo) | 
| void | Mdageo (Field &, const Field &, const int ieo) | 
| void | MeoMoe (Field &v, const Field &f) | 
| void | Meo_gm5 (Field &, const Field &, const int ieo) | 
| void | mult_gm5 (Field &, const Field &) | 
| gamma_5 multiplication. [31 Mar 2017 H.Matsufuru]  More... | |
| void | gm5p (const int mu, Field &, const Field &v) | 
| gamma_5 (1 - gamma_mu) v(x + mu)  More... | |
| 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... | |
| double | flop_count () | 
| this returns the number of floating point operations of Meo.  More... | |
  Public Member Functions inherited from Fopr_eo | |
| virtual | ~Fopr_eo () | 
  Public Member Functions inherited from Fopr | |
| Fopr () | |
| virtual | ~Fopr () | 
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) | 
| virtual void | mult (Field &, const Field &, const std::string mode) | 
| execute mult with specified mode (unchanging internal mode). [23 May 2016 H.Matsufuru].  More... | |
| virtual void | mult_dag (Field &, const Field &, const std::string mode) | 
| execute mult_dag with specified mode (unchanging internal mode). [23 May 2016 H.Matsufuru].  More... | |
| 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 &) | 
| virtual double | flop_count (const std::string mode) | 
| returns the flops per site for specified mode. [23 May 2016 H.Matsufuru]  More... | |
Static Public Attributes | |
| static const std::string | class_name = "Org::Fopr_Wilson_eo" | 
Private Member Functions | |
| void | init (const std::string) | 
| void | mult_p (int mu, Field_F &, const Field_F &, const int ieo) | 
| void | mult_m (int mu, Field_F &, const Field_F &, const int ieo) | 
Private Attributes | |
| int | m_Nvol | 
| int | m_Nvol2 | 
| int | m_Ndim | 
| int | m_Nc | 
| int | m_Nd | 
| double | m_kappa | 
| std::vector< int > | m_boundary | 
| Index_eo | m_index | 
| Field_G * | m_Ueo | 
| ShiftField_eo | shift | 
| Field_F | trf | 
| Field_F | trf2 | 
| Vec_SU_N | v1 | 
| Vec_SU_N | v2 | 
| std::vector< GammaMatrix > | m_GM | 
| std::string | m_mode | 
| std::string | m_repr | 
| void(Fopr_Wilson_eo::* | m_mult )(Field &, const Field &) | 
| void(Fopr_Wilson_eo::* | m_mult_dag )(Field &, const Field &) | 
| void(Fopr_Wilson_eo::* | m_D )(Field &, const Field &) | 
| void(Fopr_Wilson_eo::* | m_gm5 )(Field &, const Field &) | 
| void(Fopr_Wilson_eo::* | m_preProp )(Field &, Field &, const Field &) | 
| void(Fopr_Wilson_eo::* | m_postProp )(Field &, const Field &, const Field &) | 
Additional Inherited Members | |
  Protected Attributes inherited from Fopr | |
| Bridge::VerboseLevel | m_vl | 
Definition at line 37 of file fopr_Wilson_eo_impl.h.
      
  | 
  inline | 
Definition at line 61 of file fopr_Wilson_eo_impl.h.
      
  | 
  inline | 
Definition at line 72 of file fopr_Wilson_eo_impl.h.
      
  | 
  inline | 
Definition at line 83 of file fopr_Wilson_eo_impl.h.
Definition at line 293 of file fopr_Wilson_eo_impl.cpp.
Definition at line 312 of file fopr_Wilson_eo_impl.cpp.
Definition at line 330 of file fopr_Wilson_eo_impl.cpp.
Definition at line 343 of file fopr_Wilson_eo_impl.cpp.
      
  | 
  inlinevirtual | 
returns the external d.o.f. for which the fermion operator is defined.
Implements Fopr_eo.
Definition at line 138 of file fopr_Wilson_eo_impl.h.
      
  | 
  inlinevirtual | 
returns the on-site d.o.f. for which the fermion operator is defined.
Implements Fopr_eo.
Definition at line 137 of file fopr_Wilson_eo_impl.h.
      
  | 
  inlinevirtual | 
returns the volume for which the fermion operator is defined.
Implements Fopr_eo.
Definition at line 136 of file fopr_Wilson_eo_impl.h.
      
  | 
  virtual | 
this returns the number of floating point operations of Meo.
Reimplemented from Fopr.
Definition at line 495 of file fopr_Wilson_eo_impl.cpp.
      
  | 
  virtual | 
only for Fopr_Overlap
Reimplemented from Fopr_eo.
Definition at line 164 of file fopr_Wilson_eo_impl.cpp.
gamma_5 (1 - gamma_mu) v(x + mu)
Definition at line 445 of file fopr_Wilson_eo_impl.cpp.
Definition at line 356 of file fopr_Wilson_eo_impl.cpp.
      
  | 
  private | 
Definition at line 171 of file fopr_Wilson_eo_impl.cpp.
Definition at line 407 of file fopr_Wilson_eo_impl.cpp.
Definition at line 385 of file fopr_Wilson_eo_impl.cpp.
Definition at line 421 of file fopr_Wilson_eo_impl.cpp.
Definition at line 369 of file fopr_Wilson_eo_impl.cpp.
multiplies fermion operator to a given field (2nd argument)
Reimplemented from Fopr_eo.
Definition at line 111 of file fopr_Wilson_eo_impl.h.
hermitian conjugate of mult(Field&, const Field&).
Reimplemented from Fopr_eo.
Definition at line 114 of file fopr_Wilson_eo_impl.h.
gamma_5 multiplication. [31 Mar 2017 H.Matsufuru]
Reimplemented from Fopr.
Definition at line 432 of file fopr_Wilson_eo_impl.cpp.
Definition at line 479 of file fopr_Wilson_eo_impl.cpp.
Definition at line 462 of file fopr_Wilson_eo_impl.cpp.
Implements Fopr_eo.
Definition at line 103 of file fopr_Wilson_eo_impl.h.
Definition at line 218 of file fopr_Wilson_eo_impl.cpp.
Definition at line 267 of file fopr_Wilson_eo_impl.cpp.
Implements Fopr_eo.
Definition at line 100 of file fopr_Wilson_eo_impl.h.
Definition at line 193 of file fopr_Wilson_eo_impl.cpp.
Definition at line 242 of file fopr_Wilson_eo_impl.cpp.
      
  | 
  virtual | 
setting pointer to the gauge configuration.
Implements Fopr_eo.
Definition at line 123 of file fopr_Wilson_eo_impl.cpp.
      
  | 
  inlinevirtual | 
Implements Fopr_eo.
Definition at line 93 of file fopr_Wilson_eo_impl.h.
      
  | 
  virtual | 
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call.
Reimplemented from Fopr_eo.
Definition at line 133 of file fopr_Wilson_eo_impl.cpp.
      
  | 
  virtual | 
Implements Fopr.
Definition at line 73 of file fopr_Wilson_eo_impl.cpp.
| void Org::Fopr_Wilson_eo::set_parameters | ( | const double | kappa, | 
| const std::vector< int > | bc | ||
| ) | 
Definition at line 97 of file fopr_Wilson_eo_impl.cpp.
      
  | 
  static | 
Definition at line 40 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 46 of file fopr_Wilson_eo_impl.h.
Definition at line 148 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 54 of file fopr_Wilson_eo_impl.h.
Definition at line 149 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 47 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 45 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 56 of file fopr_Wilson_eo_impl.h.
Definition at line 146 of file fopr_Wilson_eo_impl.h.
Definition at line 147 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 44 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 44 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 43 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 43 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 43 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 151 of file fopr_Wilson_eo_impl.h.
Definition at line 150 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 57 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 48 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 50 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 51 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 51 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 52 of file fopr_Wilson_eo_impl.h.
      
  | 
  private | 
Definition at line 52 of file fopr_Wilson_eo_impl.h.