diff --git a/PyHEADTAIL/_version.py b/PyHEADTAIL/_version.py index e4f2ad49..c162747f 100644 --- a/PyHEADTAIL/_version.py +++ b/PyHEADTAIL/_version.py @@ -1 +1 @@ -__version__ = '1.14.0' +__version__ = '1.14.1' diff --git a/PyHEADTAIL/machines/synchrotron.py b/PyHEADTAIL/machines/synchrotron.py index 8fca06fc..7b606cef 100644 --- a/PyHEADTAIL/machines/synchrotron.py +++ b/PyHEADTAIL/machines/synchrotron.py @@ -56,16 +56,16 @@ def __init__( optics_mode : 'smooth', 'non-smooth' - 'smooth': the optics parameters are the same for all segments; - - 'non-smooth': the optics parameters are differetn for each segments. + - 'non-smooth': the optics parameters are different for each segment. charge : C - reference particle charge in Coulomb + reference particle charge in Coulomb. mass : kg - reference particle mass in Kg + reference particle mass in Kg. p0 : kg m/s - reference particle momentum + reference particle momentum. circumference : m ring circumference (to be provided only if optics_mode is 'smooth'). @@ -146,13 +146,13 @@ def __init__( is shared over segments. app_x,app_y,app_xy : - Amplitude detining coefficients (anharmonicities). + Amplitude detuning coefficients (anharmonicities). longitudinal_mode : 'linear', 'non-linear' Longitudinal mode: - 'linear': linear longitudinal force (RF cavity) - 'non-linear': sinusoidal longitudinal force (RF cavities). Multiple - harmonics can be deifined in this case. + harmonics can be defined in this case. Q_s : Synchrotron tune. It can be defined only if longitudinal_mode is @@ -172,9 +172,9 @@ def __init__( dphi_RF : rad Phase of the RF system with respect to the reference particle (z=0). For a single harmonic, in the absence of acceleration - or enegy losses: - - below transition z = 0 is the stable fixed-point if dphi_RF = pi; - - below transition z = 0 is the stable fixed-point if dphi_RF = 0. + or energy losses: + - above transition z = 0 is the stable fixed-point if dphi_RF = 0; + - below transition z = 0 is the stable fixed-point if dphi_RF = pi. p_increment : kg m / s Acceleration, reference particle momentum change @@ -184,7 +184,7 @@ def __init__( Position of the longitudinal map in the ring. wrap_z : True, False - Wrap longitudinal position using the accelerator length + Wrap longitudinal position using the accelerator length. other_detuners : List of other detuners to be applied diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 00000000..b8497135 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-leap-day \ No newline at end of file