Bridge++
Version 1.5.4
|
Wall source for SF boundary propagator. More...
#include <source_Wall_SF.h>
Public Member Functions | |
Source_Wall_SF () | |
void | set_parameters (const Parameters ¶ms) |
void | set_parameters (const double ct_tilde) |
void | set_parameters (Field_G *U, const double ct_tilde) |
void | set_parameters (Field_G *U, Director_Smear *dr_smear, const double ct_tilde) |
void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
void | set_config (Field *U) |
setting pointer to configuration More... | |
void | set_t0 (Field_F &src, const int ic, const int id) |
Set the 3D wall source at t=1. More... | |
void | set_tT (Field_F &src, const int ic, const int id) |
Set the 3D wall source at t=T-1. More... | |
Static Public Attributes | |
static const std::string | class_name = "Source_Wall_SF" |
Protected Attributes | |
Bridge::VerboseLevel | m_vl |
Private Member Functions | |
Source_Wall_SF (const Source_Wall_SF &) | |
Source_Wall_SF & | operator= (const Source_Wall_SF &) |
Private Attributes | |
Field_G * | m_U |
Pointer to gauge field. More... | |
double | m_ct_tilde |
Boundary O(a) improvement factor for the Wilson (clover) fermion. More... | |
Index_lex | m_index |
Wall source for SF boundary propagator.
This class sets a wall source vector for the 4-spinor (Wilson-type) fermion. 12 Apr 2012 Y.Taniguchi YAML is implemented. [14 Nov 2012 Y.Namekawa]
Definition at line 36 of file source_Wall_SF.h.
|
inline |
Definition at line 54 of file source_Wall_SF.h.
|
private |
|
private |
|
inline |
setting pointer to configuration
Definition at line 71 of file source_Wall_SF.h.
|
inline |
Definition at line 68 of file source_Wall_SF.h.
void Source_Wall_SF::set_parameters | ( | const Parameters & | params | ) |
Definition at line 19 of file source_Wall_SF.cpp.
void Source_Wall_SF::set_parameters | ( | const double | ct_tilde | ) |
Definition at line 41 of file source_Wall_SF.cpp.
void Source_Wall_SF::set_parameters | ( | Field_G * | U, |
const double | ct_tilde | ||
) |
Definition at line 56 of file source_Wall_SF.cpp.
void Source_Wall_SF::set_parameters | ( | Field_G * | U, |
Director_Smear * | dr_smear, | ||
const double | ct_tilde | ||
) |
Use the smeared link for the SF Wall source.
Definition at line 76 of file source_Wall_SF.cpp.
void Source_Wall_SF::set_t0 | ( | Field_F & | src, |
const int | ic, | ||
const int | id | ||
) |
Set the 3D wall source at t=1.
Set the wall source for the SF boundary propagator.
Definition at line 111 of file source_Wall_SF.cpp.
void Source_Wall_SF::set_tT | ( | Field_F & | src, |
const int | ic, | ||
const int | id | ||
) |
Set the 3D wall source at t=T-1.
Set the wall source for the SF boundary propagator.
Definition at line 171 of file source_Wall_SF.cpp.
|
static |
Definition at line 39 of file source_Wall_SF.h.
|
private |
Boundary O(a) improvement factor for the Wilson (clover) fermion.
Definition at line 48 of file source_Wall_SF.h.
|
private |
Definition at line 50 of file source_Wall_SF.h.
|
private |
Pointer to gauge field.
Definition at line 46 of file source_Wall_SF.h.
|
protected |
Definition at line 42 of file source_Wall_SF.h.