Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save raydsameshima/59c13132e7ba78d3a2f4706661bd9071 to your computer and use it in GitHub Desktop.
Save raydsameshima/59c13132e7ba78d3a2f4706661bd9071 to your computer and use it in GitHub Desktop.
Massless One Loop vacuum Bubble
{
oneLoopBubble[1,-3] ->
+ 0
,
oneLoopBubble[1,-2] ->
+ 0
,
oneLoopBubble[1,-1] ->
+ 0
,
oneLoopBubble[1,0] ->
+ 0
,
oneLoopBubble[0,1] ->
+ 0
,
oneLoopBubble[-1,1] ->
+ 0
,
oneLoopBubble[-2,1] ->
+ 0
,
oneLoopBubble[-3,1] ->
+ 0
,
oneLoopBubble[1,2] ->
+ oneLoopBubble[1,1]*((-d+3)/pp)
,
oneLoopBubble[1,3] ->
+ oneLoopBubble[1,1]*((d^2-7*d+12)/(2*pp^2))
,
oneLoopBubble[1,4] ->
+ oneLoopBubble[1,1]*((-d^3+12*d^2-47*d+60)/(6*pp^3))
,
oneLoopBubble[3,1] ->
+ oneLoopBubble[1,1]*((d^2-7*d+12)/(2*pp^2))
,
oneLoopBubble[2,1] ->
+ oneLoopBubble[1,1]*((-d+3)/pp)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment