PaXD0Expand
is an option for PaXEvaluate
.
If set to True
, Package-X function D0Expand
will be applied to the output of Package-X.
[0, 0, 0, 0, s, t, m^2, m^2, m^2, m^2]
D0[%] PaXEvaluate
\text{D}_0\left(0,0,0,0,s,t,m^2,m^2,m^2,m^2\right)
\text{D}_0\left(0,0,0,0,s,t,m^2,m^2,m^2,m^2\right)
The full result is a ConditionalExpression
[0, 0, 0, 0, s, t, m^2, m^2, m^2, m^2]
D0= PaXEvaluate[%, PaXC0Expand -> True]; res
\text{D}_0\left(0,0,0,0,s,t,m^2,m^2,m^2,m^2\right)
// Short
res // Last res
\text{D}_0\left(0,0,0,0,s,t,m^2,m^2,m^2,m^2\right)
m^2
Use Normal
to get the actual expression
// Normal) (res
\text{D}_0\left(0,0,0,0,s,t,m^2,m^2,m^2,m^2\right)