/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/physics/integration/finiteT/integrator_fT_p2_1ang.hh Source File#
|
DiFfRG
Discretization Framework for functional Renormalization Group flows
|
integrator_fT_p2_1ang.hh
Go to the documentation of this file.
21 static constexpr ctype int_prefactor = S_d_prec<ctype>(sdim - 1) // remaining solid angle after the polar angle
34 static KOKKOS_FORCEINLINE_FUNCTION NT kernel_finite_extent(const ctype q, const ctype cos, const ctype q0,
44 static KOKKOS_FORCEINLINE_FUNCTION NT kernel_tail(const ctype q, const ctype cos, const ctype q0, const T &...t)
74 : public QuadratureIntegrator_fT<3, NT, internal::Transform_fT_p2_1ang<dim, NT, KERNEL>, ExecutionSpace>
76 using Base = QuadratureIntegrator_fT<3, NT, internal::Transform_fT_p2_1ang<dim, NT, KERNEL>, ExecutionSpace>;
80 // Gauss-Jacobi quadrature on [-1,1] with weight (1-c^2)^{(sdim-3)/2} for the spatial polar angle.
81 // Dimension-agnostic: reduces to Chebyshev-1 (sdim=2), Legendre (sdim=3), Chebyshev-2 (sdim=4), ...
111 Base::set_allow_exact_matsubara_sum(config.get_bool("/integration/force_exact_matsubara_sum", false));
113 Base::set_matsubara_extent_margin(config.get_double("/integration/matsubara_extent_margin", 1.));
118 : Integrator_fT_p2_1ang(quadrature_provider, internal::make_int_grid<2, NT>(config, {"x_order", "cos1_order"}),
125 Integrator_fT_p2_1ang(QuadratureProvider &quadrature_provider, const std::array<size_t, 2> grid_size,
A hierarchical configuration tree, readable from JSON and TOML files.
Definition config_tree.hh:32
Definition integrator_fT_p2_1ang.hh:75
void set_x_extent(ctype x_extent)
Definition integrator_fT_p2_1ang.hh:137
Integrator_fT_p2_1ang(QuadratureProvider &quadrature_provider, const ConfigTree &config)
Definition integrator_fT_p2_1ang.hh:116
ExecutionSpace execution_space
Definition integrator_fT_p2_1ang.hh:97
Integrator_fT_p2_1ang(QuadratureProvider &quadrature_provider, const std::array< size_t, 2 > grid_size, ctype x_extent=2., ctype T=1, ctype typical_E=1)
Definition integrator_fT_p2_1ang.hh:125
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_1ang.hh:96
void set_typical_E(ctype typical_E)
Definition integrator_fT_p2_1ang.hh:158
static QuadratureType polar_quadrature()
Definition integrator_fT_p2_1ang.hh:82
void apply_matsubara_overrides(const ConfigTree &config)
Apply the /integration/force_exact_matsubara_sum override, if the model sets it.
Definition integrator_fT_p2_1ang.hh:108
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_1ang.hh:12
static constexpr ctype int_prefactor
Definition integrator_fT_p2_1ang.hh:21
static constexpr bool matsubara_finite_extent
Definition integrator_fT_p2_1ang.hh:30
static KOKKOS_FORCEINLINE_FUNCTION NT kernel_tail(const ctype q, const ctype cos, const ctype q0, const T &...t)
Definition integrator_fT_p2_1ang.hh:44
static constexpr bool matsubara_even
Definition integrator_fT_p2_1ang.hh:29
typename get_type::ctype< NT > ctype
Definition integrator_fT_p2_1ang.hh:15
static KOKKOS_FORCEINLINE_FUNCTION NT constant(const T &...t)
Definition integrator_fT_p2_1ang.hh:63
static KOKKOS_FORCEINLINE_FUNCTION NT kernel(const ctype q, const ctype cos, const ctype q0, const T &...t)
Definition integrator_fT_p2_1ang.hh:53
static constexpr bool matsubara_split
Definition integrator_fT_p2_1ang.hh:31
static KOKKOS_FORCEINLINE_FUNCTION NT kernel_finite_extent(const ctype q, const ctype cos, const ctype q0, const T &...t)
Definition integrator_fT_p2_1ang.hh:34
static constexpr int sdim
Definition integrator_fT_p2_1ang.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 KOKKOS_INLINE_FUNCTION NumberType powr(const NumberType x)
A compile-time evaluatable power function for whole number exponents.
Definition math.hh:50
consteval NT S_d_prec(uint d)
Surface of a d-dimensional sphere (precompiled)
Definition math.hh:121
constexpr bool kernel_has_matsubara_split
Definition quadrature_integrator_fT.hh:49
Definition quadrature.hh:44
Generated by