Skip to content

Commit d15a997

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

5 files changed

Lines changed: 45 additions & 5 deletions

File tree

templates/educational/auth.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,12 @@ <h5 class="mt-4">Further Learning Resources</h5>
112112
</a>
113113
</div>
114114
</div>
115-
<!-- EDUCATIONAL-CONTENT END -->
115+
<!-- EDUCATIONAL-CONTENT END -->
116+
117+
<!-- MINI_EXPLANATION_START -->
118+
<h5>Quantum Authentication</h5>
119+
<p>Quantum authentication uses quantum fingerprinting to verify the identity of a user without exposing the actual authentication token.</p>
120+
<div class="alert alert-primary">
121+
<strong>Key Quantum Concept:</strong> The no-cloning theorem ensures authentication tokens cannot be perfectly copied, providing enhanced security.
122+
</div>
123+
<!-- MINI_EXPLANATION_END -->

templates/educational/grover.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,12 @@ <h5 class="mt-4">Further Learning Resources</h5>
112112
</a>
113113
</div>
114114
</div>
115-
<!-- EDUCATIONAL-CONTENT END -->
115+
<!-- EDUCATIONAL-CONTENT END -->
116+
117+
<!-- MINI_EXPLANATION_START -->
118+
<h5>Grover's Search Algorithm</h5>
119+
<p>Grover's algorithm provides a quadratic speedup for unstructured search problems, finding a marked item in a database of N items with approximately &radic;N queries.</p>
120+
<div class="alert alert-primary">
121+
<strong>Key Quantum Concept:</strong> Utilizes quantum superposition and amplitude amplification to enhance the probability of measuring the correct answer.
122+
</div>
123+
<!-- MINI_EXPLANATION_END -->

templates/educational/qrng.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 Random Number Generator</h5>
120+
<p>QRNGs produce true random numbers based on inherently random quantum processes, unlike classical random number generators which are typically deterministic.</p>
121+
<div class="alert alert-primary">
122+
<strong>Key Quantum Concept:</strong> Leverages the fundamental randomness of quantum measurement outcomes to generate unpredictable numbers.
123+
</div>
124+
<!-- MINI_EXPLANATION_END -->

templates/educational/shor.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,12 @@ <h5 class="mt-4">Further Learning Resources</h5>
116116
</a>
117117
</div>
118118
</div>
119-
<!-- EDUCATIONAL-CONTENT END -->
119+
<!-- EDUCATIONAL-CONTENT END -->
120+
121+
<!-- MINI_EXPLANATION_START -->
122+
<h5>Shor's Code for Quantum Error Correction</h5>
123+
<p>Shor's code is a quantum error correction technique that protects quantum information against both bit-flip and phase-flip errors.</p>
124+
<div class="alert alert-primary">
125+
<strong>Key Quantum Concept:</strong> Encodes a single logical qubit into nine physical qubits to detect and correct errors without disturbing the quantum state.
126+
</div>
127+
<!-- MINI_EXPLANATION_END -->

templates/educational/vqe.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,12 @@ <h5 class="mt-4">Further Learning Resources</h5>
117117
</a>
118118
</div>
119119
</div>
120-
<!-- EDUCATIONAL-CONTENT END -->
120+
<!-- EDUCATIONAL-CONTENT END -->
121+
122+
<!-- MINI_EXPLANATION_START -->
123+
<h5>Variational Quantum Eigensolver</h5>
124+
<p>VQE is a hybrid quantum-classical algorithm designed to find ground state energies of complex quantum systems like molecules.</p>
125+
<div class="alert alert-primary">
126+
<strong>Key Quantum Concept:</strong> Uses parameterized quantum circuits optimized by classical algorithms to approximate quantum states efficiently.
127+
</div>
128+
<!-- MINI_EXPLANATION_END -->

0 commit comments

Comments
 (0)