reintroduce AlphaS_* attributes in the PDF class and add a test of alpha_s_bundle_pdf
Created by: RoyStegeman
It's actually Alphas_vals
instead of Alphas_Vals
, see here. An LHAPDF dev (Max Knobbe) pointed out that it is case sensitive.
Surprising no-one ever complained about it though
UPDATE:
Okay, not so surprising since the typo was on the lhapdf website where it says Alphas_vals, but the code does require Alphas_Vals. I already pointed this out to them so I guess they'll update it.
This PR is still needed for reintroducing the AlphaS_*
attributes in the PDF
class and adding the test of alpha_s_bundle_pdf
.