Name: Philipp Date: 06/07/17-01:04:11 PM Z


Hello,

I have actually done a similar thing just that I have computed the FourDivergences one after another to not derive already existing expressions again. But that is probably as fast as it gets right? Because I have expressions much longer than the said one like

-(CA*(2*FVD[p1, Lor1] - FVD[q, Lor1])*(2*FVD[p1, Lor2] - FVD[q, Lor2])*SD[a, b]*SMP[“g_s”]^6*(FAD[{p1, I*mE}, p2, {p1 - q, I*mE}, {p1 - q, I*mE}]*((-(D*(psi[4] + 2*psi[13] - 2*psi[15])) - psi[26] - 2*psi[34] + CA^2*(omega[26] + D*(omega[4] - 2*(psi[4] + psi[13] - psi[15])) - 2*(psi[26] + psi[34] - psi[35])) - 2*CA*CF*(D*(psi[4] + 2*psi[13] - 2*psi[15]) + psi[26] + 2*psi[34] - 2*psi[35]) + 2*psi[35])*SPD[p1, p1] + 2*(D*(psi[4] + 2*psi[13] - 2*psi[15]) + psi[26] + 2*psi[34] - CA^2*(omega[26] + D*(omega[4] - 2*(psi[4] + psi[13] - psi[15])) - 2*(psi[26] + psi[34] - psi[35])) + 2*CA*CF*(D*(psi[4] + 2*psi[13]

or even longer. Those will take up significant time but I haven’t yet figured out how to speed that up or simplify it somehow.

Cheers,
Philipp