You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: games/quantum_slot_machine.ipynb
+5-5
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
},
19
19
{
20
20
"cell_type": "code",
21
-
"execution_count": 2,
21
+
"execution_count": 1,
22
22
"metadata": {
23
23
"ExecuteTime": {
24
24
"end_time": "2018-12-28T15:54:29.168824Z",
@@ -30,7 +30,7 @@
30
30
{
31
31
"data": {
32
32
"application/vnd.jupyter.widget-view+json": {
33
-
"model_id": "d7b78a19e7d946c7b64c90cafb555fd1",
33
+
"model_id": "a800b89078844bb399a15d512fda176a",
34
34
"version_major": 2,
35
35
"version_minor": 0
36
36
},
@@ -82,8 +82,8 @@
82
82
"Uses the local qasm simulator in Qiskit terra to pseudo-randomly generate bit strings from a single-shot of quantum circuit that consists of Hadamard gates on nine different qubits followed by measurements.\n",
83
83
"\n",
84
84
"\n",
85
-
"* **ibmq_5_tenerife**\n",
86
-
"Computes $300$ shots of a three-qubit variant of the same circuit used in the simulator. This is because only the `ibmq_5_tenerife` allows for accessing the `memory` of the backend, as opposed to computing the counts for all the shots. Although pre-computing random values is not ideal as an evil-doer may be able to read the numbers, on IBM Q devices, it is best to compute a lot of values at once and then cache them. After running once, this selection will allow you to use the machine $100$ times.\n",
85
+
"* **Computation**\n",
86
+
"Computes $300$ shots of a three-qubit variant of the same circuit used in the simulator. After running once, this selection will allow you to use the machine $100$ times.\n",
0 commit comments