public final class PassarinoVeltman extends Object
| Modifier and Type | Method and Description |
|---|---|
static cc.redberry.core.tensor.Expression |
generateSubstitution(int order,
cc.redberry.core.tensor.SimpleTensor loopMomentum,
cc.redberry.core.tensor.SimpleTensor[] externalMomentums)
Generates a substitution for tensor integral reduction via Passarino-Veltman method.
|
static cc.redberry.core.tensor.Expression |
generateSubstitution(int order,
cc.redberry.core.tensor.SimpleTensor loopMomentum,
cc.redberry.core.tensor.SimpleTensor[] externalMomentums,
cc.redberry.core.transformations.Transformation simplifications)
Generates a substitution for tensor integral reduction via Passarino-Veltman method.
|
public static cc.redberry.core.tensor.Expression generateSubstitution(int order,
cc.redberry.core.tensor.SimpleTensor loopMomentum,
cc.redberry.core.tensor.SimpleTensor[] externalMomentums)
order - power of loop momentum (q_i - 1, q_i*q_j - 2 etc.)loopMomentum - loop momentumexternalMomentums - list of external momentumsq_i*q_j = p1_i * p2_j * C1 + ... public static cc.redberry.core.tensor.Expression generateSubstitution(int order,
cc.redberry.core.tensor.SimpleTensor loopMomentum,
cc.redberry.core.tensor.SimpleTensor[] externalMomentums,
cc.redberry.core.transformations.Transformation simplifications)
order - power of loop momentum (q_i - 1, q_i*q_j - 2 etc.)loopMomentum - loop momentumexternalMomentums - list of external momentumssimplifications - additional simplification rules (e.g. Mandelstam substitutions for products of external momentum)q_i*q_j = p1_i * p2_j * C1 + ... Copyright © 2016. All rights reserved.