HEP-PBSP / SIMUnet

The public code for SIMUnet, a NNPDF based tool to perform simultaneous determination of PDFs and EFT Wilson coefficients.
https://hep-pbsp.github.io/SIMUnet/
GNU General Public License v3.0
2 stars 2 forks source link

Multiply by the scale, not divide #45

Closed comane closed 9 months ago

comane commented 9 months ago

This PR solves a bug (introduced here #40 ) regarding the initialisation of the WC.

If the values from the table are divided by the scale, the Wilson coefficient needs to be multiplied, so that the theoretical prediction given by c lin = (c scale) (lin / scale) = c' lin'

Note that this was not noted in the previous PR since initialisation was starting from zero.