I would like to see more features to make this a full drop-in replacement.
- add a
PDFSet equivalent - i.e. the ensemble itself and not any specific member there of. In particular I would need the uncertainty, has_key, and get_entry methods
- I would love to do a
import neopdf.blub as lhapdf and that act as a true drop-in replacement - it might be too ambitious I know ... the current from neopdf.pdf import PDF as lhapdf does only work for mkPDF at the moment, but then lhapdf.setVerbosity(0) (which could for example do exactly nothing) or lhapdf.getPDFSet (see above) fail
I was hoping using neopdf I could bypass https://gitlab.com/hepcedar/lhapdf/-/commit/d71a58e18565786f276d32e21a82ea0e10374c04 - but then I realised that this creates actually more problems ...
I would like to see more features to make this a full drop-in replacement.
PDFSetequivalent - i.e. the ensemble itself and not any specific member there of. In particular I would need theuncertainty,has_key, andget_entrymethodsimport neopdf.blub as lhapdfand that act as a true drop-in replacement - it might be too ambitious I know ... the currentfrom neopdf.pdf import PDF as lhapdfdoes only work formkPDFat the moment, but thenlhapdf.setVerbosity(0)(which could for example do exactly nothing) orlhapdf.getPDFSet(see above) failI was hoping using neopdf I could bypass https://gitlab.com/hepcedar/lhapdf/-/commit/d71a58e18565786f276d32e21a82ea0e10374c04 - but then I realised that this creates actually more problems ...