@@ -56,16 +56,16 @@ def __init__(
56
56
optics_mode : 'smooth', 'non-smooth'
57
57
58
58
- 'smooth': the optics parameters are the same for all segments;
59
- - 'non-smooth': the optics parameters are differetn for each segments .
59
+ - 'non-smooth': the optics parameters are different for each segment .
60
60
61
61
charge : C
62
- reference particle charge in Coulomb
62
+ reference particle charge in Coulomb.
63
63
64
64
mass : kg
65
- reference particle mass in Kg
65
+ reference particle mass in Kg.
66
66
67
67
p0 : kg m/s
68
- reference particle momentum
68
+ reference particle momentum.
69
69
70
70
circumference : m
71
71
ring circumference (to be provided only if optics_mode is 'smooth').
@@ -146,13 +146,13 @@ def __init__(
146
146
is shared over segments.
147
147
148
148
app_x,app_y,app_xy :
149
- Amplitude detining coefficients (anharmonicities).
149
+ Amplitude detuning coefficients (anharmonicities).
150
150
151
151
longitudinal_mode : 'linear', 'non-linear'
152
152
Longitudinal mode:
153
153
- 'linear': linear longitudinal force (RF cavity)
154
154
- 'non-linear': sinusoidal longitudinal force (RF cavities). Multiple
155
- harmonics can be deifined in this case.
155
+ harmonics can be defined in this case.
156
156
157
157
Q_s :
158
158
Synchrotron tune. It can be defined only if longitudinal_mode is
@@ -172,9 +172,9 @@ def __init__(
172
172
dphi_RF : rad
173
173
Phase of the RF system with respect to the reference
174
174
particle (z=0). For a single harmonic, in the absence of acceleration
175
- or enegy losses:
176
- - below transition z = 0 is the stable fixed-point if dphi_RF = pi ;
177
- - below transition z = 0 is the stable fixed-point if dphi_RF = 0 .
175
+ or energy losses:
176
+ - above transition z = 0 is the stable fixed-point if dphi_RF = 0 ;
177
+ - below transition z = 0 is the stable fixed-point if dphi_RF = pi .
178
178
179
179
p_increment : kg m / s
180
180
Acceleration, reference particle momentum change
@@ -184,7 +184,7 @@ def __init__(
184
184
Position of the longitudinal map in the ring.
185
185
186
186
wrap_z : True, False
187
- Wrap longitudinal position using the accelerator length
187
+ Wrap longitudinal position using the accelerator length.
188
188
189
189
other_detuners :
190
190
List of other detuners to be applied
0 commit comments