Go to the documentation of this file.
14 #ifndef ENERGY_MOMENTUM_TENSOR_INCLUDED
15 #define ENERGY_MOMENTUM_TENSOR_INCLUDED
84 void set_parameters(
const double c_plaq,
const double c_rect,
const int max_mom);
160 int factor(
const int mu,
const int nu);
Bridge::VerboseLevel m_vl
double measure_EMT_at_z(const double t_flow)
Measure energy momentum tensor density in z direction and print out the result using an argument t_f...
FieldStrength m_field_strength
Common parameter class: provides parameters as singleton.
double measure_EMT_at_x_FT(const double t_flow)
std::vector< Field_G > m_Fmunu_plaq
double measure_EMT_at_t(const double t_flow)
Measure energy momentum tensor density as a function of time and print out the result using an argum...
EnergyMomentumTensor(const Parameters ¶ms)
int index_munu2i(int mu, int nu)
Returns array number [0-5] of vector m_Fmunu correponding to (mu,nu).
std::vector< Field_G > m_Fmunu_1x1
void set_field_strength(const Field_G &U)
Construct the anti-Hermitian traceless field strength by the flowed link U. Should be called before ...
field strength construction.
double measure_EMT_at_y_FT(const double t_flow)
double measure_EMT_at_y(const double t_flow)
Measure energy momentum tensor density in y direction and print out the result using an argument t_f...
void set_parameter_verboselevel(const Bridge::VerboseLevel vl)
void set_parameters(const Parameters ¶ms)
setting parameters.
std::vector< Field_G > m_Fmunu_1x2
int m_max_mom
maximum of momentum for Fourier transformation: p_x=[0,max_mom], p_y=[-max_mom,max_mom],...
double measure_EMT_at_x(const double t_flow)
Measure energy momentum tensor density in x direction and print out the result using an argument t_f...
double measure_EMT_at_t_FT(const double t_flow)
static const std::string class_name
int factor(const int mu, const int nu)
Returns +1 for mu<nu, -1 for mu>nu and 0 otherwise.
std::string m_filename_output
Energy Momentum Tensor measurement.
double measure_EMT(const double t_flow)
double measure_EMT_at_z_FT(const double t_flow)
void get_parameters(Parameters ¶ms) const