Skip to content

Commit 9d03bb5

Browse files
committed
UPDATE educational content
1 parent fc91a9d commit 9d03bb5

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

templates/educational/default.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,12 @@ <h5 class="mt-4">Further Learning Resources</h5>
8383
</a>
8484
</div>
8585
</div>
86-
<!-- EDUCATIONAL-CONTENT END -->
86+
<!-- EDUCATIONAL-CONTENT END -->
87+
88+
<!-- MINI_EXPLANATION_START -->
89+
<h5>{{ plugin.name }}</h5>
90+
<p>This simulation demonstrates key quantum computing concepts including superposition, entanglement, and measurement.</p>
91+
<div class="alert alert-primary">
92+
<strong>Key Quantum Concept:</strong> Quantum simulations provide insight into quantum behavior without requiring actual quantum hardware.
93+
</div>
94+
<!-- MINI_EXPLANATION_END -->

templates/educational/qrng.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ <h5>Implementation Methods</h5>
8888
<div class="card">
8989
<div class="card-header">Beginner's Analogy: Understanding QRNG</div>
9090
<div class="card-body">
91-
<p>Imagine a classical random number generator like flipping a coin. You think it's random, but theoretically, if you knew the exact physics of the flipthe force applied, air resistance, etc.you could predict the outcome. It only seems random because these factors are complicated, not because they're truly unpredictable.</p>
92-
<p>A quantum random number generator is more like having a special coin that doesn't decide whether it's heads or tails until the exact moment you look at it. Before observation, it exists in a state that is literally both heads and tails simultaneously. The act of looking causes it to randomly become one or the other, and this randomness is not due to a lack of informationit's a fundamental property of nature.</p>
91+
<p>Imagine a classical random number generator like flipping a coin. You think it's random, but theoretically, if you knew the exact physics of the flip-the force applied, air resistance, etc.-you could predict the outcome. It only seems random because these factors are complicated, not because they're truly unpredictable.</p>
92+
<p>A quantum random number generator is more like having a special coin that doesn't decide whether it's heads or tails until the exact moment you look at it. Before observation, it exists in a state that is literally both heads and tails simultaneously. The act of looking causes it to randomly become one or the other, and this randomness is not due to a lack of information-it's a fundamental property of nature.</p>
9393
<p>No amount of information about the system can predict which result you'll get, making quantum random numbers truly unpredictable even in principle.</p>
9494
</div>
9595
</div>

0 commit comments

Comments
 (0)