I'm unable to put more then one label on a vertex in a Feynman diagram. I've tried to use the command \fmfv twice or with more then one argument, but sadly I'm not getting the result I wished for. Does anyone have a suggestion to offer me?
\documentclass[a4paper, 10pt]{report}
\usepackage{feynmp-auto}
\begin{document}
\begin{fmffile}{tadpole_diagram}
\begin{fmfgraph*}(200,100)
\fmfleft{i}
\fmfright{o}
\fmf{boson}{i,v1}
\fmf{fermion,left}{v1,o,v1}
\fmflabel{\alpha}{i}
\fmfv{label=$z_{1}$,label.angle=180}{i}
\fmfv{label=$z_{1}^{'}$,label.angle=0}{v1}
\fmfdot{i}
\fmfdot{v1}
\end{fmfgraph*}
\end{fmffile}\\
\end{document}

\documentclass{} ...and include any required packages. (Not your whole preamble - just what's needed for the example. Others may know, but I have no idea how to make your code compilable. – cfr May 25 '16 at 18:10