相关论文: Effective 1.0: An Analytic Effective Action Analys…
Effective field theories encode the predictions of a quantum field theory at low energy. The effective theory has a fairly low ultraviolet cutoff. As a result, loop corrections are small, at least if the effective action contains a term…
This review summarizes Effective Field Theory techniques, which are the modern theoretical tools for exploiting the existence of hierarchies of scale in a physical problem. The general theoretical framework is described, and explicitly…
For the same quantum field theory distinct effective actions can be obtained by coupling sources to different choices of field variables. This is the same as considering effective actions for theories related by a change of variables and…
We present ensmallen, a fast and flexible C++ library for mathematical optimization of arbitrary user-supplied functions, which can be applied to many machine learning problems. Several types of optimizations are supported, including…
Recent works have explored relations between classical and quantum statistical physics on the one hand and Voiculescu's theory of free probability on the other. Motivated by these results, the present work focuses on the notion of effective…
The library of practical abstractions (LIBPA) provides efficient implementations of conceptually simple abstractions, in the C programming language. We believe that the best library code is conceptually simple so that it will be easily…
MatchingTools is a Python library for doing symbolic calculations in effective field theory. It provides the tools to construct general models by defining their field content and their interaction Lagrangian. Once a model is given, the…
We overview the ensmallen numerical optimization library, which provides a flexible C++ framework for mathematical optimization of user-supplied objective functions. Many types of objective functions are supported, including general,…
This report provides an introduction to the ensmallen numerical optimization library, as well as a deep dive into the technical details of how it works. The library provides a fast and flexible C++ framework for mathematical optimization of…
Signals can be interpreted as composed of a rapidly varying component modulated by a slower varying envelope. Identifying this envelope is an essential operation in signal processing, with applications in areas ranging from seismology to…
Effective field theories (EFTs) are widely considered by physicists to be explanatory and to be the appropriate frameworks for modelling various phenomena at different scales. At the same time, they are known to be approximate, restricted,…
An effective field theory approach is developed for calculating the thermodynamic properties of a field theory at high temperature $T$ and weak coupling $g$. The effective theory is the 3-dimensional field theory obtained by dimensional…
We describe Active Libraries, which take an active role in compilation. Unlike traditional libraries which are passive collections of functions and objects, Active Libraries may generate components, specialize algorithms, optimize code,…
Low-level programming languages with weak/static type systems, such as C and C++, are vulnerable to errors relating to the misuse of memory at runtime, such as (sub-)object bounds overflows, (re)use-after-free, and type confusion. Such…
Effective field theories offer a powerful method to unify diverse models under a small set of control parameters, allowing systematic expansions around well-established theories. These techniques, developed in particle physics, were…
This is part 1 of 3 from the master's thesis: Modeling Compact Objects with Effective Field Theory, supervised by Amanda Weltman. Using the Effective Field Theory framework for extended objects and the coset construction, we build the…
Quantum corrections of certain types and relevant in certain regimes can be summarised in terms of an effective action calculable, in principle, from the underlying theory. The demands of symmetries, local form of terms and dimensional…
As applications grow in capability, they also grow in complexity. This complexity in turn gets pushed into modules and libraries. In addition, hardware configurations become increasingly elaborate, too. These two trends make understanding,…
We perform an explicit computation of the effective action for a few zero-dimensional Euclidean field theories in which the bare action exhibits several (or infinitely many) minima. In all cases the effective action is well-defined for all…
Although many active scientific codes use modern Fortran, most contemporary scientific software "libraries" are implemented in C and C++. Providing their numerical, algorithmic, or data management features to Fortran codes requires writing…