Metadata-Version: 2.4
Name: rgevolve-core
Version: 0.2.0
Summary: Package providing the core tools for Renormalization Group Evolution Matrices.
Author-email: Aleks Smolkovič <aleks.smolkovic@ijs.si>, Peter Stangl <peter.stangl@cern.ch>
License: MIT
Project-URL: Source, https://github.com/rgevolve/rgevolve-core
Keywords: renormalization group,RGE,Wilson coefficients,EFT,SMEFT,WET,particle physics,wcxf
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: appdirs
Requires-Dist: h5py
Requires-Dist: xxhash>=2.0.0
Dynamic: license-file

# rgevolve-core

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`](https://docs.python.org/3/library/importlib.metadata.html).

See the [rgevolve organization](https://github.com/rgevolve) for the full set of available EFT/basis packages, and the [`rgevolve` meta-package](https://github.com/rgevolve/rgevolve) for installing the core together with all companions in lockstep.

## Installation

```bash
pip install rgevolve-core
```

To install the core package together with all available EFT/basis companion packages at once, use the meta-package:

```bash
pip install rgevolve
```

## License

`rgevolve-core` is licensed under the MIT License — see [`LICENSE`](LICENSE).
