Bridge++
Ver. 2.0.2
|
Go to the source code of this file.
Typedefs | |
typedef AFopr_eo< Field > | Fopr_eo |
Base class of fermion operator family. More... | |
Definition in file fopr_eo.h.
Base class of fermion operator family.
In Bridge-OF, the fermion operator implies an operator which transforms a field to other field, irrespective of physical formulation. This class defines the interface of the fermion operators. At present, void functions mult(v,w) and mult_dag(v,w) is not purely virtual, because some of subclass have not implemented them yet. [20 Dec 2011 H.Matsufuru] unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]