Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.71 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.71 KB

TriangleSingularity

Stable Documentation In development documentation Build Status Test workflow status Lint workflow Status Docs workflow Status

Coverage DOI

A simple package that calculates triangle loop using the Feynman approach, reduced to a single integral.

Evaluation of amplitude

triangleloop(m1², m2², m3², M1², M2², M3²)

Position of singularities

M3² = Polynomial([0im, 1.0])
P = landau_determinant(m1², m2², m3², M1², M2², M3²)
roots(P)