파인만 다이어그램: 모멘타와 화살표가 겹치는 모습

파인만 다이어그램: 모멘타와 화살표가 겹치는 모습

다음과 같은 코드가 있습니다.

\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$의 운동량인 혼란을 풀어주고 싶습니다.

관련 정보