The Spectrum of Quarkonium
Published onThis post has been archived. It's pretty old and likely concerns topics that are avoidable by using more modern tools and techniques. The original text is preserved below for posterity but it may no longer be relevant or correct.
As part of my degree I’m taking a computing course which requires two project reports. The second was on finding the roots of the first Airy function in order to find the charm and beauty quark masses. The first one is in a previous post.
The report is written in LaTeX, the problem solving was done in Python, and the plotting was done with Mathematica. The entire project is open source on GitHub.
Compiling
The LaTeX document has a few dependencies.
atlasphysics
which is bundled in the repository.siunitx
is found here. It’s a nice package which simplifies typesetting units.- Standard packages such as
amsmath
,graphicx
,subfigure
andfloat
. I use the MacTex distribution for OS X, which ships with these packages by default (and ships withsiunitx
too).
You can view the final compiled PDF on GitHub.