Bridge++  Ver. 1.2.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Fopr_Chebyshev Class Reference

#include <fopr_Chebyshev.h>

Inheritance diagram for Fopr_Chebyshev:
Fopr

Public Member Functions

 Fopr_Chebyshev (Fopr *fopr)
 
void set_parameters (const Parameters &params)
 
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
 
Foprm_fopr
 

Additional Inherited Members

- Protected Attributes inherited from Fopr
Bridge::VerboseLevel m_vl
 

Detailed Description

Definition at line 47 of file fopr_Chebyshev.h.

Constructor & Destructor Documentation

Fopr_Chebyshev::Fopr_Chebyshev ( Fopr fopr)
inline

Definition at line 59 of file fopr_Chebyshev.h.

Member Function Documentation

int Fopr_Chebyshev::field_nex ( )
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.

int Fopr_Chebyshev::field_nin ( )
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.

int Fopr_Chebyshev::field_nvol ( )
inlinevirtual

returns the volume for which the fermion operator is defined.

Implements Fopr.

Definition at line 90 of file fopr_Chebyshev.h.

const Field Fopr_Chebyshev::mult ( const Field )
virtual

multiplies fermion operator to a given field and returns the resultant field.

Implements Fopr.

Definition at line 106 of file fopr_Chebyshev.cpp.

void Fopr_Chebyshev::mult ( Field ,
const Field  
)
inlinevirtual

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.

const Field Fopr_Chebyshev::mult_dag ( const Field )
inlinevirtual

hermitian conjugate of mult(const Field&).

Reimplemented from Fopr.

Definition at line 77 of file fopr_Chebyshev.h.

void Fopr_Chebyshev::mult_dag ( Field ,
const Field  
)
inlinevirtual

hermitian conjugate of mult(Field&, const Field&).

Reimplemented from Fopr.

Definition at line 82 of file fopr_Chebyshev.h.

void Fopr_Chebyshev::set_config ( Field )
inlinevirtual

setting pointer to the gauge configuration.

Implements Fopr.

Definition at line 65 of file fopr_Chebyshev.h.

void Fopr_Chebyshev::set_parameters ( const Parameters params)
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.

Member Data Documentation

const std::string Fopr_Chebyshev::class_name = "Fopr_Chebyshev"
static

Definition at line 50 of file fopr_Chebyshev.h.

double Fopr_Chebyshev::m_Fcb1
private

Definition at line 54 of file fopr_Chebyshev.h.

double Fopr_Chebyshev::m_Fcb2
private

Definition at line 54 of file fopr_Chebyshev.h.

Fopr* Fopr_Chebyshev::m_fopr
private

Definition at line 55 of file fopr_Chebyshev.h.

int Fopr_Chebyshev::m_Npcb
private

Definition at line 53 of file fopr_Chebyshev.h.


The documentation for this class was generated from the following files: