Skip to content

Commit

Permalink
graph
Browse files Browse the repository at this point in the history
  • Loading branch information
blociss committed Oct 27, 2023
1 parent 61e796e commit bcc9e14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/coefterm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@
@test feynman_integral_degree(F,2,g)==5//6*q[1]^4 + 5//6*q[1]^2*q[2]^2 + 5//6*q[1]^2*q[3]^2 + 5//6*q[2]^4 + 5//6*q[2]^2*q[3]^2 + 5//6*q[3]^4
@test feynman_integral_degree(F,1,g)==0
@test feynman_integral_degree(F,1)==0
S=@polynomial_ring(QQ, x[1:nv(G)], q[1:ne(G)])
FF=FeynmanIntegral(G,S)
Fv=FeynmanIntegral(ve)
end

0 comments on commit bcc9e14

Please sign in to comment.