| 
    Bridge++
    Version 1.4.4
    
   | 
 
Clover general fermion operator. More...
#include <fopr_CloverGeneral.h>
  
 Public Member Functions | |
| Fopr_CloverGeneral () | |
| Fopr_CloverGeneral (std::string repr) | |
| ~Fopr_CloverGeneral () | |
| void | set_parameters (const Parameters ¶ms) | 
| void | set_parameters (double kappa_s, double kappa_t, double nu_s, double r_s, double cSW_s, double cSW_t, 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 | 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) | 
| gamma_5 multiplication. [31 Mar 2017 H.Matsufuru]  More... | |
| 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) | 
| 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 = "Fopr_CloverGeneral" | 
Private Member Functions | |
| void | init (std::string repr) | 
| void | tidyup () | 
Private Attributes | |
| double | m_kappa_s | 
| spatial hopping parameter  More... | |
| double | m_kappa_t | 
| temporal hopping parameter  More... | |
| double | m_nu_s | 
| spatial anisotopy parameter  More... | |
| double | m_r_s | 
| spatial Wilson parameter  More... | |
| double | m_cSW_s | 
| spatial clover coefficient  More... | |
| double | m_cSW_t | 
| temporal clover coefficient  More... | |
| std::vector< 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_WilsonGeneral * | m_fopr_w | 
| Wilson fermion kernel.  More... | |
| Fopr_CloverTerm_General * | 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 | 
Clover general fermion operator.
This class implements Clover General fermion operator, including Clover fermion on anisotropic lattice, T. R. Klassen, Nucl. Phys. B509 391 (1998) QCD-TARO Collab., Nucl. Phys. Proc. Suppl. 83 411 (2000) and relativistic heavy quarks, A. X. El-Khadra et al., Phys. Rev. D 55, 3933 (1997) S. Aoki et al., Prog. Theor. Phys. 109, 383 (2003) N. H. Christ et al., Phys. Rev. D 76, 074505 (2007) [21 Mar 2015 Y.Namekawa]
Definition at line 39 of file fopr_CloverGeneral.h.
      
  | 
  inline | 
Definition at line 65 of file fopr_CloverGeneral.h.
      
  | 
  inline | 
Definition at line 71 of file fopr_CloverGeneral.h.
      
  | 
  inline | 
Definition at line 77 of file fopr_CloverGeneral.h.
Definition at line 169 of file fopr_CloverGeneral.cpp.
Definition at line 182 of file fopr_CloverGeneral.cpp.
Definition at line 191 of file fopr_CloverGeneral.cpp.
Definition at line 201 of file fopr_CloverGeneral.cpp.
      
  | 
  inlinevirtual | 
returns the external d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 172 of file fopr_CloverGeneral.h.
      
  | 
  inlinevirtual | 
returns the on-site d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 171 of file fopr_CloverGeneral.h.
      
  | 
  inlinevirtual | 
returns the volume for which the fermion operator is defined.
Implements Fopr.
Definition at line 170 of file fopr_CloverGeneral.h.
      
  | 
  virtual | 
this returns the number of floating point operations.
Reimplemented from Fopr.
Definition at line 143 of file fopr_CloverGeneral.cpp.
      
  | 
  inlinevirtual | 
Definition at line 211 of file fopr_CloverGeneral.cpp.
      
  | 
  private | 
Definition at line 40 of file fopr_CloverGeneral.cpp.
multiplies fermion operator to a given field (2nd argument)
Implements Fopr.
Definition at line 112 of file fopr_CloverGeneral.h.
hermitian conjugate of mult(Field&, const Field&).
Reimplemented from Fopr.
Definition at line 130 of file fopr_CloverGeneral.h.
Reimplemented from Fopr.
Definition at line 162 of file fopr_CloverGeneral.h.
gamma_5 multiplication. [31 Mar 2017 H.Matsufuru]
Reimplemented from Fopr.
Definition at line 152 of file fopr_CloverGeneral.h.
Definition at line 219 of file fopr_CloverGeneral.cpp.
nearest neighbor hopping term: temporary entry [H.Matsufuru]
Reimplemented from Fopr.
Definition at line 157 of file fopr_CloverGeneral.h.
      
  | 
  inlinevirtual | 
setting pointer to the gauge configuration.
Implements Fopr.
Definition at line 88 of file fopr_CloverGeneral.h.
      
  | 
  inlinevirtual | 
Implements Fopr.
Definition at line 95 of file fopr_CloverGeneral.h.
      
  | 
  inlinevirtual | 
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call.
Reimplemented from Fopr.
Definition at line 102 of file fopr_CloverGeneral.h.
      
  | 
  virtual | 
Implements Fopr.
Definition at line 71 of file fopr_CloverGeneral.cpp.
| void Fopr_CloverGeneral::set_parameters | ( | double | kappa_s, | 
| double | kappa_t, | ||
| double | nu_s, | ||
| double | r_s, | ||
| double | cSW_s, | ||
| double | cSW_t, | ||
| std::vector< int > | bc | ||
| ) | 
Definition at line 103 of file fopr_CloverGeneral.cpp.
      
  | 
  private | 
Definition at line 63 of file fopr_CloverGeneral.cpp.
      
  | 
  static | 
Definition at line 42 of file fopr_CloverGeneral.h.
      
  | 
  private | 
boundary conditions
Definition at line 51 of file fopr_CloverGeneral.h.
      
  | 
  private | 
spatial clover coefficient
Definition at line 49 of file fopr_CloverGeneral.h.
      
  | 
  private | 
temporal clover coefficient
Definition at line 50 of file fopr_CloverGeneral.h.
      
  | 
  private | 
Clover term operator.
Definition at line 58 of file fopr_CloverGeneral.h.
      
  | 
  private | 
Wilson fermion kernel.
Definition at line 57 of file fopr_CloverGeneral.h.
      
  | 
  private | 
spatial hopping parameter
Definition at line 45 of file fopr_CloverGeneral.h.
      
  | 
  private | 
temporal hopping parameter
Definition at line 46 of file fopr_CloverGeneral.h.
      
  | 
  private | 
mode of multiplication
Definition at line 53 of file fopr_CloverGeneral.h.
      
  | 
  private | 
Definition at line 55 of file fopr_CloverGeneral.h.
      
  | 
  private | 
Definition at line 55 of file fopr_CloverGeneral.h.
      
  | 
  private | 
Definition at line 55 of file fopr_CloverGeneral.h.
      
  | 
  private | 
internal parameters
Definition at line 55 of file fopr_CloverGeneral.h.
      
  | 
  private | 
spatial anisotopy parameter
Definition at line 47 of file fopr_CloverGeneral.h.
      
  | 
  private | 
Definition at line 55 of file fopr_CloverGeneral.h.
      
  | 
  private | 
spatial Wilson parameter
Definition at line 48 of file fopr_CloverGeneral.h.
      
  | 
  private | 
gamma matrix representation
Definition at line 52 of file fopr_CloverGeneral.h.
      
  | 
  private | 
gauge configuration (pointer)
Definition at line 59 of file fopr_CloverGeneral.h.
      
  | 
  private | 
Definition at line 62 of file fopr_CloverGeneral.h.
      
  | 
  private | 
working field.
Definition at line 62 of file fopr_CloverGeneral.h.