Skip to content

Commit 48aa2f1

Browse files
JanLahmannjaygambetta
authored andcommitted
add rise to environment.yml to play the quantum coin game in interactive mode on binder (#703)
* added rise to environment.yml * Update Quantum-Coin-Game.ipynb minor updates
1 parent b02448b commit 48aa2f1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

games/Quantum-Coin-Game.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
"A quantum coin game to illustrate the power of quantum superposition and interference - implemented by [Jan-R. Lahmann](https://twitter.com/JanLahmann) using [Qiskit](http://qiskit.org), [binder](https://mybinder.org) and [RISE](https://rise.readthedocs.io/).\n",
1414
"\n",
1515
"Inspired by the TED talk of Shohini Ghose \n",
16-
"[\"Quantum computing explained in 10 minutes\"](https://www.ted.com/talks/shohini_ghose_quantum_computing_explained_in_10_minutes) \n",
16+
"[\"Quantum computing explained in 10 minutes\"](https://www.ted.com/talks/shohini_ghose_quantum_computing_explained_in_10_minutes)\n",
17+
"\n",
18+
"The latest version of this notebook is available on https://github.com/Qiskit/qiskit-tutorials/tree/master/community/games.\n",
19+
"\n",
20+
"Click [here](https://ibm.biz/QiskitCoinGame) to run this notebook interactively in your browser.\n",
1721
"\n",
1822
"(hit space or right arrow to move to next slide)"
1923
]
@@ -890,7 +894,7 @@
890894
"\n",
891895
"$$ H(\\; X( H(|0\\rangle) ) \\;) = H(\\; H(|0\\rangle)\\; ) = |0\\rangle $$\n",
892896
"\n",
893-
"[These charts](https://github.com/JanLahmann/Fun-with-Quantum/raw/master/QuantumTheory-for-QuantumCoinGame.pdf) explain a bit more of the quantum theory and formlism required to prove the above identities, in case you are interested."
897+
"[These charts](https://github.com/JanLahmann/Fun-with-Quantum/raw/master/QuantumTheory-for-QuantumCoinGame.pdf) explain a bit more of the quantum theory and formalism required to prove the above identities, in case you are interested."
894898
]
895899
},
896900
{
@@ -949,7 +953,7 @@
949953
"name": "python",
950954
"nbconvert_exporter": "python",
951955
"pygments_lexer": "ipython3",
952-
"version": "3.7.3"
956+
"version": "3.6.0"
953957
},
954958
"latex_envs": {
955959
"bibliofile": "biblio.bib",

0 commit comments

Comments
 (0)