Momentum conservation at vertex
Hi,
I've have implemented some momenta-dependent vertices following the instructions here:
https:/
In particular, I have used the Fortran implementation and defined something like:
FFVNP4 = Lorentz(name = 'FFVNP4',
since the form factor depends on the invariants p1^2, p3^2 and p2^2.
As far as I know the UFO format assumes all momenta to be incoming, so we should have p1+p2+p3 =0.
However, if I make the replacement:
P(-1,3)**2 -> (P(-1,1)**2) + (P(-2,2)**2) + 2*(P(-3,1)*P(-3,2))
I get different results. I've also tried: P(-1,3)**2 -> (P(-1,1)**2) + (P(-2,2)**2) - 2*(P(-3,1)*P(-3,2))
and once again the results do not agree.
Could momentum conservation be violated at the vertex? Am I doing something wrong?
Cheers,
-Andre
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Olivier Mattelaer
- Solved:
- Last query:
- Last reply: