| 
    Bridge++
    Ver. 1.2.x
    
   | 
 
#include <fopr_Clover.h>
  
 Public Member Functions | |
| Fopr_Clover () | |
| Fopr_Clover (std::string repr) | |
| ~Fopr_Clover () | |
| void | set_parameters (const Parameters ¶ms) | 
| void | set_parameters (double kappa, double cSW, 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 | D (Field &, const Field &) | 
| void | Ddag (Field &, const Field &) | 
| void | DdagD (Field &, const Field &) | 
| void | DDdag (Field &, const Field &) | 
| void | H (Field &, const Field &) | 
| void | mult_gm5 (Field &v, const Field &w) | 
| const Field | mult_gm5 (const Field &w) | 
| void | mult_up (int mu, Field &v, const Field &w) | 
| nearest neighbor hopping term: temporary entry [H.Matsufuru]  More... | |
| void | mult_dn (int mu, Field &v, const Field &w) | 
| void | mult_isigma (Field_F &, const Field_F &, const int mu, const int nu) | 
| 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.  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_Clover" | 
Private Member Functions | |
| void | init (std::string repr) | 
| void | tidyup () | 
Private Attributes | |
| double | m_kappa | 
| hopping parameter  More... | |
| double | m_cSW | 
| clover coefficient  More... | |
| std::valarray< int > | m_boundary | 
| boundary conditions  More... | |
| std::string | m_repr | 
| gamma matrix representation  More... | |
| std::string | m_mode | 
| mode of multiplication  More... | |
| int | m_Nvol | 
| int | m_Ndim | 
| int | m_Nc | 
| int | m_Nd | 
| int | m_NinF | 
| internal parameters  More... | |
| Fopr_Wilson * | m_fopr_w | 
| Wilson fermion kernel.  More... | |
| Fopr_CloverTerm * | m_fopr_csw | 
| Clover term operator.  More... | |
| const Field_G * | m_U | 
| gauge configuration (pointer)  More... | |
| Field | m_v1 | 
| Field | m_v2 | 
| working field.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from Fopr | |
| Bridge::VerboseLevel | m_vl | 
Definition at line 47 of file fopr_Clover.h.
      
  | 
  inline | 
Definition at line 70 of file fopr_Clover.h.
      
  | 
  inline | 
Definition at line 76 of file fopr_Clover.h.
      
  | 
  inline | 
Definition at line 82 of file fopr_Clover.h.
Definition at line 161 of file fopr_Clover.cpp.
Definition at line 172 of file fopr_Clover.cpp.
Definition at line 181 of file fopr_Clover.cpp.
Definition at line 191 of file fopr_Clover.cpp.
      
  | 
  inlinevirtual | 
returns the external d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 188 of file fopr_Clover.h.
      
  | 
  inlinevirtual | 
returns the on-site d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 187 of file fopr_Clover.h.
      
  | 
  inlinevirtual | 
returns the volume for which the fermion operator is defined.
Implements Fopr.
Definition at line 186 of file fopr_Clover.h.
      
  | 
  virtual | 
this returns the number of floating point operations.
Reimplemented from Fopr.
Definition at line 135 of file fopr_Clover.cpp.
      
  | 
  inlinevirtual | 
Reimplemented from Fopr.
Definition at line 102 of file fopr_Clover.h.
Definition at line 201 of file fopr_Clover.cpp.
      
  | 
  private | 
Definition at line 50 of file fopr_Clover.cpp.
multiplies fermion operator to a given field and returns the resultant field.
Implements Fopr.
Definition at line 107 of file fopr_Clover.h.
multiplies fermion operator to a given field (2nd argument)
Reimplemented from Fopr.
Definition at line 123 of file fopr_Clover.h.
hermitian conjugate of mult(const Field&).
Reimplemented from Fopr.
Definition at line 115 of file fopr_Clover.h.
hermitian conjugate of mult(Field&, const Field&).
Reimplemented from Fopr.
Definition at line 141 of file fopr_Clover.h.
Reimplemented from Fopr.
Definition at line 178 of file fopr_Clover.h.
Definition at line 163 of file fopr_Clover.h.
Definition at line 168 of file fopr_Clover.h.
Definition at line 209 of file fopr_Clover.cpp.
nearest neighbor hopping term: temporary entry [H.Matsufuru]
Reimplemented from Fopr.
Definition at line 173 of file fopr_Clover.h.
      
  | 
  inlinevirtual | 
setting pointer to the gauge configuration.
Implements Fopr.
Definition at line 90 of file fopr_Clover.h.
      
  | 
  inlinevirtual | 
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call.
Reimplemented from Fopr.
Definition at line 97 of file fopr_Clover.h.
      
  | 
  virtual | 
Implements Fopr.
Definition at line 81 of file fopr_Clover.cpp.
| void Fopr_Clover::set_parameters | ( | double | kappa, | 
| double | cSW, | ||
| std::valarray< int > | bc | ||
| ) | 
      
  | 
  private | 
Definition at line 73 of file fopr_Clover.cpp.
      
  | 
  static | 
Definition at line 50 of file fopr_Clover.h.
      
  | 
  private | 
boundary conditions
Definition at line 55 of file fopr_Clover.h.
      
  | 
  private | 
clover coefficient
Definition at line 54 of file fopr_Clover.h.
      
  | 
  private | 
Clover term operator.
Definition at line 62 of file fopr_Clover.h.
      
  | 
  private | 
Wilson fermion kernel.
Definition at line 61 of file fopr_Clover.h.
      
  | 
  private | 
hopping parameter
Definition at line 53 of file fopr_Clover.h.
      
  | 
  private | 
mode of multiplication
Definition at line 57 of file fopr_Clover.h.
      
  | 
  private | 
Definition at line 59 of file fopr_Clover.h.
      
  | 
  private | 
Definition at line 59 of file fopr_Clover.h.
      
  | 
  private | 
Definition at line 59 of file fopr_Clover.h.
      
  | 
  private | 
internal parameters
Definition at line 59 of file fopr_Clover.h.
      
  | 
  private | 
Definition at line 59 of file fopr_Clover.h.
      
  | 
  private | 
gamma matrix representation
Definition at line 56 of file fopr_Clover.h.
      
  | 
  private | 
gauge configuration (pointer)
Definition at line 63 of file fopr_Clover.h.
      
  | 
  private | 
Definition at line 66 of file fopr_Clover.h.
      
  | 
  private | 
working field.
Definition at line 66 of file fopr_Clover.h.