diff --git a/README.md b/README.md index 429fbd5..d85ff9a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,12 @@ 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 file `synergia-fodo-diag.h5` was generated by running the `fodo_cxx` example from the accelerator modeling package [`synergia`](https://github.com/fnalacceleratormodeling/synergia2) (using the `devel3` branch, commit id `81c96e4`). 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` and renaming the resulting diagnostics output `diag.h5`. +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 diff --git a/synergia-fodo-diag.h5 b/synergia-fodo-diag.h5 deleted file mode 100644 index 8f6d18d..0000000 Binary files a/synergia-fodo-diag.h5 and /dev/null differ diff --git a/synergia-fodo.tar.gz b/synergia-fodo.tar.gz new file mode 100644 index 0000000..e2be0d3 Binary files /dev/null and b/synergia-fodo.tar.gz differ