Bridge++  Ver. 2.0.2
fopr_eo.h File Reference
#include "Fopr/afopr_eo.h"
#include "Field/field.h"
#include "Fopr/fopr.h"

Go to the source code of this file.

Typedefs

typedef AFopr_eo< FieldFopr_eo
 Base class of fermion operator family. More...
 

Detailed Description

Author
Satoru Ueda (sueda)
LastChangedBy
matufuru
Date
$LastChangedDate:: 2023-02-28 16:09:41 #$
Version
LastChangedRevision
2492

Definition in file fopr_eo.h.

Typedef Documentation

◆ Fopr_eo

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]

Definition at line 37 of file fopr_eo.h.