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

Doubled fermion or photon line #44

Open
Turgon-Aran-Gondolin opened this issue Oct 16, 2017 · 5 comments
Open

Doubled fermion or photon line #44

Turgon-Aran-Gondolin opened this issue Oct 16, 2017 · 5 comments
Labels

Comments

@Turgon-Aran-Gondolin
Copy link

I realize that for now the package contains a "double" type edge which is purely plain double line, but is there doubled fermion (with arrows) or doubled photon (i.e. graviton in corresponding EFT) line? If not, do you have plans on those?

@JP-Ellis
Copy link
Owner

The plain double line is actually from the underlying TikZ package, so TikZ-Feynman gets that for free. Unfortunately, it doesn't currently apply nicely to everything. I am intending to fix that soon-ish... when I have time.

@Turgon-Aran-Gondolin
Copy link
Author

OK thanks. Looking forward to see that function come true.
BTW I accidently opened another issue with exactly the same content, because of my crappy internet connection.... Sorry about that.

@Turgon-Aran-Gondolin
Copy link
Author

What's the status of double fermion line now?

@GustavoHazel
Copy link

Hello, I was trying to draw a doubled fermion line, for instance a Rarita Schwinger line, and this can works [double distance=2pt, with arrow=0.7cm] as you put that instead of [double distance=2pt] or [fermion] in order to add an arrow

@lm2612
Copy link

lm2612 commented Dec 7, 2020

Another option is to add this into the package:

\tikzfeynmanset{doublefermion/.style={
/tikz/double,
/tikz/decoration={name=none},
/tikz/postaction={
/tikzfeynman/with arrow=0.5,
}
}
}

\tikzfeynmanset{doubleantifermion/.style={
/tikz/double,
/tikz/decoration={name=none},
/tikz/postaction={
/tikzfeynman/with reversed arrow=0.5,
}
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants