/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/physics/integration/finiteT/integrator_fT_p2_4d_2ang.hh Source File#
|
DiFfRG
Discretization Framework for functional Renormalization Group flows
|
integrator_fT_p2_4d_2ang.hh
Go to the documentation of this file.
28 static KOKKOS_FORCEINLINE_FUNCTION NT kernel_finite_extent(const ctype q, const ctype cos1, const ctype phi,
38 static KOKKOS_FORCEINLINE_FUNCTION NT kernel_tail(const ctype q, const ctype cos1, const ctype phi,
70 : public QuadratureIntegrator_fT<4, NT, internal::Transform_fT_p2_4D_2ang<NT, KERNEL>, ExecutionSpace>
72 using Base = QuadratureIntegrator_fT<4, NT, internal::Transform_fT_p2_4D_2ang<NT, KERNEL>, ExecutionSpace>;
96 Base::set_allow_exact_matsubara_sum(config.get_bool("/integration/force_exact_matsubara_sum", false));
98 Base::set_matsubara_extent_margin(config.get_double("/integration/matsubara_extent_margin", 1.));
104 quadrature_provider, internal::make_int_grid<3, NT>(config, {"x_order", "cos1_order", "phi_order"}),
110 Integrator_fT_p2_4D_2ang(QuadratureProvider &quadrature_provider, const std::array<size_t, 3> grid_size,
112 // The azimuthal angle phi in [0,2pi) has a smooth 2pi-periodic integrand; the periodic trapezoidal
115 {QuadratureType::legendre, QuadratureType::legendre, QuadratureType::trapezoidal}, T, typical_E),
A hierarchical configuration tree, readable from JSON and TOML files.
Definition config_tree.hh:32
Definition integrator_fT_p2_4d_2ang.hh:71
typename get_type::ctype< NT > ctype
Numerical type to be used for integration tasks e.g. the argument or possible jacobians.
Definition integrator_fT_p2_4d_2ang.hh:78
ExecutionSpace execution_space
Execution space to be used for the integration, e.g. GPU_exec, TBB_exec.
Definition integrator_fT_p2_4d_2ang.hh:82
void set_x_extent(ctype x_extent)
Definition integrator_fT_p2_4d_2ang.hh:124
Integrator_fT_p2_4D_2ang(QuadratureProvider &quadrature_provider, const std::array< size_t, 3 > grid_size, ctype x_extent=2., ctype T=1, ctype typical_E=1)
Definition integrator_fT_p2_4d_2ang.hh:110
Integrator_fT_p2_4D_2ang(QuadratureProvider &quadrature_provider, const ConfigTree &config)
Definition integrator_fT_p2_4d_2ang.hh:101
void set_typical_E(ctype typical_E)
Definition integrator_fT_p2_4d_2ang.hh:145
void set_k(ctype k)
Definition integrator_fT_p2_4d_2ang.hh:134
void apply_matsubara_overrides(const ConfigTree &config)
Apply the /integration/force_exact_matsubara_sum override, if the model sets it.
Definition integrator_fT_p2_4d_2ang.hh:93
Definition quadrature_integrator_fT.hh:54
A class that provides quadrature points and weights, in host and device memory. The quadrature points...
Definition quadrature_provider.hh:239
Definition integrator_fT_p2_4d_2ang.hh:12
static constexpr bool matsubara_finite_extent
Definition integrator_fT_p2_4d_2ang.hh:24
static KOKKOS_FORCEINLINE_FUNCTION NT kernel_finite_extent(const ctype q, const ctype cos1, const ctype phi, const ctype q0, const T &...t)
Definition integrator_fT_p2_4d_2ang.hh:28
static KOKKOS_FORCEINLINE_FUNCTION NT kernel_tail(const ctype q, const ctype cos1, const ctype phi, const ctype q0, const T &...t)
Definition integrator_fT_p2_4d_2ang.hh:38
static constexpr bool matsubara_even
Definition integrator_fT_p2_4d_2ang.hh:23
static constexpr bool matsubara_split
Definition integrator_fT_p2_4d_2ang.hh:25
static KOKKOS_FORCEINLINE_FUNCTION NT constant(const T &...t)
Definition integrator_fT_p2_4d_2ang.hh:60
static constexpr ctype int_prefactor
Definition integrator_fT_p2_4d_2ang.hh:16
static KOKKOS_FORCEINLINE_FUNCTION NT kernel(const ctype q, const ctype cos1, const ctype phi, const ctype q0, const T &...t)
Definition integrator_fT_p2_4d_2ang.hh:48
typename get_type::ctype< NT > ctype
Definition integrator_fT_p2_4d_2ang.hh:14
Definition abstract_integrator.hh:38
Definition math.hh:229
std::array< size_t, dim > make_int_grid(const ConfigTree &config, const std::array< std::string, dim > &names)
Definition abstract_integrator.hh:23
Definition complex_math.hh:10
constexpr bool kernel_is_matsubara_even
Definition quadrature_integrator_fT.hh:28
constexpr bool kernel_has_finite_matsubara_extent
Definition quadrature_integrator_fT.hh:37
constexpr bool kernel_has_matsubara_split
Definition quadrature_integrator_fT.hh:49
Generated by