Code: Select all
&correct
disable = 0,
n_iterations = 50,
n_xy_cycles = 50,
force_alternation = 0,
do_correction[0] = 1, 1,
corrector_limit[0] = 200e-3, 200e-3,
mode = "trajectory",
method = "global",
trajectory_output = %s.traj,
corrector_output = %s.cor,
statistics = %s.scor,
verbose = 2
&end
&correction_matrix_output
response[0] = %s.hrm, %s.vrm, %s.vhrm, %s.hvrm
&end
When I look at the correction matrices, they look like the following:
vertical correction matrix
Code: Select all
! page number 1
Response
2
"input lattice response"
unknown
2
HALMON 1.700000000000000e+00 5.918773310753178e-01 0.000000000000000e+00
ENDMON 2.300000000000001e+00 4.206876006636991e-01 1.544176975041108e-01
Code: Select all
! page number 1
Response
2
2
"input lattice response"
unknown
2
HALMON 1.700000000000000e+00 5.460346101780636e-02 0.000000000000000e+00
ENDMON 2.300000000000001e+00 3.212535043707229e-04 2.305462903851332e-02
Code: Select all
! page number 1
Response
0
0
"input lattice response"
unknown
0
My lattice consists only of EMATRIX, DRIF, KICKER and MONI elements, and there are a number of off-diagonal elements due to the solenoids. By the end of the beam line all of the R1X, R2X, R3X and R4X elements are non-zero for X = 1,2,3,4 and all elements with a 5 or 6 are zero because I'm only looking at transverse dynamics. Am I missing a command somewhere to turn on coupling?