| geometry |
|
|
|---|---|---|
| mainfont | Palatino | |
| header-includes |
|
- PHY411: Do problems 1–3
- PHY 506: Do problems 1-3 (harder versions)
Accept the assignment from github classroom: https://classroom.github.com/a/tK--iBmU. This will create a new repository for you on github, titled something like compphys-assignment8-username.
You should submit your code through github classroom, and your writeup through UBLearns. If you prefer, you can do your writeup "in-line" in your notebooks (using Markdown cells), convert the notebook to HTML/PDF/etc., and upload the converted notebooks.
\newpage
25 points
Similarly to the hydrogen atom we studied in class, compute the first two energy eigenvalues for the helium atom with the LCAO (linear combination of atomic orbitals) method, using combinations of gaussian functions as the trial wavefunctions.
Do your work in Problem1/Problem1.ipynb.
\newpage
25 points
In class, we used variational MC to find the ground state of the quantum harmonic oscillator. Adapt the QHO example to the case of:
- PHY411 students: hydrogen atom
- PHY506 students: helium atom.
Specifically, compute the energy of the spherically symmetric ground state, and plot the wave function as a function of radius (
Do your work in Problem2/Problem2.ipynb.
\newpage
Consider the process of dilepton production at the Large Hadron Collider:
where
In class, we covered a simpler version of this process,
- PHY411 students: consider only up quark/antiquarks in the initial state.
- PHY506 students: consider up, down, and strange quark/antiquarks in the initial state.
The center-of-mass collision energy of the proton-proton system is $s=(p_i+p_j)^2=(E_i+E_j)^2 - (\vec{p}i +\vec{p}j)^2$, where $p{i,j}$ are the 4-momenta, $E{i,j}$ are the energies, and
However, any given collision involves two partons from each proton, and thus the energy corresponds to only a fraction of
The "master formula" for the parton-level differential cross section (already written in the starter code!) is:
where:
-
$M_Z=91.1876,\text{GeV}$ is the mass of the$Z$ boson; -
$\Gamma_Z=2.4952,\text{GeV}$ is the decay width of the$Z$ boson; -
$\sin^2\theta_W=0.22305$ = weak mixing angle (mixing angle between photon and$Z$ boson); -
$G_F=1.1663787\times 10^{-5},\text{GeV}^{-2}$ = Fermi constant; -
$N_c^{\text{initial,final}}$ are the number of colors of the partons in the initial or final state;- The initial state is quarks, so
$N_c^{\text{initial}}=3$ - The final state is electrons, so
$N_c^{\text{final}}=1$
- The initial state is quarks, so
-
$L,R$ are functions of the initial state particles, and$L',R'$ are functions of the final state particles, given by:$L = \sqrt{\frac{8G_F m_Z^2}{\sqrt{2}}} (T_3 - \sin^2\theta_W Q)$ -
$R = -\sqrt{\frac{8G_Fm_Z^2}{\sqrt{2}}} \sin^2\theta_W Q$ -
$T_3$ = weak isospin operator -
$Q$ = charge operator.
-
Important: this is the differential cross section for fixed collision energy,
The momentum fractions
The formula for averaging over the parton distribution functions is:
where:
-
$a_{1,2}$ are the indices of the incoming parton species (i.e., the sum accounts for the possible initial states: up quark/antiquarks, down quark/antiquarks, strange quark/antiquarks, ...); -
$p_{1,2}$ are the 4-momenta of the incoming protons (equal and opposite, each carries half the total energy$s=7,\text{TeV}$ , momentum is along the$z$ direction); -
$f_{a_i}^{h_i}(x,M^2)$ are the MSTW parton distribution functions for each parton species$a_i$ within the composite particle$h_i$ (here,$h_i$ is always a proton, so you can ignore it); -
$x_{1,2}$ are the fractions of the proton momentum carried by that parton; -
$\frac{d\sigma}{d^3 Q}$ is the parton-level differential cross section, given by Equation 1.
Hint: the mass of the