We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The structures here for describing a particle distribution should be compatible with the openPMD-beamphysics standard: https://github.com/openPMD/openPMD-standard/blob/upcoming-2.0.0/EXT_BeamPhysics.md
Notably, a weight array should always be included.
weight
See https://github.com/ChristopherMayes/openPMD-beamphysics for an implementation of a ParticleGroup structure in Python.
ParticleGroup
The text was updated successfully, but these errors were encountered:
The only thing we seem to be missing is weight and t
t
Sorry, something went wrong.
Stuff like weight actually does not have to be present for OpenPMD compatibility. But that said, we do want to have this field.
No branches or pull requests
The structures here for describing a particle distribution should be compatible with the openPMD-beamphysics standard:
https://github.com/openPMD/openPMD-standard/blob/upcoming-2.0.0/EXT_BeamPhysics.md
Notably, a
weight
array should always be included.See https://github.com/ChristopherMayes/openPMD-beamphysics for an implementation of a
ParticleGroup
structure in Python.The text was updated successfully, but these errors were encountered: