Skip to content

Commit b7a0c1e

Browse files
committed
UPLOAD plugin mini explanations
1 parent d15a997 commit b7a0c1e

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

templates/educational/deutsch_jozsa.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,12 @@ <h5 class="mt-4">Further Learning Resources</h5>
113113
</a>
114114
</div>
115115
</div>
116-
<!-- EDUCATIONAL-CONTENT END -->
116+
<!-- EDUCATIONAL-CONTENT END -->
117+
118+
<!-- MINI_EXPLANATION_START -->
119+
<h5>Deutsch-Jozsa Algorithm: Quantum Decision Problem</h5>
120+
<p>The Deutsch-Jozsa algorithm showcases the power of quantum computing by using superposition and interference. Rather than evaluating a function on each input individually, it processes all inputs at once, allowing it to quickly determine if the function always returns the same value (constant) or if it is evenly split (balanced).</p>
121+
<div class="alert alert-primary">
122+
<strong>Key Quantum Principle:</strong> Quantum parallelism and interference enable the rapid extraction of global properties, illustrating an exponential speedup over classical methods.
123+
</div>
124+
<!-- MINI_EXPLANATION_END -->

templates/educational/qaoa.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,12 @@ <h5 class="mt-4">Further Learning Resources</h5>
114114
</a>
115115
</div>
116116
</div>
117-
<!-- EDUCATIONAL-CONTENT END -->
117+
<!-- EDUCATIONAL-CONTENT END -->
118+
119+
<!-- MINI_EXPLANATION_START -->
120+
<h5>Understanding QAOA: The Optimization Problem</h5>
121+
<p>QAOA employs a series of parameterized quantum operations to encode optimization problems. By alternating between problem-specific cost operations and mixing operations, the algorithm uses classical optimization routines to fine-tune parameters, gradually improving the solution quality.</p>
122+
<div class="alert alert-primary">
123+
<strong>Key Quantum Principle:</strong> Combining quantum state exploration with classical feedback, QAOA efficiently navigates complex solution landscapes in search of near-optimal answers.
124+
</div>
125+
<!-- MINI_EXPLANATION_END -->

templates/educational/qft.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,12 @@ <h5 class="mt-4">Further Learning Resources</h5>
113113
</a>
114114
</div>
115115
</div>
116-
<!-- EDUCATIONAL-CONTENT END -->
116+
<!-- EDUCATIONAL-CONTENT END -->
117+
118+
<!-- MINI_EXPLANATION_START -->
119+
<h5>Quantum Fourier Transform Explained</h5>
120+
<p>The Quantum Fourier Transform is a quantum analogue of the discrete Fourier transform. It efficiently maps the amplitudes of quantum states into the frequency domain, a crucial step in several quantum algorithms for uncovering periodicity and phase information.</p>
121+
<div class="alert alert-primary">
122+
<strong>Key Quantum Concept:</strong> By leveraging quantum superposition and interference, the QFT performs complex transformations with exponentially fewer operations than classical methods.
123+
</div>
124+
<!-- MINI_EXPLANATION_END -->

0 commit comments

Comments
 (0)