Metadata-Version: 2.4
Name: wilson-beta
Version: 1.0.2
Summary: A wrapper to modify beta functions in the Wilson SMEFT package.
Author: Koushik Kamalahasan
Author-email: koushikkamalahasan@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ckmutil==1.2.0
Requires-Dist: colorama==0.4.6
Requires-Dist: iniconfig==2.1.0
Requires-Dist: nose==1.3.7
Requires-Dist: numpy==2.2.4
Requires-Dist: packaging==25.0
Requires-Dist: pandas==2.2.3
Requires-Dist: pluggy==1.6.0
Requires-Dist: pylha==0.4
Requires-Dist: python-dateutil==2.9.0.post0
Requires-Dist: pytz==2025.2
Requires-Dist: PyYAML==6.0.2
Requires-Dist: rundec==0.6
Requires-Dist: scipy==1.15.2
Requires-Dist: setuptools==78.1.0
Requires-Dist: six==1.17.0
Requires-Dist: tzdata==2025.2
Requires-Dist: voluptuous==0.15.2
Requires-Dist: wcxf==1.6.2
Requires-Dist: wheel==0.45.1
Requires-Dist: wilson==2.5.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Wilson_Beta_wrapper

Wilson-Beta-wrapper is a simple Python tool that lets you tweak the beta function behavior from the wilson library, which is used in SMEFT (Standard Model Effective Field Theory) work.

With this wrapper, you can:

Catch the output of wilson.run.smeft.beta.beta

Change specific values (like Wilson coefficients) in the beta dictionary

Do it on the fly by calling configure_patch(key, value)

It's handy if you want to experiment, test changes quickly, or try out custom beta behaviorsâ€”without having to mess with wilson's core code.
