- Mar 13, 2025
-
-
Vadim Gubaidulin authored
-
- Dec 16, 2024
-
-
Alexis GAMELIN authored
0.8.0 See merge request !28
-
Alexis GAMELIN authored
Prepare version 0.8.0 See merge request !26
-
Alexis GAMELIN authored
-
Alexis GAMELIN authored
-
Alexis GAMELIN authored
-
Alexis GAMELIN authored
Issue#13 See merge request !27
-
Fixed Issue#13. Please check carefully. Now the chromaticity phase advance is equal in each sector. That's not ideal, but I do not know if pyAT has some function that computes chromatic phase advance from the lattice element-by-element.
-
- Dec 13, 2024
-
-
Alexis GAMELIN authored
Adds Beam.init_bunch_list_mpi See merge request !25
-
- Dec 12, 2024
-
-
Alexis GAMELIN authored
-
Alexis GAMELIN authored
Turn off quantum excitation See merge request !20
-
-
Alexis GAMELIN authored
Beam.update_filling_pattern and Beam.update_distance_between_bunches are now called directly in the __init__ when a bunch_list is given. Beam.init_bunch_list_mpi is a convenience method to initialize a beam using MPI parallelisation with a Bunch per core. Add tests for Beam.init_bunch_list_mpi
-
- Dec 11, 2024
-
-
Alexis GAMELIN authored
[Fix] CavityResonator.init_phasor_track and CavityResonator.init_phasor See merge request !24
-
Alexis GAMELIN authored
-
- Dec 06, 2024
-
-
Alexis GAMELIN authored
Fix monitor flush See merge request !23
-
Alexis GAMELIN authored
Only print version information for one process.
-
Alexis GAMELIN authored
Normalization by average_beta / local_beta See merge request !17
-
Alexis GAMELIN authored
**Warning, this fix contains changes which will change the default behavior of core functions:** * Default behavior of Optics is changed when AT lattice is loaded: now default to optic function to s=0 instead of average ones. * Default behavior of LongRangeResistiveWall and ImpedanceModel when an AT lattice is loaded is to normalized by average_beta / local_beta * Adds Optics.average_beta attribute * Add pytest markers for tests and update .gitlab-ci.yml and pyproject.toml files.
-
Alexis GAMELIN authored
[Fix] Quadrupolar wake potential sign See merge request !22
-
- Dec 04, 2024
-
-
Alexis GAMELIN authored
Add test suite See merge request !21
-
Alexis GAMELIN authored
Code modifications: * [Fix] adts in TransverseMapSector * ComplexData.name_and_coefficients_table is now a staticmethod. * Extend WakeField to "mixed" componenets (xydip, yxdip, ...). * Small fix/improvements for rf.py (CavityResonator for n_bin=1) * [Fix] WakePotential.check_sampling method. * [Fix] Sweep.plot method. * Add Element.track_bunch_if_non_empty decorator. * Modify Bunch.binning to add a return_full_length optional parameter. * Modify Mpi.share_distributions for n_bin=1. * Modify TransverseSpaceCharge to work with track_alive = True. * Modify WakePotential for n_bin=1 and use track_bunch_if_non_empty decorator. * [Fix] IntrabeamScattering for nonuniform fills with Beam.mpi_switch == False * Modify PhysicalModel to return errors if needed. * Update BeamIonElement Project management: * Update pyproject.toml and poetry.lock with pytest-mock * Add assert_attr_changed test function.
-
- Oct 01, 2024
-
-
GUBAIDULIN authored
Ions See merge request !18
-
- Sep 23, 2024
-
-
Alexis GAMELIN authored
The Q wake potential should be of the same sign as the Q wake function. A positive Q wake function/potential is defocusing i.e. a positive angular kick is felt by the test particle (for positive test particule position). Also fix WakePotential.plot_last_wake for negative wake function.
-
- Sep 17, 2024
-
-
GUBAIDULIN authored
-
GUBAIDULIN authored
-
- Sep 16, 2024
-
-
Vadim Gubaidulin authored
-
Vadim Gubaidulin authored
-
- Aug 12, 2024
-
-
Vadim Gubaidulin authored
-
- Aug 09, 2024
-
-
Vadim Gubaidulin authored
-
Vadim Gubaidulin authored
-
GUBAIDULIN authored
Intrabeam scattering tracking implementation See merge request !5
-
GUBAIDULIN authored
Implementation of IBS effect in mbtrack2 tracking. A new class was added, mbtrack2.tracking.ibs. It implements a simple IBS kick based on an analytical model. Four analytical models are available: Piwinski Standard, Piwinski Modified, Completely Integrated Piwinski model, and Bane high-energy approximation.
-
- Aug 06, 2024
-
-
Alexis GAMELIN authored
-
- Aug 05, 2024
-
-
Alexis GAMELIN authored
trapz is deprecated from scipy 1.14.0
-
- Aug 01, 2024
-
-
Alexis GAMELIN authored
-
- Jul 31, 2024
-
-
GUBAIDULIN authored
Optimize boolean indexing in CircularResistiveWall See merge request !15
-
-
GUBAIDULIN authored
Nonlinear chromaticity See merge request !16
-
Alexis GAMELIN authored
Fix docstrings
-