Bridge++
Ver. 1.2.x
|
#include <fopr_Chebyshev.h>
Public Member Functions | |
Fopr_Chebyshev (Fopr *fopr) | |
void | set_parameters (const Parameters ¶ms) |
void | set_parameters (int Np, double v_thrs, double v_max) |
void | set_config (Field *U) |
setting pointer to the gauge configuration. More... | |
const Field | mult (const Field &f) |
multiplies fermion operator to a given field and returns the resultant field. More... | |
void | mult (Field &v, const Field &f) |
multiplies fermion operator to a given field (2nd argument) More... | |
const Field | mult_dag (const Field &f) |
hermitian conjugate of mult(const Field&). More... | |
void | mult_dag (Field &v, const Field &f) |
hermitian conjugate of mult(Field&, const Field&). More... | |
double | mult (double) |
evaluate for a number More... | |
int | field_nvol () |
returns the volume for which the fermion operator is defined. More... | |
int | field_nin () |
returns the on-site d.o.f. for which the fermion operator is defined. More... | |
int | field_nex () |
returns the external d.o.f. for which the fermion operator is defined. More... | |
Public Member Functions inherited from Fopr | |
Fopr () | |
virtual | ~Fopr () |
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 &) |
virtual void | set_mode (std::string mode) |
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call. More... | |
virtual std::string | get_mode () const |
virtual double | flop_count () |
returns the flops per site. More... | |
Static Public Attributes | |
static const std::string | class_name = "Fopr_Chebyshev" |
Private Attributes | |
int | m_Npcb |
double | m_Fcb1 |
double | m_Fcb2 |
Fopr * | m_fopr |
Additional Inherited Members | |
Protected Attributes inherited from Fopr | |
Bridge::VerboseLevel | m_vl |
Definition at line 47 of file fopr_Chebyshev.h.
|
inline |
Definition at line 59 of file fopr_Chebyshev.h.
|
inlinevirtual |
returns the external d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 92 of file fopr_Chebyshev.h.
|
inlinevirtual |
returns the on-site d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 91 of file fopr_Chebyshev.h.
|
inlinevirtual |
returns the volume for which the fermion operator is defined.
Implements Fopr.
Definition at line 90 of file fopr_Chebyshev.h.
multiplies fermion operator to a given field and returns the resultant field.
Implements Fopr.
Definition at line 106 of file fopr_Chebyshev.cpp.
multiplies fermion operator to a given field (2nd argument)
Reimplemented from Fopr.
Definition at line 72 of file fopr_Chebyshev.h.
double Fopr_Chebyshev::mult | ( | double | x | ) |
evaluate for a number
Definition at line 150 of file fopr_Chebyshev.cpp.
hermitian conjugate of mult(const Field&).
Reimplemented from Fopr.
Definition at line 77 of file fopr_Chebyshev.h.
hermitian conjugate of mult(Field&, const Field&).
Reimplemented from Fopr.
Definition at line 82 of file fopr_Chebyshev.h.
|
inlinevirtual |
setting pointer to the gauge configuration.
Implements Fopr.
Definition at line 65 of file fopr_Chebyshev.h.
|
virtual |
Implements Fopr.
Definition at line 45 of file fopr_Chebyshev.cpp.
void Fopr_Chebyshev::set_parameters | ( | int | Np, |
double | v_thrs, | ||
double | v_max | ||
) |
Definition at line 71 of file fopr_Chebyshev.cpp.
|
static |
Definition at line 50 of file fopr_Chebyshev.h.
|
private |
Definition at line 54 of file fopr_Chebyshev.h.
|
private |
Definition at line 54 of file fopr_Chebyshev.h.
|
private |
Definition at line 55 of file fopr_Chebyshev.h.
|
private |
Definition at line 53 of file fopr_Chebyshev.h.