|
34 | 34 | "\n",
|
35 | 35 | "Welcome to the Quantum Fractal Guidebook, where you can explore a new way of visualizing the quantum information in a quantum circuit by leveraging the complex amplitudes in fractal art generation. The generated images, as seen in Figure 1. above, provide not only an artistic expression, but also a lens into how fractals change with rotational gates applied to a Qubit - the same rotation as seen on the Bloch sphere.\n",
|
36 | 36 | "\n",
|
37 |
| - "As Russel Huffmann, a Product Designer at IBM on the Quantum Computing team describes it:\n", |
| 37 | + "As Russel Huffmann, a Product Designer at IBM on the Quantum Computing team, describes it:\n", |
38 | 38 | "\n",
|
39 |
| - "> It is possible to engineer the fractal output in a way that is still mathematically faithful, but open to creative manipulation. \\\n", |
40 |
| - "> \\- Russell Huffman\n", |
| 39 | + "> It is possible to engineer the fractal output in a way that is still mathematically faithful, but open to creative manipulation.\n", |
41 | 40 | "\n",
|
42 | 41 | "When going through the notebook for the first time, it is recommended to leave all the variables as is and see the results of the current settings, whereafter you can tweak and twist things as you prefer. \n",
|
43 | 42 | "\n",
|
44 |
| - "But please note, in order to reduce the complexity of this Guidebook, only a subset of the avaiable parameters are defined within the cells of this notebook. If you feel adventerous, however, you can find the functions and algorithms that runs behind the notebook and tweak even more things there.\n", |
| 43 | + "Please note, to reduce the complexity of this Guidebook, only a subset of the available parameters are defined within the notebook's cells. If you feel adventurous, however, you can find the functions and algorithms that run behind the notebook in [Section 4.](#4.-Sources) and tweak even more things there.\n", |
45 | 44 | "\n",
|
46 | 45 | "## 1.1 Table of Content\n",
|
47 | 46 | "[1. Quantum Fractals Guidebook Introduction](#1.-Quantum-Fractals-Guidebook-Introduction) \\\n",
|
|
62 | 61 | },
|
63 | 62 | {
|
64 | 63 | "cell_type": "markdown",
|
65 |
| - "id": "8c1bbf7d", |
| 64 | + "id": "b4d65ffb", |
66 | 65 | "metadata": {},
|
67 | 66 | "source": [
|
68 | 67 | "---\n",
|
|
217 | 216 | },
|
218 | 217 | {
|
219 | 218 | "cell_type": "markdown",
|
220 |
| - "id": "1ee48108", |
| 219 | + "id": "03f22d8e", |
221 | 220 | "metadata": {},
|
222 | 221 | "source": [
|
223 | 222 | "## 3.1. Compute Quantum Fractals iteratively with intermediate visualizations\n",
|
|
258 | 257 | },
|
259 | 258 | {
|
260 | 259 | "cell_type": "markdown",
|
261 |
| - "id": "d123e60a", |
| 260 | + "id": "ac747c2c", |
262 | 261 | "metadata": {},
|
263 | 262 | "source": [
|
264 | 263 | "## 3.2. Compute all Quantum Fractals, followed by an interactive visualization\n",
|
|
269 | 268 | {
|
270 | 269 | "cell_type": "code",
|
271 | 270 | "execution_count": null,
|
272 |
| - "id": "2b9a3fed", |
| 271 | + "id": "e64c60f1", |
273 | 272 | "metadata": {
|
274 | 273 | "scrolled": false
|
275 | 274 | },
|
|
289 | 288 | },
|
290 | 289 | {
|
291 | 290 | "cell_type": "markdown",
|
292 |
| - "id": "37e9b6e0", |
| 291 | + "id": "de2ba6c5", |
293 | 292 | "metadata": {},
|
294 | 293 | "source": [
|
295 | 294 | "---\n",
|
|
298 | 297 | },
|
299 | 298 | {
|
300 | 299 | "cell_type": "markdown",
|
301 |
| - "id": "d0cd75a0", |
| 300 | + "id": "614ec3c8", |
302 | 301 | "metadata": {},
|
303 | 302 | "source": [
|
304 | 303 | "## 4.1. Project-developed modules\n",
|
|
0 commit comments