- Jun 10, 2020
-
-
Gamelin Alexis authored
Remove tools.py to avoid circular import problem with wakefield.py -> merged into wakefield.py Remove machines folder to save machine data in a seperate git instance Rework import so the code can be used as independant module mbtrack2
-
- Jun 08, 2020
-
-
Gamelin Alexis authored
ImpedanceModel -> new method to compute beam and bunch energy loss beam_loss_factor -> drop 0 from data only if it is there, avoid bug if it is not
-
- May 29, 2020
-
-
Gamelin Alexis authored
Changes in loss_factor to use frequency instead of omega Read_CST forces to have positive real part of longitudinal impedances New functions : Gaussian_bunch_spectrum, beam_spectrum, beam_loss_factor ImpedanceModel.plot_area in GHz
-
- Apr 24, 2020
-
-
Gamelin Alexis authored
Bugfix on ComplexData addition : sort data before interpolation Wakefield class : Add static method to add wakefields ImpedanceModel class : add methods to handle more easily the wakefields. Maybe can be improved more by using a single Wakefield of each type ? ImpedanceModel class : add plot_area and summary. summary to be improved more
-
Gamelin Alexis authored
Add Yokoya_elliptic function to compute Yokoya factors for an elliptic shape. Add an option to divide by value in read_CST Add docstrings to read_CST and read_IW2D
-
- Apr 14, 2020
-
-
Gamelin Alexis authored
-
- Apr 09, 2020
-
-
Gamelin Alexis authored
Add a ImpedanceModel object which derives from Element and is used to sum up different Wakefield elements Fix uppercase module in resistive_wall.py
-
- Apr 03, 2020
-
-
Gamelin Alexis authored
Circular and rectangular tapers Correct module name in tools.py Add kick factor calculation for quadrupolar wakes (similar to dipolar ones)
-
- Mar 12, 2020
-
-
Gamelin Alexis authored
To be PEP8 complient: Lowercase folders Extended docstrings Rename and divide some files
-