| 
    Bridge++
    Version 1.4.4
    
   | 
 
#include <fopr_WilsonGeneral_impl.h>
  
 Public Member Functions | |
| Fopr_WilsonGeneral () | |
| Fopr_WilsonGeneral (std::string repr) | |
| ~Fopr_WilsonGeneral () | |
| void | init (std::string repr) | 
| void | set_parameters (const Parameters ¶ms) | 
| void | set_parameters (const double kappa_s, const double kappa_t, const double nu_s, const double r_s) | 
| void | set_parameters (const double kappa_s, const double kappa_t, const double nu_s, const double r_s, 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 | 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 | mult_gm5 (Field &v, const Field &f) | 
| gamma_5 multiplication. [31 Mar 2017 H.Matsufuru]  More... | |
| void | proj_chiral (Field &w, const int ex1, const Field &v, const int ex2, const int ipm) | 
| void | D (Field &v, const Field &f) | 
| void | D_ex (Field &v, const int ex1, const Field &f, const int ex2) | 
| void | Ddag (Field &w, const Field &f) | 
| void | DdagD (Field &w, const Field &f) | 
| void | DDdag (Field &w, const Field &f) | 
| void | H (Field &w, const Field &f) | 
| void | mult_undef (Field &, const Field &f) | 
| const Field_F | mult_gm5p (int mu, const Field_F &w) | 
| void | mult_gm5p (int mu, Field_F &v, const Field_F &w) | 
| double | flop_count () | 
| this returns the number of floating point operations.  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... | |
| void | mult_up (int mu, Field &w, const Field &f) | 
| nearest neighbor hopping term: temporary entry [H.Matsufuru]  More... | |
| void | mult_dn (int mu, Field &w, const Field &f) | 
  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 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_WilsonGeneral" | 
Private Member Functions | |
| Fopr_WilsonGeneral (const Fopr_WilsonGeneral &) | |
| Fopr_WilsonGeneral & | operator= (const Fopr_WilsonGeneral &) | 
Private Attributes | |
| int | m_Nvol | 
| int | m_Ndim | 
| int | m_Nc | 
| int | m_Nd | 
| double | m_kappa_s | 
| double | m_kappa_t | 
| double | m_nu_s | 
| double | m_r_s | 
| std::vector< int > | m_boundary | 
| std::string | m_mode | 
| std::string | m_repr | 
| void(Fopr_WilsonGeneral::* | m_mult )(Field &, const Field &) | 
| void(Fopr_WilsonGeneral::* | m_mult_dag )(Field &, const Field &) | 
| const Field_G * | m_U | 
| std::vector< GammaMatrix > | m_GM | 
| ShiftField_lex | m_shift | 
| Field_F | m_trf | 
| Field_F | m_trf2 | 
| Bridge::VerboseLevel | m_vl | 
Additional Inherited Members | |
  Protected Attributes inherited from Fopr | |
| Bridge::VerboseLevel | m_vl | 
Definition at line 37 of file fopr_WilsonGeneral_impl.h.
      
  | 
  inline | 
Definition at line 70 of file fopr_WilsonGeneral_impl.h.
      
  | 
  inline | 
Definition at line 71 of file fopr_WilsonGeneral_impl.h.
      
  | 
  inline | 
Definition at line 72 of file fopr_WilsonGeneral_impl.h.
      
  | 
  inlineprivate | 
Definition at line 178 of file fopr_WilsonGeneral_impl.h.
Definition at line 146 of file fopr_WilsonGeneral_impl.cpp.
Definition at line 164 of file fopr_WilsonGeneral_impl.cpp.
Definition at line 107 of file fopr_WilsonGeneral_impl.h.
Definition at line 116 of file fopr_WilsonGeneral_impl.h.
Definition at line 126 of file fopr_WilsonGeneral_impl.h.
      
  | 
  inlinevirtual | 
returns the external d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 163 of file fopr_WilsonGeneral_impl.h.
      
  | 
  inlinevirtual | 
returns the on-site d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 161 of file fopr_WilsonGeneral_impl.h.
      
  | 
  inlinevirtual | 
returns the volume for which the fermion operator is defined.
Implements Fopr.
Definition at line 159 of file fopr_WilsonGeneral_impl.h.
      
  | 
  virtual | 
this returns the number of floating point operations.
Reimplemented from Fopr.
Definition at line 304 of file fopr_WilsonGeneral_impl.cpp.
      
  | 
  virtual | 
only for Fopr_Overlap
Reimplemented from Fopr.
Definition at line 78 of file fopr_WilsonGeneral_impl.cpp.
Definition at line 136 of file fopr_WilsonGeneral_impl.h.
| void Org::Fopr_WilsonGeneral::init | ( | std::string | repr | ) | 
Definition at line 20 of file fopr_WilsonGeneral_impl.cpp.
multiplies fermion operator to a given field (2nd argument)
Implements Fopr.
Definition at line 93 of file fopr_WilsonGeneral_impl.h.
hermitian conjugate of mult(Field&, const Field&).
Reimplemented from Fopr.
Definition at line 96 of file fopr_WilsonGeneral_impl.h.
Reimplemented from Fopr.
Definition at line 277 of file fopr_WilsonGeneral_impl.cpp.
gamma_5 multiplication. [31 Mar 2017 H.Matsufuru]
Reimplemented from Fopr.
Definition at line 182 of file fopr_WilsonGeneral_impl.cpp.
Definition at line 235 of file fopr_WilsonGeneral_impl.cpp.
Definition at line 144 of file fopr_WilsonGeneral_impl.h.
nearest neighbor hopping term: temporary entry [H.Matsufuru]
Reimplemented from Fopr.
Definition at line 248 of file fopr_WilsonGeneral_impl.cpp.
      
  | 
  private | 
| void Org::Fopr_WilsonGeneral::proj_chiral | ( | Field & | w, | 
| const int | ex1, | ||
| const Field & | v, | ||
| const int | ex2, | ||
| const int | ipm | ||
| ) | 
Definition at line 196 of file fopr_WilsonGeneral_impl.cpp.
      
  | 
  inlinevirtual | 
setting pointer to the gauge configuration.
Implements Fopr.
Definition at line 83 of file fopr_WilsonGeneral_impl.h.
      
  | 
  inlinevirtual | 
Implements Fopr.
Definition at line 86 of file fopr_WilsonGeneral_impl.h.
      
  | 
  virtual | 
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call.
Reimplemented from Fopr.
Definition at line 51 of file fopr_WilsonGeneral_impl.cpp.
      
  | 
  virtual | 
Implements Fopr.
Definition at line 84 of file fopr_WilsonGeneral_impl.cpp.
| void Org::Fopr_WilsonGeneral::set_parameters | ( | const double | kappa_s, | 
| const double | kappa_t, | ||
| const double | nu_s, | ||
| const double | r_s | ||
| ) | 
| void Org::Fopr_WilsonGeneral::set_parameters | ( | const double | kappa_s, | 
| const double | kappa_t, | ||
| const double | nu_s, | ||
| const double | r_s, | ||
| const std::vector< int > | bc | ||
| ) | 
Definition at line 112 of file fopr_WilsonGeneral_impl.cpp.
      
  | 
  static | 
Definition at line 40 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 51 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 61 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 49 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 49 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 53 of file fopr_WilsonGeneral_impl.h.
Definition at line 56 of file fopr_WilsonGeneral_impl.h.
Definition at line 57 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 46 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 47 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 45 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 50 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 44 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 50 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 54 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 63 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 64 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 64 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 59 of file fopr_WilsonGeneral_impl.h.
      
  | 
  private | 
Definition at line 66 of file fopr_WilsonGeneral_impl.h.