Develop #14

Merged
coryab merged 124 commits from develop into main 2023-10-24 20:43:56 +00:00
18 changed files with 63 additions and 10 deletions
Showing only changes of commit cd90d29970 - Show all commits

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

53
latex/main.blg Normal file
View File

@ -0,0 +1,53 @@
This is BibTeX, Version 0.99d (TeX Live 2022/CVE-2023-32700 patched)
Capacity: max_strings=200000, hash_size=200000, hash_prime=170003
The top-level auxiliary file: main.aux
The style file: unsrt.bst
Database file #1: mainNotes.bib
Database file #2: references/references.bib
Warning--entry type for "britannica:2023:matter" isn't style-file defined
--line 63 of file references/references.bib
Warning--entry type for "openmp:2018" isn't style-file defined
--line 92 of file references/references.bib
Warning--empty chapter and pages in vogel:2018:ch1
You've used 7 entries,
1791 wiz_defined-function locations,
485 strings with 4118 characters,
and the built_in function-call counts, 1494 in all, are:
= -- 143
> -- 28
< -- 2
+ -- 14
- -- 7
* -- 72
:= -- 212
add.period$ -- 19
call.type$ -- 7
change.case$ -- 7
chr.to.int$ -- 0
cite$ -- 8
duplicate$ -- 79
empty$ -- 172
format.name$ -- 7
if$ -- 355
int.to.chr$ -- 0
int.to.str$ -- 7
missing$ -- 8
newline$ -- 36
num.names$ -- 7
pop$ -- 35
preamble$ -- 1
purify$ -- 0
quote$ -- 0
skip$ -- 46
stack$ -- 0
substring$ -- 95
swap$ -- 25
text.length$ -- 2
text.prefix$ -- 0
top$ -- 0
type$ -- 0
warning$ -- 1
while$ -- 16
width$ -- 8
write$ -- 75
(There were 3 warnings)

Binary file not shown.

View File

@ -98,7 +98,7 @@
}
@misc{penning:fig,
key = ,
url = {https://www.med.physik.uni-muenchen.de/research/nuclear-science/nuclear-masses/mlltrap/layout/traps/index.html}
key = {something},
url = {https://www.med.physik.uni-muenchen.de/research/nuclear-science/nuclear-masses/mlltrap/layout/traps/index.html},
note = {Configuration figure a}
}
}

View File

@ -53,14 +53,14 @@ When we simulate two particles, we can see the effect of interaction between the
%
\begin{figure}
\centering
\includegraphics[width=\linewidth]{images/phase_space_2_particles_x.pdf}
\includegraphics[width=\linewidth]{images/phase_space_no_interaction_x.pdf}
\caption{Phase space plot of two particles in x-direction.}
\label{fig:phase_space_2x}
\end{figure}
%
\begin{figure}
\centering
\includegraphics[width=\linewidth]{images/phase_space_2_particles_z.pdf}
\includegraphics[width=\linewidth]{images/phase_space_interaction_z.pdf}
\caption{Phase space plot of two particles in z-direction.}
\label{fig:phase_space_2z}
\end{figure}
@ -74,16 +74,16 @@ When we simulate two particles, we can see the effect of interaction between the
\begin{figure}
\centering
\includegraphics[width=\linewidth]{images/phase_space_2_particles.pdf}
\caption{Phase space plot of two particles.}
\label{fig:phase_space_2}
\includegraphics[width=\linewidth]{images/relative_error.pdf}
\caption{Relative error of RK4 and forward Euler method.}
\label{fig:rel_err}
\end{figure}
\begin{figure}
\centering
\includegraphics[width=\linewidth]{images/particles_left.pdf}
\includegraphics[width=\linewidth]{images/particles_left_wide_sweep.pdf}
\caption{Fraction of particles left in the Penning trap, with a given amplitude $f$.}
\label{fig:particles_left}
\end{figure}
\end{document}
\end{document}