Bridge++  Ver. 2.0.2
fopr.h File Reference
#include "Fopr/afopr.h"

Go to the source code of this file.

Typedefs

typedef AFopr< FieldFopr
 Base class of fermion operator family. More...
 

Detailed Description

Author
Hideo Matsufuru (matufuru)
LastChangedBy
matufuru
Date
$LastChangedDate:: 2023-01-24 20:05:58 #$
Version
LastChangedRevision
2452

Definition in file fopr.h.

Typedef Documentation

◆ Fopr

typedef AFopr<Field> Fopr

Base class of fermion operator family.

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] parameters factory is introduced. [21 Apr 2015 Y.Namekawa] implementation is moved to template class AFopr. [21 Jan 2023 H.Matsufuru]

Definition at line 35 of file fopr.h.