Skip to content

Commit 6f3bb1f

Browse files
committed
feat: add note 4 porting
1 parent 8d2c7fd commit 6f3bb1f

4 files changed

Lines changed: 1990 additions & 3 deletions

File tree

src/content/notes/1-algebra.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const meta: NoteMeta = {
2525
<div class="cover">
2626
<div class="cover-label">Interactive Notes</div>
2727
<h1>Linear Algebra<br>for Quantum Computing</h1>
28-
<p>From the absolute basics to the qubit — with visualizations and exercises</p>
28+
<p>{meta.description}</p>
2929
</div>
3030

3131
<!-- TOC -->

src/content/notes/2-basics.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const meta: NoteMeta = {
2424
<div class="cover">
2525
<div class="cover-label">Interactive Notes</div>
2626
<h1>Basic Concepts<br>of Quantum Computing</h1>
27-
<p>Introduction to the fundamental ideas of quantum mechanics and quantum computing</p>
27+
<p>{meta.description}</p>
2828
</div>
2929

3030
<!-- TOC -->

src/content/notes/3-composite.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const meta: NoteMeta = {
2020
<div class="cover">
2121
<div class="cover-label">Interactive Notes</div>
2222
<h1>Composite Quantum Systems<br>and Tensor Products</h1>
23-
<p>Introduction to the tensor product, computing basis states of composite systems, and visualizing two-qubit states.</p>
23+
<p>{meta.description}</p>
2424
</div>
2525

2626
<div class="toc">

0 commit comments

Comments
 (0)