Skip to content

Commit 36104e9

Browse files
authored
Merge pull request #114 from PyCOMPLETE/release/v1.14.1
Release/v1.14.1
2 parents a512238 + bd270ca commit 36104e9

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

PyHEADTAIL/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.14.0'
1+
__version__ = '1.14.1'

PyHEADTAIL/machines/synchrotron.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ def __init__(
5656
optics_mode : 'smooth', 'non-smooth'
5757
5858
- '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.
6060
6161
charge : C
62-
reference particle charge in Coulomb
62+
reference particle charge in Coulomb.
6363
6464
mass : kg
65-
reference particle mass in Kg
65+
reference particle mass in Kg.
6666
6767
p0 : kg m/s
68-
reference particle momentum
68+
reference particle momentum.
6969
7070
circumference : m
7171
ring circumference (to be provided only if optics_mode is 'smooth').
@@ -146,13 +146,13 @@ def __init__(
146146
is shared over segments.
147147
148148
app_x,app_y,app_xy :
149-
Amplitude detining coefficients (anharmonicities).
149+
Amplitude detuning coefficients (anharmonicities).
150150
151151
longitudinal_mode : 'linear', 'non-linear'
152152
Longitudinal mode:
153153
- 'linear': linear longitudinal force (RF cavity)
154154
- 'non-linear': sinusoidal longitudinal force (RF cavities). Multiple
155-
harmonics can be deifined in this case.
155+
harmonics can be defined in this case.
156156
157157
Q_s :
158158
Synchrotron tune. It can be defined only if longitudinal_mode is
@@ -172,9 +172,9 @@ def __init__(
172172
dphi_RF : rad
173173
Phase of the RF system with respect to the reference
174174
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.
178178
179179
p_increment : kg m / s
180180
Acceleration, reference particle momentum change
@@ -184,7 +184,7 @@ def __init__(
184184
Position of the longitudinal map in the ring.
185185
186186
wrap_z : True, False
187-
Wrap longitudinal position using the accelerator length
187+
Wrap longitudinal position using the accelerator length.
188188
189189
other_detuners :
190190
List of other detuners to be applied

docs/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-leap-day

0 commit comments

Comments
 (0)