Bridge++  Ver. 2.0.2
fopr_Wilson.h File Reference

Go to the source code of this file.

Typedefs

typedef Org::Fopr_Wilson Fopr_Wilson
 Wilson fermion operator. More...
 

Detailed Description

Author
Hideo Matsufuru (matufuru)
LastChangedBy
matufuru
Date
$LastChangedDate:: 2022-03-07 17:24:38 #$
Version
LastChangedRevision
2359

Definition in file fopr_Wilson.h.

Typedef Documentation

◆ 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 50 of file fopr_Wilson.h.