Skip to content

Commit e5592ce

Browse files
committed
added link of teleportation to the introduction
1 parent 042fdb3 commit e5592ce

File tree

4 files changed

+8
-21
lines changed

4 files changed

+8
-21
lines changed

content/posts/physics/quantum_computing/introduction/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,6 @@ For a comprehensive learning experience, explore the delightful course [IBM Quan
458458

459459
### Next Steps
460460
In the next articles, we are going to play with more complex and useful quantum circuits to explore the real capabilities of this world.
461-
461+
- [Teleportation](/posts/physics/quantum_computing/teleportation/)
462462
<!-- Link to next articles -->
463463

content/posts/physics/quantum_computing/teleportation/index.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -278,25 +278,11 @@ display(plot_histogram(filtered_statistics))
278278
```
279279

280280

281-
282281
![png](images/example_7_0.png)
283282

284-
285-
286-
287283

288284
![png](images/example_7_1.png)
289285

290-
291-
292-
293-
```python
294-
295-
```
296-
297-
298-
This code creates a function `run_teleportation` that takes an initial state, runs the teleportation protocol, and returns the measurement results. We then test this function with various initial states.
299-
300286
## Mathematical Analysis of the Verification
301287

302288
Let's analyze what happens in each case:
@@ -311,20 +297,19 @@ Let's analyze what happens in each case:
311297
- Expected final state: |1⟩
312298
- Expected measurement: 100% |1⟩
313299

314-
3. |+⟩ state:
300+
3. *|+⟩ state*:
315301
- Initial state: |ψ⟩ = |+⟩ = (1/√2)(|0⟩ + |1⟩)
316302
- Expected final state: |+⟩
317303
- Expected measurement: 50% |0⟩, 50% |1⟩
318304

319-
4. |−⟩ state:
305+
4. *|−⟩ state*:
320306
- Initial state: |ψ⟩ = |−⟩ = (1/√2)(|0⟩ - |1⟩)
321307
- Expected final state: |−⟩
322308
- Expected measurement: 50% |0⟩, 50% |1⟩
323309

324310
Note that for the |+⟩ and |−⟩ states, the measurement results will be the same (50-50 split between |0⟩ and |1⟩). To distinguish between these states, we would need to measure in a different basis (e.g., the X basis).
325311

326312
## Conclusion
327-
328313
Quantum teleportation is a cornerstone protocol in quantum information science. It demonstrates the power of quantum entanglement and how it can be used in conjunction with classical communication to transmit quantum information. While it doesn't allow for faster-than-light communication or the transportation of matter, it's a crucial building block for many quantum communication protocols and quantum computing algorithms.
329314

330315
The mathematical formulation reveals the intricate quantum mechanics at play, showing how entanglement and quantum measurement work together to achieve the seemingly impossible task of transmitting a quantum state using only classical communication.

public/posts/physics/quantum_computing/introduction/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,9 @@ <h2 id="conclusion"><strong>Conclusion</strong></h2>
868868
<p>For a comprehensive learning experience, explore the delightful course <a href="https://learning.quantum.ibm.com/course/basics-of-quantum-information/" target="_blank" rel="noopener">IBM Quantum Computing Learning platform</a>.</p>
869869
<h3 id="next-steps">Next Steps</h3>
870870
<p>In the next articles, we are going to play with more complex and useful quantum circuits to explore the real capabilities of this world.</p>
871+
<ul>
872+
<li><a href="/posts/physics/quantum_computing/teleportation/">Teleportation</a></li>
873+
</ul>
871874
<!-- Link to next articles -->
872875

873876
</div>

public/posts/physics/quantum_computing/teleportation/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,6 @@ <h3 id="random-gate">Random Gate</h3>
771771
</span></span><span style="display:flex;"><span>display(plot_histogram(filtered_statistics))
772772
</span></span></code></pre></div><p><img alt="png" src="/posts/physics/quantum_computing/teleportation/images/example_7_0.png"></p>
773773
<p><img alt="png" src="/posts/physics/quantum_computing/teleportation/images/example_7_1.png"></p>
774-
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-python" data-lang="python"></code></pre></div><p>This code creates a function <code>run_teleportation</code> that takes an initial state, runs the teleportation protocol, and returns the measurement results. We then test this function with various initial states.</p>
775774
<h2 id="mathematical-analysis-of-the-verification">Mathematical Analysis of the Verification</h2>
776775
<p>Let&rsquo;s analyze what happens in each case:</p>
777776
<ol>
@@ -792,15 +791,15 @@ <h2 id="mathematical-analysis-of-the-verification">Mathematical Analysis of the
792791
</ul>
793792
</li>
794793
<li>
795-
<p>|+⟩ state:</p>
794+
<p><em>|+⟩ state</em>:</p>
796795
<ul>
797796
<li>Initial state: |ψ⟩ = |+⟩ = (1/√2)(|0⟩ + |1⟩)</li>
798797
<li>Expected final state: |+⟩</li>
799798
<li>Expected measurement: 50% |0⟩, 50% |1⟩</li>
800799
</ul>
801800
</li>
802801
<li>
803-
<p>|−⟩ state:</p>
802+
<p><em>|−⟩ state</em>:</p>
804803
<ul>
805804
<li>Initial state: |ψ⟩ = |−⟩ = (1/√2)(|0⟩ - |1⟩)</li>
806805
<li>Expected final state: |−⟩</li>

0 commit comments

Comments
 (0)