A package providing the core tools for loading and processing Renormalization Group Evolution matrices.
rgevolve-core is the core runtime of the rgevolve ecosystem — a set of Python namespace packages for fast renormalization group evolution of Wilson coefficients in the SMEFT and the WET using the evolution matrix formalism. It loads cross-EFT matching matrices bundled with the package and discovers companion rgevolve.<eft>.<basis> distributions at runtime via importlib.metadata.
See the rgevolve organization for the full set of available EFT/basis packages, and the rgevolve meta-package for installing the core together with all companions in lockstep.
pip install rgevolve-coreTo install the core package together with all available EFT/basis companion packages at once, use the meta-package:
pip install rgevolvergevolve-core is licensed under the MIT License — see LICENSE.