#include <fopr_Sign.h>
|
| | Fopr_Sign (Fopr *fopr) |
| |
| | ~Fopr_Sign () |
| |
| void | set_parameters (const Parameters ¶ms) |
| |
| void | set_parameters (int Np, double x_min, double x_max, int Niter, double Stop_cond) |
| |
| void | set_config (Field *U) |
| | setting pointer to the gauge configuration. More...
|
| |
| 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 |
| |
| void | tidyup () |
| |
| void | set_lowmodes (int Nsbt, std::valarray< double > *, std::valarray< Field > *) |
| |
| void | mult (Field &v, const Field &f) |
| | multiplies fermion operator to a given field (2nd argument) More...
|
| |
| const Field | mult (const Field &f) |
| | multiplies fermion operator to a given field and returns the resultant field. More...
|
| |
| void | mult_dag (Field &v, const Field &f) |
| | hermitian conjugate of mult(Field&, const Field&). More...
|
| |
| const Field | mult_dag (const Field &f) |
| | hermitian conjugate of mult(const Field&). 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...
|
| |
| | 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 &) |
| |
Definition at line 55 of file fopr_Sign.h.
| Fopr_Sign::Fopr_Sign |
( |
Fopr * |
fopr | ) |
|
|
inline |
| Fopr_Sign::~Fopr_Sign |
( |
| ) |
|
|
inline |
| void Fopr_Sign::evaluate_lowmodes |
( |
Field & |
x, |
|
|
const Field & |
w |
|
) |
| |
|
private |
| int Fopr_Sign::field_nex |
( |
| ) |
|
|
inlinevirtual |
returns the external d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 144 of file fopr_Sign.h.
| int Fopr_Sign::field_nin |
( |
| ) |
|
|
inlinevirtual |
returns the on-site d.o.f. for which the fermion operator is defined.
Implements Fopr.
Definition at line 143 of file fopr_Sign.h.
| int Fopr_Sign::field_nvol |
( |
| ) |
|
|
inlinevirtual |
returns the volume for which the fermion operator is defined.
Implements Fopr.
Definition at line 142 of file fopr_Sign.h.
| std::string Fopr_Sign::get_mode |
( |
| ) |
const |
|
inlinevirtual |
| void Fopr_Sign::init_parameters |
( |
| ) |
|
|
private |
multiplies fermion operator to a given field (2nd argument)
Reimplemented from Fopr.
Definition at line 166 of file fopr_Sign.cpp.
multiplies fermion operator to a given field and returns the resultant field.
Implements Fopr.
Definition at line 119 of file fopr_Sign.h.
| void Fopr_Sign::mult_dag |
( |
Field & |
, |
|
|
const Field & |
|
|
) |
| |
|
inlinevirtual |
| void Fopr_Sign::set_config |
( |
Field * |
| ) |
|
|
inlinevirtual |
setting pointer to the gauge configuration.
Implements Fopr.
Definition at line 97 of file fopr_Sign.h.
| void Fopr_Sign::set_lowmodes |
( |
int |
Nsbt, |
|
|
std::valarray< double > * |
, |
|
|
std::valarray< Field > * |
|
|
) |
| |
| void Fopr_Sign::set_mode |
( |
std::string |
mode | ) |
|
|
inlinevirtual |
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelevant call.
Reimplemented from Fopr.
Definition at line 102 of file fopr_Sign.h.
| void Fopr_Sign::set_parameters |
( |
const Parameters & |
params | ) |
|
|
virtual |
| void Fopr_Sign::set_parameters |
( |
int |
Np, |
|
|
double |
x_min, |
|
|
double |
x_max, |
|
|
int |
Niter, |
|
|
double |
Stop_cond |
|
) |
| |
| double Fopr_Sign::sign_zolotarev |
( |
double |
x | ) |
|
|
private |
| void Fopr_Sign::subtract_lowmodes |
( |
Field & |
w | ) |
|
|
private |
| void Fopr_Sign::tidyup |
( |
| ) |
|
| std::valarray<double> Fopr_Sign::m_bl |
|
private |
| std::valarray<double> Fopr_Sign::m_cl |
|
private |
| std::valarray<double>* Fopr_Sign::m_ev |
|
private |
| std::valarray<double> Fopr_Sign::m_sigma |
|
private |
| double Fopr_Sign::m_Stop_cond |
|
private |
| std::valarray<Field>* Fopr_Sign::m_vk |
|
private |
| double Fopr_Sign::m_x_max |
|
private |
| double Fopr_Sign::m_x_min |
|
private |
| std::valarray<Field> Fopr_Sign::m_xq |
|
private |
The documentation for this class was generated from the following files: