MAD-X icon indicating copy to clipboard operation
MAD-X copied to clipboard

Radiation integrals ignore k0

Open leonvanriesen opened this issue 1 year ago • 1 comments

It seems like the radiation integrals ignore any k0 value and only compute using angle.

Simple example:

b: rbend, l = 1, angle = 0, k0 = 0.001;
test: line = {b};
beam;
use, sequence= test;
twiss, betx = 1, bety = 1, chrom = true;
b, angle = 0.001;
twiss, betx = 1, bety = 1, chrom = true;

The first twill has zero integrals, the second one has non-zero integrals. Cheers L

leonvanriesen avatar Jun 05 '23 08:06 leonvanriesen