Skip to content
Snippets Groups Projects
  1. Apr 06, 2021
  2. Apr 01, 2021
  3. Mar 31, 2021
    • Gamelin Alexis's avatar
      Fix bug for cavity resonator · 82dbcc29
      Gamelin Alexis authored
      In track method of cavity resonator, there was an additional phasor decay of bin length.
      To avoid that the good boundaries are set bins[0] instead of center[0].
      For now the bins are also shared in Beam.mpi_share_distributions
      82dbcc29
  4. Mar 26, 2021
    • Gamelin Alexis's avatar
      Allow for CavityResonator tracking without mpi · 2e81752b
      Gamelin Alexis authored
      Add single core tracking for CavityResonator
      Correct missing ref_frame is CavityResonator.track
      Change phase of generator voltage to be the bin phase
      Correct generator phase for non integer m
      Change init_phasor track time to 10 times
      Change phasor_evolution k to change order of steps
      2e81752b
    • Gamelin Alexis's avatar
      Change beam phasor evolution + phasor init · 665273f5
      Gamelin Alexis authored
      Add phasor initialization (on the "rf" reference)
      Change beam phasor evolution to allow for "beam" or "rf" reference
      665273f5
  5. Mar 18, 2021
  6. Mar 15, 2021
    • Gamelin Alexis's avatar
      Tracking for CavityResonator · 9be14b74
      Gamelin Alexis authored
      Add tracking to CavityResonator based on the mbtrack implementation but using a analytic formula for speed-up
      Add method to Beam to share longitudinal distributions
      Add methods to Mpi to look for next and previous bunches
      Add start of a CavityMonitor, to improve to deal with multi-cores
      9be14b74
  7. Mar 12, 2021
  8. Mar 09, 2021
  9. Mar 08, 2021
  10. Mar 02, 2021
  11. Mar 01, 2021
  12. Feb 26, 2021
  13. Feb 25, 2021
  14. Feb 19, 2021
  15. Dec 22, 2020
    • Gamelin Alexis's avatar
      Bugfix : WakePotential · 438e7747
      Gamelin Alexis authored
      Remove part which was causing "damping".
      We have to re-process the wake function at each track call and not to reuse the previously processed wake function
      438e7747
  16. Dec 18, 2020
  17. Nov 27, 2020
  18. Nov 22, 2020
  19. Nov 20, 2020
    • Gamelin Alexis's avatar
      Various improvements · a44dbbf1
      Gamelin Alexis authored
      WakePotential -> add method to plot wake potential for a perfect gaussian bunch
      utilities -> new function gaussian_bunch which gives the gaussian bunch profile
      utilities -> read_IW2D now also reads wake function from IW2D
      utilities -> new function read_IW2D_folder which reads the full results folder of IW2D into a WakeField element.
      resistive_wall -> change the sign of the wake functions to agree with the code convention
      a44dbbf1
  20. Nov 15, 2020
    • Gamelin Alexis's avatar
      Bugfix : PhaseSpaceMonitor · 8010a120
      Gamelin Alexis authored
      Bugfix due to switch to numpy arrays.
      Allow to save less mp than the full number in the bunch.
      
      Bugfix2 : PhaseSpaceMonitor
      8010a120
  21. Nov 13, 2020
  22. Nov 12, 2020
  23. Nov 10, 2020
    • Gamelin Alexis's avatar
      Add plot_tunedata and changes to TuneMonitor · 395c1ef6
      Gamelin Alexis authored
      Change track method to allow for Beam objects
      If pynaff can not find the tune, the tune value is nan.
      Nanmean and nanstd are used to avoid to bias the tune value.
      ! Untested if some particles are lost !
      395c1ef6
Loading