| 
    Bridge++
    Ver. 1.3.x
    
   | 
 
#include <fopr_Wilson.h>
  
 Classes | |
| class | Fopr_Wilson_impl | 
| Wilson fermion operator.  More... | |
Public Member Functions | |
| Fopr_Wilson () | |
| Fopr_Wilson (std::string repr) | |
| ~Fopr_Wilson () | |
| 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 | 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 &w, const Field &v) | 
| void | proj_chiral (Field &w, const int ex1, const Field &v, const int ex2, const int ipm) | 
| void | D (Field &w, const Field &v) | 
| void | Ddag (Field &w, const Field &v) | 
| void | DdagD (Field &w, const Field &v) | 
| void | DDdag (Field &w, const Field &v) | 
| void | H (Field &w, const Field &v) | 
| void | D_ex (Field &w, const int ex1, const Field &v, const int ex2) | 
| this function is assumed to be exclusively used from domain-wall fermions.  More... | |
| void | mult_gm5p (int mu, Field_F &v, const Field_F &w) | 
| this function is used for derivatives in force calculation.  More... | |
| void | mult_up (int mu, Field &w, const Field &v) | 
| adding the hopping to nearest neighbor site in mu-th direction.  More... | |
| void | mult_dn (int mu, Field &w, const Field &v) | 
| 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 number operations.  More... | |
  Public Member Functions inherited from Fopr | |
| Fopr () | |
| virtual | ~Fopr () | 
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) | 
Static Public Attributes | |
| static const std::string | class_name = "Fopr_Wilson" | 
Private Attributes | |
| Fopr_Wilson_impl * | m_impl | 
Additional Inherited Members | |
  Protected Attributes inherited from Fopr | |
| Bridge::VerboseLevel | m_vl | 
Definition at line 54 of file fopr_Wilson.h.
| Fopr_Wilson::Fopr_Wilson | ( | ) | 
Definition at line 93 of file fopr_Wilson.cpp.
| Fopr_Wilson::Fopr_Wilson | ( | std::string | repr | ) | 
Definition at line 97 of file fopr_Wilson.cpp.
| Fopr_Wilson::~Fopr_Wilson | ( | ) | 
Definition at line 101 of file fopr_Wilson.cpp.
Definition at line 136 of file fopr_Wilson.cpp.
this function is assumed to be exclusively used from domain-wall fermions.
Definition at line 160 of file fopr_Wilson.cpp.
Definition at line 140 of file fopr_Wilson.cpp.
Definition at line 144 of file fopr_Wilson.cpp.
Definition at line 148 of file fopr_Wilson.cpp.
      
  | 
  inlinevirtual | 
returns the external d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 108 of file fopr_Wilson.h.
      
  | 
  inlinevirtual | 
returns the on-site d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 106 of file fopr_Wilson.h.
      
  | 
  inlinevirtual | 
returns the volume for which the fermion operator is defined.
Implements Fopr.
Definition at line 104 of file fopr_Wilson.h.
      
  | 
  virtual | 
this returns the number of floating point number operations.
Reimplemented from Fopr.
Definition at line 174 of file fopr_Wilson.cpp.
      
  | 
  virtual | 
Definition at line 152 of file fopr_Wilson.cpp.
multiplies fermion operator to a given field (2nd argument)
Implements Fopr.
Definition at line 118 of file fopr_Wilson.cpp.
hermitian conjugate of mult(Field&, const Field&).
Reimplemented from Fopr.
Definition at line 122 of file fopr_Wilson.cpp.
Reimplemented from Fopr.
Definition at line 170 of file fopr_Wilson.cpp.
Definition at line 131 of file fopr_Wilson.cpp.
this function is used for derivatives in force calculation.
Definition at line 156 of file fopr_Wilson.cpp.
adding the hopping to nearest neighbor site in mu-th direction.
Reimplemented from Fopr.
Definition at line 166 of file fopr_Wilson.cpp.
| void Fopr_Wilson::proj_chiral | ( | Field & | w, | 
| const int | ex1, | ||
| const Field & | v, | ||
| const int | ex2, | ||
| const int | ipm | ||
| ) | 
Definition at line 126 of file fopr_Wilson.cpp.
      
  | 
  virtual | 
setting pointer to the gauge configuration.
Implements Fopr.
Definition at line 105 of file fopr_Wilson.cpp.
      
  | 
  inlinevirtual | 
Implements Fopr.
Definition at line 72 of file fopr_Wilson.h.
      
  | 
  virtual | 
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call.
Reimplemented from Fopr.
Definition at line 109 of file fopr_Wilson.cpp.
      
  | 
  virtual | 
Implements Fopr.
Definition at line 65 of file fopr_Wilson.cpp.
| void Fopr_Wilson::set_parameters | ( | const double | kappa, | 
| const std::vector< int > | bc | ||
| ) | 
Definition at line 89 of file fopr_Wilson.cpp.
      
  | 
  static | 
Definition at line 57 of file fopr_Wilson.h.
      
  | 
  private | 
Definition at line 116 of file fopr_Wilson.h.