Bridge++
Version 1.5.4
|
Go to the source code of this file.
Typedefs | |
typedef Org::Fopr_Wilson | Fopr_Wilson |
Wilson fermion operator. More... | |
Definition in file fopr_Wilson.h.
typedef Org::Fopr_Wilson Fopr_Wilson |
Wilson fermion operator.
This fermion operator defines the standard Wilson fermion. The gamma matrix representation is given as control string "Dirac"(default) or "Chiral" at the construction, which is used to construct the Fopr_Wilson instance. The `mode', which of D, Ddag, H, DdagD are multiplied, is controlled by setting the pointers to these functions, m_mult and m_mult_dag. At the beginning, they are set to point mult_undef() which just represent the mode has not been set. set_mode(string) must be called before mult() is called. 24 Dec 2011 H,Matsufuru YAML is implemented. [14 Nov 2012 Y.Namekawa] unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa] Use of pimpl pattern removed. [29 July 2016 T.Aoyama]
Definition at line 60 of file fopr_Wilson.h.