ファインマン図: 重なり合う運動量と矢印

ファインマン図: 重なり合う運動量と矢印

次のようなコードがあります:

\documentclass[11pt]{article}
\usepackage{tikZ-feynman}
\use[ackage{amsmath}
\begin{document}

\feynmandiagram
[horizontal=d to f1] {
% Draw the top and bottom lines
i1 [particle=\(\nu\)] -- [draw=none] a  ,
i2 [particle=\(\mu\)] -- [draw=none] c-- [fermion, momentum'=\(q\mathord-p_2\)] d,
d -- [fermion, momentum'=\(q\mathord+p_1\)] a,
d --[scalar, momentum'=\({p_1\mathord+p_2}\)] f1,
i2 -- [gluon, momentum'=\(k_2\)] a,
i1 -- [gluon, momentum'=\(k_1\)] c,
i1 -- [draw=none] i2,
% Draw the two internal fermion lines
{ [  same layer
] a -- [fermion, momentum'=\(l\)] c },
{ %[  same layer] b -- [anti fermion,edge label=\(\nu_{\mu}\)] d
}
};

\end{document}

しかし、私の側では次のようになります:

ここに画像の説明を入力してください

明らかに、この形状は理想的ではありません。それはさておき、プロパゲーターの反対側の運動量 $l$ を表示し、$k_1$ と $k_2$ の運動量の混乱を解消したいと思います。

関連情報