The Q2grid of the alphas variation members in NNPDF40_an3lo_as_01180_mhou_pdfas is different from the Q2grid (and number of points in the alphas grid) in the .info file. This means that alphas cannot be computed for the error members.
To avoid this in the future, it should be checked that these grids are consistent.
The error can be reproduced as follows:
>>> import lhapdf
>>> pdf = lhapdf.mkPDF("NNPDF40_an3lo_as_01180_mhou_pdfas/101")
>>> pdf.alphasQ2(10)
Which then raises the error
RuntimeError: AlphaS value and Q interpolation arrays are differently sized
The Q2grid of the alphas variation members in
NNPDF40_an3lo_as_01180_mhou_pdfasis different from the Q2grid (and number of points in the alphas grid) in the .info file. This means that alphas cannot be computed for the error members.To avoid this in the future, it should be checked that these grids are consistent.
The error can be reproduced as follows:
Which then raises the error