Skip to content

Commit ca471b2

Browse files
committed
formatted formulas
1 parent 94d07e9 commit ca471b2

File tree

2 files changed

+90
-5
lines changed

2 files changed

+90
-5
lines changed

public/posts/index.html

+78-4
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,24 @@
402402
<li><a class=" list-link" href="/posts/physics/percolation/" title="Percolation">Percolation</a></li>
403403

404404

405-
406-
</ul>
407-
</li>
405+
406+
407+
408+
409+
410+
411+
<li>
412+
<i data-feather="plus-circle"></i><a class=" list-link" href="/posts/physics/quantum_computing/"> Quantum Computing</a>
413+
414+
<ul class="">
415+
416+
417+
418+
419+
420+
421+
422+
<li><a class=" list-link" href="/posts/physics/quantum_computing/introduction/" title="Introduction">Introduction</a></li>
408423

409424

410425

@@ -413,7 +428,17 @@
413428

414429

415430

416-
<li><a class=" list-link" href="/posts/physics/quantum_computing/" title="Quantum Computing">Quantum Computing</a></li>
431+
<li><a class=" list-link" href="/posts/physics/quantum_computing/teleportation/" title="Teleportation">Teleportation</a></li>
432+
433+
434+
435+
</ul>
436+
</li>
437+
438+
439+
440+
</ul>
441+
</li>
417442

418443

419444

@@ -435,6 +460,55 @@
435460

436461

437462

463+
<div class="post-card">
464+
<div class="card">
465+
<div class="card-head">
466+
<a href="/posts/physics/quantum_computing/teleportation/" class="post-card-link">
467+
<img class="card-img-top" src='/posts/physics/quantum_computing/teleportation/images/blog_teleportation.png' alt="Hero Image">
468+
</a>
469+
</div>
470+
<div class="card-body">
471+
<a href="/posts/physics/quantum_computing/teleportation/" class="post-card-link">
472+
<h5 class="card-title">Quantum Computing - Fundementals - Teleportation</h5>
473+
<p class="card-text post-summary">Introduction Quantum teleportation is a fundamental protocol in quantum information science that enables the transfer of quantum information from one location to another. Despite its name, it doesn&rsquo;t involve the transportation of matter, but rather the transmission of the quantum state of a particle.
474+
The Concept In quantum teleportation, we have three main parties:
475+
Alice: The sender who wants to transmit a quantum state. Bob: The receiver who will receive the quantum state.</p>
476+
</a>
477+
478+
<div class="tags">
479+
<ul style="padding-left: 0;">
480+
481+
482+
<li class="rounded"><a href="/tags/science/" class="btn btn-sm btn-info">Science</a></li>
483+
484+
485+
<li class="rounded"><a href="/tags/statistics/" class="btn btn-sm btn-info">Statistics</a></li>
486+
487+
488+
<li class="rounded"><a href="/tags/quantum/" class="btn btn-sm btn-info">Quantum</a></li>
489+
490+
491+
<li class="rounded"><a href="/tags/physics/" class="btn btn-sm btn-info">Physics</a></li>
492+
493+
</ul>
494+
</div>
495+
496+
497+
</div>
498+
<div class="card-footer">
499+
<span class="float-start">
500+
Wednesday, July 3, 2024
501+
| 7 minutes </span>
502+
<a
503+
href="/posts/physics/quantum_computing/teleportation/"
504+
class="float-end btn btn-outline-info btn-sm">Read</a>
505+
</div>
506+
</div>
507+
</div>
508+
509+
510+
511+
438512
<div class="post-card">
439513
<div class="card">
440514
<div class="card-head">

public/posts/index.xml

+12-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@
66
<description>Recent content in Posts on Stefano Giannini</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en</language>
9-
<lastBuildDate>Sun, 30 Jun 2024 08:00:00 +0100</lastBuildDate><atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" /><item>
9+
<lastBuildDate>Wed, 03 Jul 2024 08:00:00 +0100</lastBuildDate><atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" /><item>
10+
<title>Quantum Computing - Fundementals - Teleportation</title>
11+
<link>http://localhost:1313/posts/physics/quantum_computing/teleportation/</link>
12+
<pubDate>Wed, 03 Jul 2024 08:00:00 +0100</pubDate>
13+
14+
<guid>http://localhost:1313/posts/physics/quantum_computing/teleportation/</guid>
15+
<description>Introduction Quantum teleportation is a fundamental protocol in quantum information science that enables the transfer of quantum information from one location to another. Despite its name, it doesn&amp;rsquo;t involve the transportation of matter, but rather the transmission of the quantum state of a particle.
16+
The Concept In quantum teleportation, we have three main parties:
17+
Alice: The sender who wants to transmit a quantum state. Bob: The receiver who will receive the quantum state.</description>
18+
</item>
19+
20+
<item>
1021
<title>Quantum Computing - Fundementals (Part 1)</title>
1122
<link>http://localhost:1313/posts/physics/quantum_computing/introduction/</link>
1223
<pubDate>Sun, 30 Jun 2024 08:00:00 +0100</pubDate>

0 commit comments

Comments
 (0)