Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 706 Bytes

intrabeam_scattering.rst

File metadata and controls

18 lines (13 loc) · 706 Bytes

Intra-beam scattering

Table of Contents

The following example illustrates how to obtain growth rates from intra-beam scattering in Xsuite. The functionality is exposed through the TwissTable and can make use of two different formalism, Nagaitsev and Bjorken-Mtingwa. The former provides a computationally efficient approach but does not account for vertical dispersion, while the latter accounts for it but is slower.

See also: :meth:`xtrack.twiss.TwissTable.get_ibs_growth_rates`

.. literalinclude:: generated_code_snippets/ibs_rates_with_vdisp.py
   :language: python