Skip to content

Commit

Permalink
fixed fourier convention index of norm
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Aug 20, 2018
1 parent 6078a42 commit e670e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/demos/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"\n",
"\\begin{align}\n",
" \\mathcal{F}_k &= \\int \\mathcal{F}_x e^{-i\\vec{k}\\cdot\\vec{x}} d^n\\vec{x} \\\\\n",
" \\mathcal{F}_x &= (2\\pi)^{-n} \\int \\mathcal{F}_ke^{i\\vec{k}\\cdot\\vec{x}} d^n\\vec{k}. \\\\\n",
" \\mathcal{F}_x &= (2\\pi)^{-n/2} \\int \\mathcal{F}_ke^{i\\vec{k}\\cdot\\vec{x}} d^n\\vec{k}. \\\\\n",
"\\end{align}"
]
},
Expand Down

0 comments on commit e670e97

Please sign in to comment.