PyCOMPLETE / PyECLOUD

PyECLOUD code for the simulation of electron cloud effects in particle accelerators. More info at: https://github.com/PyCOMPLETE/PyECLOUD/wiki
21 stars 11 forks source link

Enable the saving the .mat output file only every Nth bunch passage (save_mat_every). #138

Closed kparasch closed 2 years ago

kparasch commented 2 years ago

If the save_mat_every variable does not divide the total number of bunches then an error is thrown to avoid running a simulation where the last bunch passage is not saved.