WIP - Add support for 1-loop PaVe's that can be described using Package-X functions having different Weights.#4
Conversation
…same repeated propagators and that can be described by X`PVA, X`PVB, X`PVC or X`PVD with different Weights.
We are now able to evaluate e.g. E0[0,0,k1^2,0,k1^2,0,k1^2,k1^2,k1^2,k1^2,0,0,0,0,0]
that now becomes translated into X`PVB[0, 0, k1.k1, 0, 0, Weights->{3,2}] .
|
Are there actually any other packages that implement weighted PaVe's or is this Personally I never needed such stuff since I would rather IBP reduce everything with "weights" to So I'd like to understand in which calculations those weighted PaVe's are really required. |
|
The "weights" concept seems (at least introduced like that) to be an "invention" of Package-X in order to have under the same PVA/B/C/D name these class of 1-loop integrals where the same propagator is present with higher powers. |
|
I mentioned Collier because one usually would like to check the obtained analytical results I recognize the issue, but my personal approach would be to address it by
The first point is problematic (within FeynCalc) in the case of vanishing Gram determinants. This is something that should be definitely resolved for FeynCalc 10. |
Add support for evaluating with Package-X 1-loop integrals that have same repeated propagators and that can be described by
X`PVA,X`PVB,X`PVCorX`PVDwith different Weights.We are now able to evaluate e.g.
E0[0,0,k1^2,0,k1^2,0,k1^2,k1^2,k1^2,k1^2,0,0,0,0,0]that now becomes translated into
X`PVB[0, 0, k1.k1, 0, 0, Weights->{3,2}].This is currently work-in-progress. The solution presently implemented supports only functions whose GenPaVe form currently have "zero-indices". A reduction for the more general case is still "unknown".
Advice on this patch would be much welcome.