https://github.com/mmikhasenko/trianglesingularity.jl
Calculation of triangle loop diagram and application to physical cases
https://github.com/mmikhasenko/trianglesingularity.jl
Last synced: 14 days ago
JSON representation
Calculation of triangle loop diagram and application to physical cases
- Host: GitHub
- URL: https://github.com/mmikhasenko/trianglesingularity.jl
- Owner: mmikhasenko
- License: mit
- Created: 2018-11-01T19:54:21.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T02:48:31.000Z (8 months ago)
- Last Synced: 2025-04-02T00:51:22.584Z (3 months ago)
- Language: Jupyter Notebook
- Homepage: https://mmikhasenko.github.io/TriangleSingularity.jl/
- Size: 5.29 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TriangleSingularity
[](https://mmikhasenko.github.io/TriangleSingularity.jl/stable)
[](https://mmikhasenko.github.io/TriangleSingularity.jl/dev)
[](https://github.com/mmikhasenko/TriangleSingularity.jl/actions)
[](https://github.com/mmikhasenko/TriangleSingularity.jl/actions/workflows/Test.yml?query=branch%3Amain)
[](https://github.com/mmikhasenko/TriangleSingularity.jl/actions/workflows/Lint.yml?query=branch%3Amain)
[](https://github.com/mmikhasenko/TriangleSingularity.jl/actions/workflows/Docs.yml?query=branch%3Amain)[](https://codecov.io/gh/mmikhasenko/TriangleSingularity.jl)
[](https://doi.org/FIXME)A simple package that calculates triangle loop using the Feynman approach,
reduced to a single integral.
## Evaluation of amplitude
```julia
triangleloop(m1², m2², m3², M1², M2², M3²)
```## Position of singularities
```julia
M3² = Polynomial([0im, 1.0])
P = landau_determinant(m1², m2², m3², M1², M2², M3²)
roots(P)
```