Skip to content

Commit 29d07f7

Browse files
Merge pull request #194 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents deb6534 + 2f98397 commit 29d07f7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,19 @@ Feel free to explore, contribute, and share your insights!
3939

4040
**Formula for Fourier Transform:**
4141

42-
$\hat{f}(k) = \int_{-\infty}^{\infty} f(x) \, e^{-2\pi i k x} \, dx$
42+
$\huge \color{DeepSkyBlue} \hat{f}(k) = \int_{-\infty}^{\infty} f(x) \, e^{-2\pi i k x} \, dx$
43+
44+
<br>
4345

4446
**Formula for Inverse Fourier Transform:**
4547

4648
$f(x) = \int_{-\infty}^{\infty} \hat{f}(k) \, e^{2\pi i k x} \, dk$
4749

4850
Where:
4951

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.
52+
- $large \color{DeepSkyBlue} f(x)$ is the original function in the spatial domain.
53+
- $large \color{DeepSkyBlue} \hat{f}(k)$ is the transformed function in the frequency domain.
54+
- $large \color{DeepSkyBlue} x$ represents position, and $k$ represents momentum or frequency.
5355

5456
**Relevance in Quantum Mechanics and Computing:**
5557
- **Quantum Mechanics**: Converts wavefunctions between position and momentum spaces.

0 commit comments

Comments
 (0)