Lorentz Invariant Phase Space
Project description
Lorentz Invariant Phase Space
Lips
is a Python 3 library that provides a phase-space generator and manipulator that is tailored to the needs of modern theoretical calculations in quantum field theory. At present, the package is designed to handle the kinematics of scattering processes involving an arbitrary number of massless particles. Use cases include:
- generation of phase-space points over complex numbers ($\mathbb{C}$), finite fields ($\mathbb{F}_p$), and $p$-adic numbers ($\mathbb{Q}_p$);
- generation of spinor strings representing possible kinematic singularities (related to letter of the symbol alphabet);
- on-the-fly evaluation of arbitrary spinor-helicity expressions in any of the above mentioned fields;
- construction of special kinematic configurations, with efficient, hard-coded solutions available up to codimension 2;
- algebro-geometric analysis of irreducible varieties in kinematic space.
Installation
The package is available on the Python Package Index
pip install lips
Alternativelty, it can be installed by cloning the repo
git clone https://github.com/GDeLaurentis/lips.git path/to/repo
pip install -e path/to/repo
Requirements
pip
will automatically install the required packages, which are
numpy, sympy, mpmath, pyadic
The algebraic_gemetry
submodule requires Singular through the Python interface syngular. Singular needs to be installed manually (e.g. apt-get install singular
).
Testing
pytest --cov lips/ --cov-report html tests/ --verbose
Citation
If you found this library useful, please consider citing it
@inproceedings{DeLaurentis:2023qhd,
author = "De Laurentis, Giuseppe",
title = "{Lips: $p$-adic and singular phase space}",
booktitle = "{21th International Workshop on Advanced Computing and Analysis Techniques in Physics Research}: {AI meets Reality}",
eprint = "2305.14075",
archivePrefix = "arXiv",
primaryClass = "hep-th",
reportNumber = "PSI-PR-23-14",
month = "5",
year = "2023"
}
@phdthesis{DeLaurentis:2020xar,
author = "De Laurentis, Giuseppe",
title = "{Numerical techniques for analytical high-multiplicity scattering amplitudes}",
school = "Durham U.",
year = "2020"
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lips-0.4.2.tar.gz
.
File metadata
- Download URL: lips-0.4.2.tar.gz
- Upload date:
- Size: 93.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8604aa0caa670bdd1cf3a195de9436ae37079fce212d909d81115451ae0c104c |
|
MD5 | 564bfcf253f45ee332982a62e45ef559 |
|
BLAKE2b-256 | d74555cc099f8aa3d67ed401e53894f2e95dc3a5ca0869a50ca6e0780b1f31f3 |
File details
Details for the file lips-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: lips-0.4.2-py3-none-any.whl
- Upload date:
- Size: 98.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71a24ad6c65da32da2b277db379593e61371d6c4304d7d026d5d0db62268e687 |
|
MD5 | 3639d122a6a4ce7a939ef66e8db1c8f7 |
|
BLAKE2b-256 | 878ff9741d5af6c4befe1bf0dcfbc5ec0538ba36412dcaad9f128b655bf4980c |