https://github.com/jccriado/matchingtools
Raw File
Tip revision: 79f48b94448fcdabd4341e55fd9fb5732dd09f55 authored by Juan Carlos Criado on 17 March 2022, 17:07:42 UTC
make all interface functions and classes available at the top namespace
Tip revision: 79f48b9
README.rst
MatchingTools is a Python library for doing symbolic calculations in
effective field theory.

It provides the tools to create a Lagrangian and integrate out heavy
fields at the tree level. It also includes functions for applying
customizable transformations (for example, Fierz identities or
simplification using equations of motion of the light fields) to the
effective Lagrangian to simplify it or write it in terms of a chosen
effective operator basis.

Installation
============

To install MatchingTools using `pip`_ do::

  pip install matchingtools

The source can be downloaded from the `GitHub repository`_.
To install MatchingTools from a local copy of the project open a terminal
in the top level directory and type::

  python setup.py install

.. _pip: https://pypi.python.org/pypi/pip/

.. _GitHub repository: https://github.com/jccriado/matchingtools
  
Documentation
=============

Read the documentation at: http://matchingtools.readthedocs.io/en/latest/.

Citation
========

If you use this work, please cite: https://arxiv.org/abs/1710.06445.
back to top