scikit-hep / particle

Package to deal with particles, the PDG particle data table, PDGIDs, etc.
BSD 3-Clause "New" or "Revised" License
151 stars 24 forks source link

Load particle definitions directly from the new PDG API #513

Open redeboer opened 1 year ago

redeboer commented 1 year ago

The PDG recently announced they now offer an API. Their Python API is still under development, but it would be a good idea to get involved in its development, especially given that the particle package presumably can provide good feedback on the needs of the Python HEP community (e.g. can decaylanguage somehow encode the branching fractions that the PDG provides?). In addition, the particle package will probably be a downstream package of the PDG Python package, so we need to provide feedback on that point as well.

redeboer commented 1 year ago

Tagging @juergberinger, who is the main author of github.com/particledatagroup/api.