Skip to content

Commit 406fb4a

Browse files
Fix documentation
1 parent 4260fcb commit 406fb4a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/lhapdf_benchmark/pdfs.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ that the results are **exactly** the same, otherwise it is flagged as failed ❌
1111

1212
The failures in the computations of $xf_i (x, Q^2)$ are not genuine and the failed
1313
runs need to be re-generated in order for them to succeed. For instance, the
14-
`Items are not equal` error is a result of how negative values are addressed. The
15-
`NeoPDF` runs used `ForcePositive::ClipSmall` to clip negative values to `1e-10`
16-
and upon using `ForcePositive::NoClipping` the results will be the same. Similarly,
17-
the error `Process failed: thread` is because, for some reasons, the sets were not
18-
available due to failures in downloading them.
14+
`Items are not equal` error is a result of how negative values are addressed. For
15+
these PDF sets, negative values in `LHAPDF` are clipped to zero as harcoded in the
16+
metadata `ForcePositive: 1` while `NeoPDF` uses by default `ForcePositive::NoClipping`
17+
unless `ForcePositive::ClipNegative` is enforced. Upon doing so, the results will be
18+
exactly the same. Similarly, the error `Process failed: thread` is because, for some
19+
reasons, the sets were not available due to failures in downloading them.
1920

2021
| PDF Set | Benchmark | Error Details |
2122
|---------|----------|---------------|

0 commit comments

Comments
 (0)