Releases: PyCOMPLETE/PyHEADTAIL
PyHEADTAIL v1.10.1
Hotfix: indentation typo in transverse tracker
PyHEADTAIL v1.10.0
Transverse_Efield_map and RFBucket changes
Transverse_Efield_map changed __init__ argument interface
which takes a general Slicer instance instead of fixed slicer
initialisation arguments.
Also much improved determination of Hamiltonian value
determination for RFBucket in case of phi_offset and multi-harmonics.
PyHEADTAIL v1.9.5
Hotfix: particles.p0 has been calculated slightly wrong.
Thanks to Mauro Migliorati for noticing the bug which
effectively lead to about 7% too large momentum increase
during acceleration (per turn). The problem was the formula
to calculate the gamma when changing p0 -- it involved
beta (but didn't re-calculate it, instead it took the one
from before). Now it is self-consistent and correct.
PyHEADTAIL v1.9.4
- Hotfix: Bug in longitudinal resonator wake. Remove clip which resulted in accumulation of dt == 0 values (corresponding to non-zero wake function).
PyHEADTAIL v1.9.3
- Hotfix: Correct conversion from dz to dt (~sqrt(c) overestimation of wake up to now).
PyHEADTAIL v1.9.2
Multipoles: Added multipole formula (similar to MAD and SixTrack, thanks to Riccardo de Maria) and a timing.
Also renamed SkewThinQuadrupole to ThinSkewQuadrupole for consistency reasons.
PyHEADTAIL v1.9.1
Fixed minus sign bug in octupole: SixTrack physics manual
has a wrong + in the py mapping, it should be a minus sign
such that x^3 and y^3 have the same sign respectively
(as the octupole focuses in both directions at the same time).
Changed multipole constructor arguments to MADX convention
using k1l, k2l, k2sl etc.
Added skew quadrupole.
PyHEADTAIL v1.9.0
PyHEADTAIL now features a basic set of thin multipole maps.
Quadrupolar, Sextupolar and Octupolar kicks have been introduced so far,
using the same formulae as in SIXTRACK.
(e.g. SixTrack Physics Manual
R. De. Maria and M. Fjellstrom
February 21, 2014)
PyHEADTAIL v1.8.1
- field_maps/Transverse_Efield_map allows shift between beam and map coordinates.
PyHEADTAIL v1.8.0
New feature:
- Synchrotron radiation module with corresponding test scripts