Name: Vladyslav Shtabovenko Date: 04/15/15-01:42:36 PM Z


By the way, it would be also nice if you could check if the error is
present in the latest development version:

https://github.com/FeynCalc/feyncalc/wiki/Installation#dev_automatic_installation

Cheers,
Vladyslav

Am 14.04.2015 um 14:24 schrieb Vladyslav Shtabovenko:
> Hi,
>
> could you please specify the result that you expect or get by hand?
>
> Cheers,
> Vladyslav
>
>
>
>
>
> Am 14.04.2015 um 14:20 schrieb Rakhi:
>> Hi, I’m computing a spin sum and propagator contraction with FeynCalc 8.2.0 and the results of the contraction don’t agree with what I expect (also disagrees with computation by hand).
>>
>> Code to get spin sum
>> ====================================
>> ClearScalarProducts
>> ScalarProduct[q, q] = M^2; ScalarProduct[k1, k1] = m1^2;
>> ScalarProduct[k2, k2] = m2^2; ScalarProduct[k3, k3] = m3^2;
>> ScalarProduct[k2, k3] = 1/2 (M^2 + m1^2 - m2^2 - m3^2 - 2 ScalarProduct[q, k1]);
>> ScalarProduct[k1, k3] = 1/2 (M^2 - m1^2 + m2^2 - m3^2 - 2 ScalarProduct[q, k2]);
>> ScalarProduct[k1, k2] = 1/2 (M^2 - m1^2 - m2^2 + m3^2 - 2 ScalarProduct[q, k3]);
*>> ScalarProduct[k3, q] = M^2 - ScalarProduct[q, k2]