Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 8959e9ae authored by snuverink_j's avatar snuverink_j
Browse files

fix spelling

parent 5deeb7c3
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,9 @@ Y::
PY::
latexmath:[\frac{p_y}{P_0}] Normalized horizontal canonical momentum [1].
Z::
Longitudinal position latexmath:[z] of a particle relatice to the reference particle [m].
Longitudinal position latexmath:[z] of a particle relative to the reference particle [m].
DELTA::
latexmath:[\frac{E}{P_0 c}-\frac{1}{\beta_0}] Energy derviation [1].
latexmath:[\frac{E}{P_0 c}-\frac{1}{\beta_0}] Energy derivation [1].
(Where latexmath:[E] is the total energy of the particle and latexmath:[\beta_0 = \frac{u}{c}] the speed relative to the speed of light latexmath:[c] of the reference particle)
The independent variable is position of the reference particle *s* [m].
......@@ -71,7 +71,7 @@ latexmath:[\mathbf{\mathcal{M}}] is the map. This map can represent either a bea
[[sec.opalmap.creationOfMap]]
==== Creation of map
The creation of the element map is based on the Hamiltonian Mechanic, more specificly on the Lie Operator.
The creation of the element map is based on the Hamiltonian Mechanic, more specifically on the Lie Operator.
[latexmath]
++++
......@@ -82,11 +82,11 @@ The creation of the element map is based on the Hamiltonian Mechanic, more speci
++++
Here latexmath:[H], the time dependent Hamiltonian represents the total energy, consisting of the kinetic latexmath:[T] and potential latexmath:[V] energy.
The lower equations are the Hamiltonian equations of motion, where the momenta latexmath:[p_i] and the positons latexmath:[q_i] form the cannonical paris.
Using cannonical transformations, the Hamiltonian can be adjusted to use the pathlength latexmath:[s] as independent and the particle parameters as depenedent variable(s).
The lower equations are the Hamiltonian equations of motion, where the momenta latexmath:[p_i] and the positions latexmath:[q_i] form the canonical pairs.
Using canonical transformations, the Hamiltonian can be adjusted to use the path length latexmath:[s] as independent and the particle parameters as dependent variable(s).
Introducing the Lie operator, which acts similar to a "waiting" Poissant Bracket:
Introducing the Lie operator, which acts similar to a "waiting" Poisson Bracket:
[latexmath]
++++
\begin{aligned}
......@@ -94,7 +94,7 @@ Introducing the Lie operator, which acts similar to a "waiting" Poissant Bracket
\end{aligned}
++++
If a function latexmath:[f:= f_{\left( \mathbf{q_{(s)}},\mathbf{p_{(s)}}\right) }] describes one of the phase space variables latexmath:[v] its total derivative to the independent variable, combined with the Hamiltonian equations of motions, is similar to the Lie operator times the independ variable, i. e. latexmath:[s].
If a function latexmath:[f:= f_{\left( \mathbf{q_{(s)}},\mathbf{p_{(s)}}\right) }] describes one of the phase space variables latexmath:[v] its total derivative to the independent variable, combined with the Hamiltonian equations of motions, is similar to the Lie operator times the indepedent variable, i. e. latexmath:[s].
[latexmath]
++++
......@@ -119,10 +119,10 @@ Where latexmath:[e^{-:\!H\!: s}] is the Lie expansion.
[[sec.opalmap.Implementation]]
==== Implementaion of map tracking
==== Implementation of map tracking
For the derivative of the Hamiltonian, a Differential Algebra (DA) was used, in particular the Truncated Power Series Algebra (TPSA).
This algebra uses the Taylor expansion as the equivalent function, which also is responsible for its name by creating truncated power series.
Just form the definition of the Taylor expansion, it can be seen that a finite, to the order latexmath:[\Omega], expansion is an approximaion of the acutal function, due to the error term latexmath:[\mathcal{O}\left( \mathbf{v}_{\left( \Delta s\right)}^{\,\Omega +1}\right) ].
Just form the definition of the Taylor expansion, it can be seen that a finite, to the order latexmath:[\Omega], expansion is an approximation of the actual function, due to the error term latexmath:[\mathcal{O}\left( \mathbf{v}_{\left( \Delta s\right)}^{\,\Omega +1}\right) ].
[latexmath]
++++
......@@ -131,7 +131,7 @@ Just form the definition of the Taylor expansion, it can be seen that a finite,
\end{aligned}
++++
In _OPAL-map_ the Hamiltonian gets Taylor expanded and its map derived (`link:opalmap#sec.opalmap.creationOfMap[Creation of Map]`) in the TPSA using the _OPAL_ DA package. The truncation length gets definded in `TRACK` setting the `MAP_ORDER` attribute.
In _OPAL-map_ the Hamiltonian gets Taylor expanded and its map derived (`link:opalmap#sec.opalmap.creationOfMap[Creation of Map]`) in the TPSA using the _OPAL_ DA package. The truncation length gets defined in `TRACK` setting the `MAP_ORDER` attribute.
....
TRACK, LINE= QUADTEST, BEAM=BEAM1, MAXSTEPS=10000, DT=1.0e-10, ZSTOP=4.0, MAP_ORDER=2;
....
......@@ -147,7 +147,7 @@ TRACK, LINE= QUADTEST, BEAM=BEAM1, MAXSTEPS=10000, DT=1.0e-10, ZSTOP=4.0, MAP_OR
|`MAP_ORDER` |`TRACK`|`1` | [ ] | defines the map order ( = order TPSA - 1).
|`NSlices` |beam line element| `1` |[ ] | defines the number of steps inide the element.
|`NSlices` |beam line element| `1` |[ ] | defines the number of steps inside the element.
|=======================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment