io

Submodules

Module contents

Serialization module for containers of expertsystem.data.

load_particle_collection(filename: str)expertsystem.data.ParticleCollection[source]
load_pdg()expertsystem.data.ParticleCollection[source]

Create a ParticleCollection with all entries from the PDG.

PDG info is imported from the scikit-hep/particle package.

write(instance: object, filename: str)None[source]