11# pfd-parallel - Massively Parallel Partial Fraction Decomposition
22
3- Note: The information below, and further documentation , can be found in a more structured manner in the
3+ Note: The information below, and more details , can be found in our wiki
44
55<p align =" center " >
66 <a href =" https://github.com/singular-gpispace/pfd-parallel/wiki " >Documentation of the pfd-parallel project</a >
@@ -13,22 +13,22 @@ The project is supported by [Project B5](https://www.computeralgebra.de/sfb/proj
1313
1414Our implementation is based on a combination of the following two algorithms:
1515
16- 1 ) the approach described in the paper
16+ 1 ) the enhanced Leinartas' algorithm described in the paper
1717
1818Janko Boehm, Marcel Wittmann, Zihao Wu, Yingxuan Xu, and Yang Zhang:
1919IBP reduction coefficients made simple, JHEP 12 (2020) 054,
2020
2121which has been implemened in [ Singular] ( https://www.singular.uni-kl.de ) in the library
2222[ pfd.lib] ( https://github.com/Singular/Singular/blob/spielwiese/Singular/LIB/pfd.lib ) .
2323
24- 2 ) MultivariateApart algorithm
24+ 2 ) the MultivariateApart algorithm as described in
2525
2626Matthias Heller, Andreas von Manteuffel, Comput.Phys.Commun. 271 (2022) 108174
2727
28- Although applicable in general, its primary aim is the partial fraction
28+ Although applicable in general, the primary aim of our package is the partial fraction
2929decomposition of integration-by-parts coefficients in high energy physics.
3030
31- Our package relies on code developed in the repository
31+ Our package relies on code developed in the repository
3232[ framework] ( https://github.com/singular-gpispace/framework )
3333implemented primarily by Lukas Ristau.
3434
0 commit comments