Skip to content
Snippets Groups Projects
  1. Mar 30, 2022
  2. Mar 23, 2022
  3. Mar 18, 2022
  4. Mar 16, 2022
  5. Mar 10, 2022
    • Alexis GAMELIN's avatar
      Add LongRangeResistiveWall · 3911a83b
      Alexis GAMELIN authored
      New LongRangeResistiveWall class to deal with multi-bunch and multi-turn wakes from resistive wall.
      Add Mpi.share_means method to share bunch means using MPI.
      3911a83b
  6. Mar 08, 2022
  7. Mar 02, 2022
  8. Jan 10, 2022
    • Alexis GAMELIN's avatar
      Allow for particle losses in Monitor classes · db49cb81
      Alexis GAMELIN authored
      Add a is_empty property to the Bunch class.
      Add a check_empty optional parameter to the Monitor.track_bunch_data method.
      ProfileMonitor: if the bunch is empty, no profile is saved.
      WakePotentialMonitor: if the bunch is empty, the same from last good turn is saved.
      BunchSpectrumMonitor: if the bunch is empty, the incoherent spectrum is nan.
      db49cb81
  9. Jan 07, 2022
  10. Jan 06, 2022
  11. Nov 17, 2021
  12. Sep 10, 2021
  13. Sep 03, 2021
  14. Aug 31, 2021
  15. Aug 20, 2021
  16. Aug 17, 2021
  17. Aug 13, 2021
  18. Aug 10, 2021
  19. Aug 09, 2021
    • Alexis GAMELIN's avatar
      Misc monitor changes · a7c73e5a
      Alexis GAMELIN authored
      Remove TuneMonitor (remplaced by BunchSpectrumMonitor).
      Remove default values for save_very, buffer_size, total_size.
      Set default value for mpi_mode to False.
      Add "xtau"/"ytau" choices for Bunch/BeamSpectrumMonitor classes.
      Set default value for n_fft to None to avoid zero-padding by default.
      Fix WakePotentialMontior n_bin (x2) problem.
      a7c73e5a
  20. Aug 05, 2021
  21. Aug 02, 2021
  22. Jul 30, 2021
  23. Jul 29, 2021
    • Alexis GAMELIN's avatar
      Add BeamSpectrumMonitor · 8adb9c18
      Alexis GAMELIN authored
      Add a monitor for the coherent beam spectrum (i.e. coupled bunch modes).
      Add utility functions to BunchSpectrumMonitor to know the fft and signal resolution.
      Save the frequency samples for BunchSpectrumMonitor in the hdf5 file.
      8adb9c18
  24. Jul 28, 2021
  25. Jul 20, 2021
  26. Jul 02, 2021
  27. May 20, 2021
    • Alexis GAMELIN's avatar
      Add a bunch_index property to Beam class · 1694aa59
      Alexis GAMELIN authored
      bunch_index returns the array with the positions (index) of the non-empty bunches, to be used with Beam.not_empty iterator.
      bunch_mean, bunch_std and bunch_emit now iterate only over non empty bunches.
      1694aa59
  28. May 19, 2021
  29. Apr 29, 2021
Loading