Skip to content

A general purpose calculator for Feynman diagrams

Notifications You must be signed in to change notification settings

bzwang-phys/FeynCalc

 
 

Repository files navigation

FeynCalc

A general purpose calculator for Feynman diagrams

Diagram generation

The folder "diagram" contains a python codebase to generate Feynman/Hugenholtz diagrams. The following is a list of important files:

  • diagram.py: Basic functions and data structure for generic diagrams
  • free_energy.py: A class to handle Free energy diagrams
  • polar.py: A class to handle polarization diagrams
  • main.py: Control the workflow of the diagram generation

External libraries:

fmtlib: fmt (formerly cppformat) is an open-source formatting library. It can be used as a fast and safe alternative to printf and IOStreams. API reference.

About

A general purpose calculator for Feynman diagrams

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 68.1%
  • Mathematica 16.9%
  • Python 11.6%
  • C 2.9%
  • Jupyter Notebook 0.3%
  • CMake 0.1%
  • Shell 0.1%