Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jankoboehm authored Jul 7, 2024
1 parent 6eb0ae2 commit 518995c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pfd-parallel - Massively Parallel Partial Fraction Decomposition

Note: The information below, and further documentation, can be found in a more structured manner in the
Note: The information below, and more details, can be found in our wiki

<p align="center">
<a href="https://github.com/singular-gpispace/pfd-parallel/wiki">Documentation of the pfd-parallel project</a>
Expand All @@ -13,22 +13,22 @@ The project is supported by [Project B5](https://www.computeralgebra.de/sfb/proj

Our implementation is based on a combination of the following two algorithms:

1) the approach described in the paper
1) the enhanced Leinartas' algorithm described in the paper

Janko Boehm, Marcel Wittmann, Zihao Wu, Yingxuan Xu, and Yang Zhang:
IBP reduction coefficients made simple, JHEP 12 (2020) 054,

which has been implemened in [Singular](https://www.singular.uni-kl.de) in the library
[pfd.lib](https://github.com/Singular/Singular/blob/spielwiese/Singular/LIB/pfd.lib).

2) MultivariateApart algorithm
2) the MultivariateApart algorithm as described in

Matthias Heller, Andreas von Manteuffel, Comput.Phys.Commun. 271 (2022) 108174

Although applicable in general, its primary aim is the partial fraction
Although applicable in general, the primary aim of our package is the partial fraction
decomposition of integration-by-parts coefficients in high energy physics.

Our package relies on code developed in the repository
Our package relies on code developed in the repository
[framework](https://github.com/singular-gpispace/framework)
implemented primarily by Lukas Ristau.

Expand Down

0 comments on commit 518995c

Please sign in to comment.