FeynCalc / PHI

Physics of Hadronic Interactions (PHI) is an add-on for ChPT calculations
GNU General Public License v3.0
2 stars 0 forks source link

Description

PHI is a FeynCalc add-on that facilitates calculations in Chiral Perturbation Theory (ChPT). It was originally developed by Frederik Orellana during his PhD at the University of Bern.

PHI is currently developed and maintained by F. Orellana, V. Shtabovenko and R. Mertig.

Status

The current version of PHI is for testing purposes only. It is not yet fully compatible with the most recent versions of FeynCalc. Some things might work, some won't.

Requirements

PHI is designed as an add-on for FeynCalc. To use it you need at least FeynCalc 9.3 (development version) and Mathematica 8.

Installation

Automatic installation

If the above code fails with URLFetch::invhttp: SSL connect error (e.g. with Mathematica 9 on macOS), try

    ImportString[URLFetch["https://raw.githubusercontent.com/FeynCalc/PHI/master/install.m"]]
    InstallPHI[InstallPHIDevelopmentVersion -> True]

Manual installation

    FileNameJoin[{$UserBaseDirectory, "Applications", "FeynCalc", "AddOns"}]

and put the source code there.

Usage

For usage information see here. Notice that not all code examples are going to work, most of them probably won't :(

Acknowledgments

If you use PHI in your work, please cite

License