FCLoopRemovePropagator[input,{pos1,pos2,...}]
returns a new FCTopology
or GLI
obtained from input by removing propagators at positions listed in {pos1,pos2,...}
.
Overview, FCLoopCreatePartialFractioningRules, FCTopology, GLI.
A 2-loop topology with one external momentum Q
= FCTopology[topo1, {SFAD[p1], SFAD[p2], SFAD[Q - p1 - p2], SFAD[Q - p2], SFAD[Q - p1]}, {p1, p2}, {Q}, {
topo Hold[SPD[Q]] -> qq}, {}]
\text{FCTopology}\left(\text{topo1},\left\{\frac{1}{(\text{p1}^2+i \eta )},\frac{1}{(\text{p2}^2+i \eta )},\frac{1}{((-\text{p1}-\text{p2}+Q)^2+i \eta )},\frac{1}{((Q-\text{p2})^2+i \eta )},\frac{1}{((Q-\text{p1})^2+i \eta )}\right\},\{\text{p1},\text{p2}\},\{Q\},\{\text{Hold}[\text{SPD}(Q)]\to \;\text{qq}\},\{\}\right)
The same topology with the 1st and 3rd propagators removed. Notice that the new name is created using the suffix specified via the option Names
[topo, {1, 3}] FCLoopRemovePropagator
\text{FCTopology}\left(\text{topo1PFR13},\left\{\frac{1}{(\text{p2}^2+i \eta )},\frac{1}{((Q-\text{p2})^2+i \eta )},\frac{1}{((Q-\text{p1})^2+i \eta )}\right\},\{\text{p1},\text{p2}\},\{Q\},\{\text{Hold}[\text{SPD}(Q)]\to \;\text{qq}\},\{\}\right)
= GLI[topo2, {1, 1, 1, 2, 0, 1, 1}] gli
G^{\text{topo2}}(1,1,1,2,0,1,1)
[gli, {2, 4}] FCLoopRemovePropagator
G^{\text{topo2PFR24}}(1,1,0,1,1)