R56 and momentum chirp definition in elegant

Moderators: cyao, michael_borland

Post Reply
Aamna_Khan
Posts: 49
Joined: 13 Oct 2016, 09:17

R56 and momentum chirp definition in elegant

Post by Aamna_Khan » 22 May 2019, 10:43

Hello Michael,

I have confusion about the definition of R56. I can get the R56 from .mat file, which is an element of the transport matrix. Second, I can calculate it by particle tracking (.sig file): R56 = s56/s6*s6.

If I give some positive value of momentum chirp in the &bunced_beam, then I found different R56 from above methods. Technically, it seems correct because of <s*delta> corelation, but R56 is a beamline property so I would expect it to be same as obtained from .mat file. Could you please help me if I am mixing/missing something?

Aamna

michael_borland
Posts: 1933
Joined: 19 May 2008, 09:33
Location: Argonne National Laboratory
Contact:

Re: R56 and momentum chirp definition in elegant

Post by michael_borland » 22 May 2019, 16:02

Aamna,

The relationship between s56 and R56 is as follows

Code: Select all

s56(end) = s56(beginning) + s6^2*R56
so if you want to compute R56 from beam correlations, you need to use

Code: Select all

R56 = (s56(end)-s56(beginning))/s6^2
--Michael

Post Reply