Skip to content

Commit b0b6ca8

Browse files
committed
Fix img size and link
Fix image size and link to topological walk
1 parent 1cc6bda commit b0b6ca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

awards/teach_me_qiskit_2018/state_distribution_in_qubit_chains/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<img src=\"https://raw.githubusercontent.com/Qiskit/qiskit-tutorials/master/images/qiskit-heading.png\" alt=\"Qiskit\" align=\"left\">\n",
8-
"<img src=\"images/qubit-chain-logo.png\" alt=\"Qubit Chain\" align=\"right\">"
8+
"<img src=\"images/qubit-chain-logo.png\" alt=\"Qubit Chain\" width=\"500 px\" align=\"right\">"
99
]
1010
},
1111
{

awards/teach_me_qiskit_2018/state_distribution_in_qubit_chains/qubit_chain.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"cell_type": "markdown",
2323
"metadata": {},
2424
"source": [
25-
"Here is used representation initially introduced for _perfect state transfer_. The chain with $n$ nodes is modeled by $n$ qubits. The more compact representation with $n$ qubits for a chain $N=2^n$ nodes is discussed elsewhere, _e.g._, see arXiv:1710.03615 \\[quant-ph\\](2017) with [tutorial about topological quantum walk](../../terra/qis_adv/topological_quantum_walk.ipynb).\n",
25+
"Here is used representation initially introduced for _perfect state transfer_. The chain with $n$ nodes is modeled by $n$ qubits. The more compact representation with $n$ qubits for a chain $N=2^n$ nodes is discussed elsewhere, _e.g._, see arXiv:1710.03615 \\[quant-ph\\](2017) with [tutorial about topological quantum walk](../../../terra/qis_adv/topological_quantum_walk.ipynb).\n",
2626
"\n",
2727
"### Chain model\n",
2828
"\n",

0 commit comments

Comments
 (0)