Recent Releases of antares-hep
antares-hep - v0.7.0
[0.7.0] - 2025-04-24 - Terms refactoring
Added
- Support for evaluating
Termsthat return a numpy array, e.g. for amplitude coefficients with massive fermions (open spin indices). - Slicing as alternative to scalings, works for arbitrary q-ring (not yet available in public version).
Changed
- Refactored
Terms,Term,Numerator,Denominatorto be based onMonomialandPolynomialfrom syngular. - Scalings functions accept invariants list as optional kwarg.
- Mass dimension and Phase weights can now be manually set (changed from property to setter/getter).
LoadResultscan now be passedmultiplicityas kwarg.- Simplified several functions related to
Termsby using__str__and__rstr__rather than reimplementing them.
Fixed
- Invariant patterns are provided by lips.
- Python
Published by GDeLaurentis about 1 year ago
antares-hep - v0.6.3
[0.6.3] - 2025-01-30
Changed
single_scalingsandpair_scalingsraise an exception if run with finite fields.
Fixed
- monomial parser for
Termnumerator no longer fails with linear masses.
- Python
Published by GDeLaurentis over 1 year ago
antares-hep - v0.6.2
[0.6.2] - 2025-01-21
Changed
Numerical_Methods.do_single_collinar_limitsand related functions now accept a list of invariants as optionalkwarg.
Fixed
- Fixed issue where
Terms.__rstr__would fail to properly load a numerator with mass dependence.
- Python
Published by GDeLaurentis over 1 year ago
antares-hep - v0.6.1
[0.6.1] - 2024-12-16
Added
TermsListclass now replacesbasisrelated functions.
Fixed
- Fixed issue where
Particlesobjects used inNumerical_Methods.mass_dimensionsand.phase_weightswould not all trigger anlru_cachehit, likely due to mutable nature of the object (despite hasing and equality being correctly implemented).
- Python
Published by GDeLaurentis over 1 year ago