費曼圖:重疊動量和箭頭

費曼圖:重疊動量和箭頭

我有以下程式碼:

\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$ 動量的混亂。

相關內容