Using ReplaceAll in FeynCalc #246
Answered
by
sunnyasquabla
sunnyasquabla
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
sunnyasquabla
Feb 14, 2024
Replies: 1 comment 3 replies
-
Hi, just use something like
and so on/ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
The above command didn't work
But this one worked,
ReplaceAll[#, Pair[Momentum[Polarization[___], ___], Momentum[Polarization[___], ___], ___] -> 0]
I want to know, how do I decide where to put the underscores?
Thanks