Skip to content

Commit 5ef3e51

Browse files
committed
docs(block-encoding): fix broken_link
1 parent 7e08f69 commit 5ef3e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

applications/block_encoding/select_structures_BE.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"# Block encoding of select structured matrices\n",
99
"___\n",
1010
"\n",
11-
"This work is an implementation of the paper on [Block-encoding structured matrices for data input in quantum computing](https://quantum-journal.org/papers/q-2024-01-11-1226/)."
11+
"This work is an implementation of the paper on **Block-encoding structured matrices for data input in quantum computing** (https://quantum-journal.org/papers/q-2024-01-11-1226/)."
1212
]
1313
},
1414
{
@@ -30,7 +30,7 @@
3030
"\n",
3131
"where, $A = \\alpha \\tilde{A}$ . The parameters $(\\alpha, a)$ represent the *subnormalization factor* (which adjusts for encoding matrices of any norm), and the *number of ancilla qubits* used in the block-encoding scheme respectively. \n",
3232
"\n",
33-
"Efficiently block encoding arbitrary matrices is a very difficult problem and this task is not trivial even for well structured and sparse matrices. The [paper by Sunderhauf et al. 2024](https://quantum-journal.org/papers/q-2024-01-11-1226/), provides for efficient quantum circuits for block encoding arithmetically structured matrices. This is useful in many applications, especially ones involving problems of linear algebra. Moreover, given an efficient block encoding of a matrix $\\tilde{A}$, its possible to efficiently construct a block encoding of certain polynomials of $\\tilde{A}$ through quantum singular value transformations (QSVT). \n",
33+
"Efficiently block encoding arbitrary matrices is a very difficult problem and this task is not trivial even for well structured and sparse matrices. The paper by Sunderhauf et al. 2024 (https://quantum-journal.org/papers/q-2024-01-11-1226/), provides for efficient quantum circuits for block encoding arithmetically structured matrices. This is useful in many applications, especially ones involving problems of linear algebra. Moreover, given an efficient block encoding of a matrix $\\tilde{A}$, its possible to efficiently construct a block encoding of certain polynomials of $\\tilde{A}$ through quantum singular value transformations (QSVT). \n",
3434
"\n",
3535
"### **Notebook contents**\n",
3636
"- ##### Block encoding circuits for Checkerboard matrix, Toeplitz matrix, Tridiagonal symmetric matrix and 2D Laplacian matrix.\n",

0 commit comments

Comments
 (0)