|
Bridge++
Ver. 1.3.x
|
Get quark propagator for Fopr with lexical site index. More...
#include <fprop_Standard_lex.h>
Public Member Functions | |
| Fprop_Standard_lex (Solver *solver) | |
| Fprop_Standard_lex (unique_ptr< Solver > &solver) | |
| ~Fprop_Standard_lex () | |
| void | set_config (Field *) |
| void | invert_D (Field &, const Field &, int &, double &) |
| void | invert_DdagD (Field &, const Field &, int &, double &) |
Public Member Functions inherited from Fprop | |
| Fprop () | |
| virtual | ~Fprop () |
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
Static Public Attributes | |
| static const std::string | class_name = "Fprop_Standard_lex" |
Private Attributes | |
| Solver * | m_solver |
Additional Inherited Members | |
Protected Attributes inherited from Fprop | |
| Bridge::VerboseLevel | m_vl |
Get quark propagator for Fopr with lexical site index.
This is temporary implementation. 28 Dec 2011 H.Matsufuru Redundant argument of fopr is deleted. [03 Mar 2013 Y.Namekawa] unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]
Definition at line 32 of file fprop_Standard_lex.h.
|
inline |
Definition at line 38 of file fprop_Standard_lex.h.
|
inline |
Definition at line 41 of file fprop_Standard_lex.h.
|
inline |
Definition at line 44 of file fprop_Standard_lex.h.
|
virtual |
Implements Fprop.
Definition at line 26 of file fprop_Standard_lex.cpp.
|
virtual |
Implements Fprop.
Definition at line 38 of file fprop_Standard_lex.cpp.
|
virtual |
Implements Fprop.
Definition at line 19 of file fprop_Standard_lex.cpp.
|
static |
Definition at line 35 of file fprop_Standard_lex.h.
|
private |
Definition at line 52 of file fprop_Standard_lex.h.