| (3) |
where xβ is the betatron component, δ is the fractional momentum deviation, and ηx = Σ16∕Σ66.
The exception is “dynamic-aperture” distribution type. In this case, the cutoff value is the number of grid points in the dimension in question.
For the transverse plane, the interpretation of the emittance is different for the different beam types. For gaussian beams, the emittances are rms values. For all other types, times the distribution cutoff defines the edge of the beam in position space, while times the distribution cutoff defines the edge of the beam in slope space.
A hard-edge beam is a uniformly-filled parallelogram in phase space. A uniform-ellipse beam is a uniformly-filled ellipse in phase space. A shell beam is a hollow ellipse in phase space. A dynamic aperture beam has zero slope and uniform spacing in position coordinates. A line beam is a line in phase space. A “halo(gaussian)” beam is the part of the gaussian distribution beyond the distribution cutoff.
halton_radix is an array of six integers that permit giving the radix for each sequence (i.e., x, x’, y, y’, t, p). Each radix must be a prime number. One should never use the same prime for two sequences, unless one randomizes the order of the sequences relative to each other (see the next item). If these are left at zero, then elegant chooses values that eliminate phase-space banding to some extent. The user is cautioned to plot all coordinate combinations for the initial phase space to ensure that no unacceptable banding is present.
A suggested way to use Halton sequences is to set halton_radix[0] = 2, 3, 2, 3, 2, 3 and to set randomize_order[0] = 2, 2, 2,. This avoids banding that may result from choosing larger radix values.
optimized_halton uses the improved halton sequence [33]. (Algorithm 659, Collected Algorithm from ACM. Derandom Algorithm is added by Hongmei CHI (CS/FSU)). It avoids the banding problem automatically and the halton_radix values are ignored.
change_end