Skip to content
New issue

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

Add synergia example diagnostics output #21

Open
wants to merge 2 commits into
base: draft
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ The files `example-2d.tar.gz`, `example-3d.tar.gz` and `example-thetaMode.tar.gz

The scripts that were used in order to produce these openPMD files from Warp can be found in the directory `scripts/warp`.

## Examples created with the Particle-In-Cell code Synergia
The files `synergia-fodo.tar.gz` were generated by running the `fodo_cxx` example from the accelerator modeling package [`synergia`](https://github.com/fnalacceleratormodeling/synergia2) (version/commit `2024.04.17-5a794e3c3`). Is is the result of running the example file with the following command line options: `./fodo_cxx macroparticles=4096 gridx=8 gridy=8 gridz=8 turns=25`.
These include the following:
- `bunch_dump.h5` - Contains the bunch after propagation through the FODO lattice after 25 turns
- `particles.h5` - Contains the position/momentum of the first 1000 particles stored at the end of each turn as obtained by `diagnostics_particles`
- `tracks.h5` - Contains the tracks of the first 100 particles as obtained by `diagnostics_bulk_track`
- `diag.h5` - Contains the properties of the beam at the end of each turn as obtained by `diagnostics_full2`.

## Examples created with the finite-element code FEMM

The files `example-femm-3d.h5` and `example-femm-thetaMode.h5` were produced using the finite-element code [FEMM](https://www.femm.info/wiki/HomePage).
Expand Down
Binary file added synergia-fodo.tar.gz
Binary file not shown.
Loading