- May 05, 2023
-
-
Alexis GAMELIN authored
Correct FIRDamper docstring.
-
Alexis GAMELIN authored
-
Alexis GAMELIN authored
Add version number
-
Alexis GAMELIN authored
-
- Apr 24, 2023
-
-
Alexis GAMELIN authored
Now same as in get_wakepotential
-
- Apr 22, 2023
-
-
Alexis GAMELIN authored
Sections with rho=0 are not considered in resistive_wall_effective_radius any more. Add a plot_resistivity method.
-
- Apr 21, 2023
-
-
Alexis GAMELIN authored
Fix a hard coded value of 0.5 A ...
-
Alexis GAMELIN authored
Added class representation for ComplexData, Impedance, WakeFunction, WakeField and Beam classes. Rework the deconvolution/from_wakepotential/to_impedance methods for them to work with any data loaded in the Impedance/WakeFunction classes and not just CST text files. Add a plot method for the Impedance/WakeFunction classes. Improved WakeField class by adding __iter__ and __add__ methods. Add a read_ECHO2D function.
-
Alexis GAMELIN authored
The ImpedanceModel class can now deal with "global impedance" such a resistive wall in addition to do the beta weigthing for "localized" impedances. The summed wake function after beta weigthing is now normalized by the tracking beta function (ring.optics.local_beta).
-
- Apr 05, 2023
-
-
Alexis GAMELIN authored
-
- Mar 02, 2023
-
-
Alexis GAMELIN authored
-
Alexis GAMELIN authored
Fix transverse wake sign and add Wydip component which was missing.
-
- Mar 01, 2023
-
-
Alexis GAMELIN authored
Add the read_ABCI function to import ABCI computed wake and impedance. Improve the read_CST function to support wake potential. Add a plot method for both Impedance and WakeFunction class.
-
- Feb 20, 2023
-
-
Alexis GAMELIN authored
-
- Feb 10, 2023
-
-
Alexis GAMELIN authored
at is kept as a "soft" dependency
-
Alexis GAMELIN authored
Fix ADTS implementation in TransverseMap and TransverseMapSector to use Jx/Jy instead of x/y. Add Synchrotron.get_adts function which compute ADTS from AT lattice. Change Synchrotron class docstring regarding ADTS.
-
- Feb 06, 2023
-
-
Alexis GAMELIN authored
Fix ImpedanceModel.power_loss_spectrum that needs a double sided impedance spectrum. Fix docstrings.
-
- Feb 03, 2023
-
-
Alexis GAMELIN authored
-
Alexis GAMELIN authored
Now split correctly the chromaticity in transverse_map_sector_generator function. Clarify usage for transverse_map_sector_generator.
-
- Jan 30, 2023
-
-
Alexis GAMELIN authored
PhysicalModel.change_values and PhysicalModel .taper are now more pratical to use. PhysicalModel.get_aperture provide a way to check the apperture at a given location.
-
- Jan 25, 2023
-
-
Alexis GAMELIN authored
Update the Optics class to be able to compute the phase advance at any location on the lattice. Add the TransverseMapSector element to be able to split the lattice in several parts. Add the transverse_map_sector_generator convenience function to split a lattice in several TransverseMapSector elements.
-
- Jan 20, 2023
-
-
Alexis GAMELIN authored
-
- Jan 18, 2023
-
-
Alexis GAMELIN authored
Simplify and optimize adding element into ImpedanceModel.
-
- Dec 01, 2022
-
-
Alexis GAMELIN authored
-
Alexis GAMELIN authored
Save and load methods allow to save Bunch and Beam object and reload them later on. Load method for Beam allow to choose if mpi is used or not. Initial modification from Watanyu.
-
- Nov 23, 2022
-
-
Alexis GAMELIN authored
Suppress numpy warning for floating-point operations in the WakePotential class.
-
Alexis GAMELIN authored
Change sign of the imaginary part of the impedance in the Coating class to agree with mbtrack2 convention.
-
- Oct 27, 2022
-
-
Alexis GAMELIN authored
Plotting function for longitudinal coupled bunch stability diagram for any set of CavityResonator objects. Add loaded shunt impedance property to CavityResonator. Change CavityResonator.Z method to use loaded shunt impedance.
-
- Oct 18, 2022
-
-
Alexis GAMELIN authored
-
- Sep 21, 2022
-
- Sep 16, 2022
-
-
Alexis GAMELIN authored
Switch from interp1d to np.interp
-
- Aug 18, 2022
-
-
Alexis GAMELIN authored
WakeField.drop allows to delete a component or a list of component from the WakeField. WakeField.save and WakeField.load add a shortcut to pickle WakeField objects.
-
- Aug 12, 2022
-
-
Alexis GAMELIN authored
-
Alexis GAMELIN authored
Both Impedance and WakeFunction now inherit attributes from ComplexData (component_type, power_x, power_y, ...) Add a components property to WakeField which lists all components present (W and Z) Adapt other classes using Impedance and WakeFunction to the change.
-
- Jul 22, 2022
-
-
Alexis GAMELIN authored
# Conflicts: # mbtrack2/tracking/__init__.py
-
Alexis GAMELIN authored
Damper class are now active on a single plane at a time
-
Alexis GAMELIN authored
-
- Jul 20, 2022
-
-
Alexis GAMELIN authored
Improve WakeFunction and Impedance methods to better take into account transverse wakes. Update read_IW2D function to account for pandas library changes in the last versions.
-
- Jul 11, 2022
-
-
Alexis GAMELIN authored
[Fix] Bug when FIRDamper was used to track a Beam without MPI. Various docstring modifications and code reformating. remove FeedBack.py file Add feedback.py file
-
- Jul 06, 2022
-
-
Alexis GAMELIN authored
Add a new example notebook on RF cavities and longitudinal beam dynamics which explain the RFCavity, CavityResonator and BeamLoadingEquilibrium classes.
-