|
Bridge++
Ver. 1.1.x
|
Base class of fermion operator family. More...
#include <fopr_eo.h>
Public Member Functions | |
| virtual | ~Fopr_eo () |
| virtual void | preProp (Field &, Field &, const Field &)=0 |
| virtual void | postProp (Field &, const Field &, const Field &)=0 |
| virtual void | set_config (Field *)=0 |
| setting pointer to the gauge configuration. More... | |
| virtual const Field | mult (const Field &)=0 |
| multiplies fermion operator to a given field and returns the resultant field. More... | |
| virtual const Field | mult_dag (const Field &) |
| hermitian conjugate of mult(const Field&). More... | |
| virtual void | mult (Field &, const Field &) |
| multiplies fermion operator to a given field (2nd argument) More... | |
| virtual void | mult_dag (Field &, const Field &) |
| hermitian conjugate of mult(Field&, const Field&). More... | |
| virtual void | set_mode (std::string mode) |
| setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call. More... | |
| std::string | get_mode () const |
| virtual int | field_nvol ()=0 |
| returns the volume for which the fermion operator is defined. More... | |
| virtual int | field_nin ()=0 |
| returns the on-site d.o.f. for which the fermion operator is defined. More... | |
| virtual int | field_nex ()=0 |
| returns the external d.o.f. for which the fermion operator is defined. More... | |
Public Member Functions inherited from Fopr | |
| Fopr () | |
| virtual | ~Fopr () |
| virtual void | set_parameters (const Parameters &)=0 |
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
| virtual void | mult_up (int mu, Field &, const Field &) |
| nearest neighbor hopping term: temporary entry [H.Matsufuru] More... | |
| virtual void | mult_dn (int mu, Field &, const Field &) |
Additional Inherited Members | |
Protected Attributes inherited from Fopr | |
| Bridge::VerboseLevel | m_vl |
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]
|
pure virtual |
returns the external d.o.f. for which the fermion operator is defined.
Implements Fopr.
Implemented in Fopr_Clover_eo, Fopr_Wilson_eo, and Fopr_Smeared_eo.
|
pure virtual |
returns the on-site d.o.f. for which the fermion operator is defined.
Implements Fopr.
Implemented in Fopr_Clover_eo, Fopr_Wilson_eo, and Fopr_Smeared_eo.
|
pure virtual |
returns the volume for which the fermion operator is defined.
Implements Fopr.
Implemented in Fopr_Clover_eo, Fopr_Wilson_eo, and Fopr_Smeared_eo.
|
inlinevirtual |
Reimplemented from Fopr.
Reimplemented in Fopr_Wilson_eo, and Fopr_Smeared_eo.
multiplies fermion operator to a given field and returns the resultant field.
Implements Fopr.
Implemented in Fopr_Clover_eo, Fopr_Wilson_eo, and Fopr_Smeared_eo.
multiplies fermion operator to a given field (2nd argument)
Reimplemented from Fopr.
Reimplemented in Fopr_Clover_eo, Fopr_Wilson_eo, and Fopr_Smeared_eo.
hermitian conjugate of mult(const Field&).
Reimplemented from Fopr.
Reimplemented in Fopr_Clover_eo, Fopr_Wilson_eo, and Fopr_Smeared_eo.
hermitian conjugate of mult(Field&, const Field&).
Reimplemented from Fopr.
Reimplemented in Fopr_Clover_eo, Fopr_Wilson_eo, and Fopr_Smeared_eo.
Implemented in Fopr_Clover_eo, Fopr_Wilson_eo, and Fopr_Smeared_eo.
Implemented in Fopr_Clover_eo, Fopr_Wilson_eo, and Fopr_Smeared_eo.
|
pure virtual |
setting pointer to the gauge configuration.
Implements Fopr.
Implemented in Fopr_Clover_eo, Fopr_Wilson_eo, and Fopr_Smeared_eo.
|
inlinevirtual |
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call.
Reimplemented from Fopr.
Reimplemented in Fopr_Wilson_eo, Fopr_Clover_eo, and Fopr_Smeared_eo.