Skip to content

Commit f9d0b87

Browse files
Merge pull request #77 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents ff00ca2 + 96e8361 commit f9d0b87

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

README.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,110 +1,118 @@
1+
2+
\[[🇧🇷 Português](README.pt_BR.md)\] \[**[🇺🇸 English](README.md)**\]
3+
4+
<br>
5+
6+
17
# **Great Minds of Quantum Computing**
28

39
A tribute to some of the brightest minds who have shaped the field of quantum computing. This repository highlights their fundamental contributions, innovative concepts, and the formulas that made them famous.
410

5-
11+
<br>
612

713
## 1. Richard Feynman
814
![Richard Feynman](path/to/image/feynman.jpg)
915
- **Formula**: \( S = \int \mathcal{L} \, dt \)
1016
- **Explanation**: Feynman introduced the concept of particle paths using the path integral to describe quantum mechanics. This approach revolutionized our understanding of quantum state evolution.
1117
- **Contribution**: Feynman is widely recognized for his innovative ideas in quantum physics, particularly regarding the simulation of quantum systems. He proposed that a quantum computer could simulate quantum phenomena that are inefficient for classical simulations.
1218

19+
<br>
1320

1421
## 2. David Deutsch
1522
![David Deutsch](path/to/image/deutsch.jpg)
1623
- **Formula**: N/A (universal quantum computing model)
1724
- **Explanation**: Deutsch developed the theory of quantum computing, showing that a quantum computer can simulate any physical system. He advocates that quantum computing is a tangible reality, not just a theoretical concept.
1825
- **Contribution**: Deutsch is considered the father of quantum computing, having defined the concept of a universal quantum computer. His ideas paved the way for quantum algorithms and research into quantum technologies.
1926

20-
27+
<br>
2128

2229
## 3. Albert Einstein
2330
![Albert Einstein](path/to/image/einstein.jpg)
2431
- **Formula**: \( E_k = h \nu - \phi \)
2532
- **Explanation**: Einstein explained the photoelectric effect, where the energy of electrons is quantized, introducing the idea that light can behave both as a wave and as a particle.
2633
- **Contribution**: Although Einstein was skeptical about the interpretation of quantum mechanics, his fundamental discoveries, such as wave-particle duality and relativity, laid the groundwork for modern physics and influenced the understanding of quantum mechanics.
2734

28-
35+
<br>
2936

3037
## 4. Niels Bohr
3138
![Niels Bohr](path/to/image/bohr.jpg)
3239
- **Formula**: \( E_n = -\frac{Z^2 R_H}{n^2} \)
3340
- **Explanation**: Bohr's model of the hydrogen atom revolutionized physics by quantizing the energy levels of the electron.
3441
- **Contribution**: Bohr was instrumental in developing quantum theory and proposed the principle of complementarity, which suggests that quantum phenomena can be described by different models depending on the experiment.
3542

43+
<br>
3644

3745
## 5. Werner Heisenberg
3846
![Werner Heisenberg](path/to/image/heisenberg.jpg)
3947
- **Formula**: \( \Delta x \Delta p \geq \frac{\hbar}{2} \)
4048
- **Explanation**: Heisenberg's uncertainty principle establishes fundamental limits on the precision with which we can know a particle's position and momentum.
4149
- **Contribution**: Heisenberg introduced matrix mechanics, which was one of the first approaches to quantum mechanics. His view that we cannot simultaneously know certain properties of a particle changed how we interpret quantum nature.
4250

43-
---
51+
<br>
4452

4553
## 6. Erwin Schrödinger
4654
![Erwin Schrödinger](path/to/image/schrodinger.jpg)
4755
- **Formula**: \( i \hbar \frac{\partial}{\partial t} \psi = \hat{H} \psi \)
4856
- **Explanation**: Schrödinger's equation is fundamental to quantum mechanics, describing how the quantum state of a system evolves over time.
4957
- **Contribution**: Schrödinger is known for his contributions to quantum mechanics, especially for introducing the wave function, which provides a probabilistic description of particle behavior.
5058

