Skip to content

Commit 1b58636

Browse files
Merge pull request #187 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents f2a8120 + 4c4f7ee commit 1b58636

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@ Feel free to explore, contribute, and share your insights!
4141

4242
$$\hat{f}(k) = \int_{-\infty}^{\infty} f(x) \, e^{-2\pi i k x} \, dx$$
4343

44+
**Formula for Inverse Fourier Transform:**
45+
46+
$$f(x) = \int_{-\infty}^{\infty} \hat{f}(k) \, e^{2\pi i k x} \, dk$$
47+
48+
Where:
49+
50+
- $f(x)$ is the original function in the spatial domain.
51+
- $\hat{f}(k)$ is the transformed function in the frequency domain.
52+
- $x$ represents position, and $k$ represents momentum or frequency.
53+
54+
4455

4556

4657

0 commit comments

Comments
 (0)