Related papers: $\texttt{RGESolver}$ : a $\texttt{C++}$ library to…
In recent years three-, four- and five-loop beta functions have been computed for various phenomenologically interesting models. However, most of these results have not been implemented in easy to use software packages. $\texttt{RGE++}$…
In this article we present REvolver, a C++ library for renormalization group evolution and automatic flavor matching of the QCD coupling and quark masses, as well as precise conversion between various quark mass renormalization schemes. The…
We present the C++ program library mr that allows us to reliably calculate the values of the running parameters in the Standard Model at high energy scales. The initial conditions are obtained by relating the running parameters in the…
This paper describes a modular framework for the description of electroweak scattering and decay processes, including but not limited to Z-resonance physics. The framework consistently combines a complex-pole expansion near a s-channel…
RGIsearch is a C++ program that searches for invariants of a user-defined set of renormalization group equations. Based on the general shape of the $\beta$-functions of quantum field theories, RGIsearch searches for several types of…
We present DsixTools, a Mathematica package for the handling of the dimension-six Standard Model Effective Field Theory. Among other features, DsixTools allows the user to perform the full one-loop Renormalization Group Evolution of the…
An algorithm of the tensor renormalization group is proposed based on a randomized algorithm for singular value decomposition. Our algorithm is applicable to a broad range of two-dimensional classical models. In the case of a square…
Satisfiability is a classic problem in computational complexity theory, in which one wishes to determine whether an assignment of values to a collection of Boolean variables exists in which all of a collection of clauses composed of logical…
We critically review the use of the exact renormalization group equations (ERGE) in the framework of the scalar theory. We lay emphasis on the existence of different versions of the ERGE and on an approximation method to solve it: the…
The standard analytic solution of the renormalization group (RG) evolution for the $\Delta S = 1$ Wilson coefficients involves several singularities, which complicate analytic solutions. In this paper we derive a singularity-free solution…
We describe the on-shell method to deriving the Renormalization Group (RG) evolution of Wilson coefficients of high dimensional operators at one loop, which is a necessary part in the on-shell construction of the Standard Model Effective…
Global analyses in the Standard Model Effective Field Theory (SMEFT) framework serve as a tool to probe potential directions of new physics. To break degeneracies between the Wilson coefficients of the SMEFT, it is essential to combine…
We present an automatic renormalization group equations (RGEs) solver, D7RGESolver, designed for the precise numerical solution of one-loop RGEs of dimension-7 (dim-7) operators within the standard model effective field theory (SMEFT). This…
Wilson is a Python library for matching and running Wilson coefficients of higher-dimensional operators beyond the Standard Model. Provided with the numerical values of the Wilson coefficients at a high new physics scale, it automatically…
We study the renormalization group evolution (RGE) of new physics contributions to (semi)leptonic charged-current meson decays, focusing on operators involving a chirality flip at the quark level. We calculate their evolution under…
A new operator formalism for the reduction of degrees of freedom in the evolution of discrete partial differential equations (PDE) via real space Renormalization Group is introduced, in which cell-overlapping is the key concept.…
Computational implementations for solving systems of linear equations often rely on a one-size-fits-all approach based on LU decomposition of dense matrices stored in column-major format. Such solvers are typically implemented with the aid…
The renormalization group has proven to be a very powerful tool in physics for treating systems with many length scales. Here we show how it can be adapted to provide a new class of algorithms for discrete optimization. The heart of our…
Tensor network structure search (TN-SS) aims to automatically discover optimal network topologies and rank configurations for efficient tensor decomposition in high-dimensional data representation. Despite recent advances, existing TN-SS…
The article deals with a kind of recursive function templates in C++, where the recursion is realized corresponding template parameters to achieve better computational performance. Some specialization of these template functions ends the…