51-
59+
<br>
5260

5361
## 7. Paul Dirac
5462
![Paul Dirac](path/to/image/dirac.jpg)
5563
- **Formula**: \( (i \gamma^\mu \partial_\mu - m)\psi = 0 \)
5664
- **Explanation**: Dirac's equation unified quantum mechanics and relativity, predicting the existence of antiparticles and laying the foundation for quantum field theory.
5765
- **Contribution**: Dirac is famous for his work that established the basis of quantum field theory, connecting quantum mechanics with relativity, and for predicting the existence of positrons, the electron's antiparticle.
5866

59-
---
67+
<br>
6068

6169
## 8. John von Neumann
6270
![John von Neumann](path/to/image/von_neumann.jpg)
6371
- **Formula**: \( \langle \psi | \hat{A} | \psi \rangle \)
6472
- **Explanation**: Von Neumann formulated the mathematical foundation of quantum mechanics and introduced the measurement theory, which became fundamental to understanding wave function collapse.
6573
- **Contribution**: He is known for his work on the mathematical interpretation of quantum mechanics, especially formalizing quantum states and measurements.
6674

67-
---
75+
<br>
6876

6977
## 9. John Bell
7078
![John Bell](path/to/image/bell.jpg)
7179
- **Formula**: \( |E(a, b) + E(a, b') + E(a, b) - E(a', b')| \leq 2 \)
7280
- **Explanation**: Bell's inequality is a crucial tool for testing quantum mechanics and exploring non-locality and quantum entanglement.
7381
- **Contribution**: Bell formulated his famous inequality to show that quantum mechanics predicts correlations between particles that cannot be explained by local theories, leading to important experiments on entanglement.
7482

75-
---
83+
<br>
7684

7785
## 10. Peter Shor
7886
![Peter Shor](path/to/image/shor.jpg)
7987
- **Formula**: N/A (factorization algorithm)
8088
- **Explanation**: Shor's algorithm is a groundbreaking discovery that enables the efficient factorization of integers, challenging the security of current cryptographic systems.
8189
- **Contribution**: Shor is one of the pioneers in using quantum algorithms to solve complex computational problems, leading to a new field of research in applied quantum computing.
8290

83-
---
91+
<br>
8492

8593
## 11. Lov Grover
8694
![Lov Grover](path/to/image/grover.jpg)
8795
- **Formula**: N/A (search algorithm)
8896
- **Explanation**: Grover developed an algorithm that accelerates search in unsorted databases, reducing time complexity from \( O(N) \) to \( O(\sqrt{N}) \).
8997
- **Contribution**: Grover's algorithm is a milestone in quantum computing, demonstrating that searching data can be dramatically accelerated through quantum techniques.
9098

91-
---
99+
<br>
92100

93101
## 12. Claude Shannon
94102
![Claude Shannon](path/to/image/shannon.jpg)
95103
- **Formula**: \( H(X) = -\sum p(x) \log p(x) \)
96104
- **Explanation**: Shannon is regarded as the father of information theory, introducing the concept of entropy as a measure of the amount of information in a message.
97105
- **Contribution**: His theories laid the groundwork for digital communication and cryptography, also influencing research in quantum computing regarding information transmission.
98106

99-
---
107+
<br>
100108

101109
## 13. Alexander Holevo
102110
![Alexander Holevo](path/to/image/holevo.jpg)
103111
- **Formula**: \( I(X:Y) \leq S(\rho) \)
104112
- **Explanation**: Holevo's bound establishes limits on the information that can be extracted from a quantum system, influencing the development of quantum communication protocols.
105113
- **Contribution**: Holevo significantly contributed to quantum information theory, establishing foundations for understanding the potential of quantum communication and data compression.
106114

107-
---
115+
<br>
108116

109117
## Contributions and References
110118

0 commit comments

Comments
 (0)