Skip to content

Instantly share code, notes, and snippets.

@acgetchell
Last active August 8, 2016 22:52
Show Gist options
  • Save acgetchell/3595628 to your computer and use it in GitHub Desktop.
Save acgetchell/3595628 to your computer and use it in GitHub Desktop.
Compton scattering
\begin{figure}
\centering
\begin{fmffile}{compton}
\begin{fmfgraph*}(80,50)
\fmfleft{i1,i2}
\fmfright{o1,o2}
\fmflabel{$\gamma$}{i2}
\fmflabel{$e^-$}{i1}
\fmflabel{$\gamma$}{o1}
\fmflabel{$e^-$}{o2}
\fmf{photon}{i2,v2}
\fmf{fermion}{i1,v1,v2,o2}
\fmf{photon}{v1,o1}
\end{fmfgraph*}
\end{fmffile}
\caption[Compton Scattering]{Feynman diagram for Compton scattering}
\label{fig:compton-scattering}
\end{figure}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment