Skip to content

Instantly share code, notes, and snippets.

@raydsameshima
Created April 4, 2019 18:08
Show Gist options
  • Save raydsameshima/680a854bef52a492bd6bcf35b0a0feb8 to your computer and use it in GitHub Desktop.
Save raydsameshima/680a854bef52a492bd6bcf35b0a0feb8 to your computer and use it in GitHub Desktop.
{
tadPole[0] ->
+ 0
,
tadPole[-1] ->
+ 0
,
tadPole[-2] ->
+ 0
,
tadPole[3] ->
+ tadPole[1]*((d^2-6*d+8)/(8*m^4))
,
tadPole[2] ->
+ tadPole[1]*((d-2)/(2*m^2))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment