Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

momentum arrow becomes odd when shortened too much #55

Open
zhyiyu opened this issue Apr 20, 2018 · 0 comments
Open

momentum arrow becomes odd when shortened too much #55

zhyiyu opened this issue Apr 20, 2018 · 0 comments

Comments

@zhyiyu
Copy link

zhyiyu commented Apr 20, 2018

Hi, I am trying to shrink the length of a momentum arrow for a loop, it works fine when the shrink factor is not big, but when it is big, say, 0.7, the momentum arrow is even flipped. For example, the arrow shorten for vertex (b) is where the problem arises

\begin{figure}[H]
\begin{center}
\begin{tikzpicture}
\begin{feynman}
\vertex (a1);
\vertex[right=1.5cm of a1] (a2);
\vertex[right=3cm of a1] (a3);

\vertex[above=1cm of a2] (b);

\diagram*{
(a2) -- [double, out=150, in=180, momentum={[arrow shorten=0.3, arrow style=blue]$k'$}] (b),
(b) -- [double, out=0, in=30, momentum={[arrow shorten=0.7, arrow style=blue]$k'$}] (a2),
(a1) -- [momentum'={[arrow shorten=0.25]$k$}] (a2) -- [momentum'={[arrow shorten=0.25]$k$}] (a3),

};
\end{feynman}
\end{tikzpicture}
\end{center}
\end{figure}

Thanks!

@zhyiyu zhyiyu changed the title Weird Shaped Momentum Arrow Momentum Arrow in Weird Shape Oct 22, 2018
@zhyiyu zhyiyu changed the title Momentum Arrow in Weird Shape odd shaped momentum arrow when shortened too much Apr 10, 2019
@zhyiyu zhyiyu changed the title odd shaped momentum arrow when shortened too much momentum arrow becomes odd when shortened too much Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant