Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve FCLoopIntegralToGraph for factorizing integrals #179

Open
vsht opened this issue Jun 24, 2022 · 1 comment
Open

Improve FCLoopIntegralToGraph for factorizing integrals #179

vsht opened this issue Jun 24, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@vsht
Copy link
Member

vsht commented Jun 24, 2022

Here is an example of a factorizing 3-loop integral that cannot be properly graphed

FCLoopIntegralToGraph[
 SFAD[{{I*p1, 0}, {-m1^2, -1}, 1}]*
  SFAD[{{I*(p2 - p3), 0}, {-m1^5, -1}, 1}]*
  SFAD[{{I*(p3 + 0 q1), 0}, {-m1^2, -1}, 1}], {p1, p2, p3}, 
 VertexDegree -> 8]

Essentially, we need a routine that can detect obviously factorizing integrals and then run FCLoopIntegralToGraph on
each integral separately.

@vsht vsht added the bug label Jun 24, 2022
@vsht vsht added this to the FeynCalc X milestone Jun 24, 2022
@vsht vsht self-assigned this Jun 24, 2022
@FeynCalc FeynCalc deleted a comment Jan 16, 2023
@vsht
Copy link
Member Author

vsht commented Dec 27, 2023

Here's another weird bug that needs attention

FCLoopIntegralToGraph[{FCTopology[
   "tri10", {SFAD[{{l1 + q1, 0}, {SMP["m_t"]^2, 1}, 1}], 
    SFAD[{{l1 + q1 + q2, 0}, {SMP["m_t"]^2, 1}, 1}], 
    SFAD[{{l1, 0}, {SMP["m_t"]^2, 1}, 1}], 
       SFAD[{{l2 - q1 - q2, 0}, {SMP["m_t"]^2, 1}, 1}], 
    SFAD[{{l2 - q2, 0}, {SMP["m_t"]^2, 1}, 1}], 
    SFAD[{{l1 - l2 + q1 + q2, 0}, {0, 1}, 1}], 
    SFAD[{{l2, 0}, {0, 1}, 1}]}, {l1, l2}, 
     {q1, q2}, {SPD[q1, q1] -> 0, SPD[q2, q2] -> 0, 
    SPD[q1, q2] -> s/2}, {}]}, Momentum -> {q1, q1 + q2, q1 - q2}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant