Skip to content

Commit 18ae244

Browse files
committed
Fix IBMQ tutorial for release 0.9.12
1 parent 31087ab commit 18ae244

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

jupyter_notebooks/Tutorials/objects/advanced/IBMQExperiment.ipynb

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,19 @@
2929
"import pygsti\n",
3030
"from pygsti.extras.devices import ExperimentalDevice\n",
3131
"from pygsti.extras import ibmq\n",
32-
"from pygsti.processors import CliffordCompilationRules as CCR\n",
33-
"\n",
32+
"from pygsti.processors import CliffordCompilationRules as CCR"
33+
]
34+
},
35+
{
36+
"cell_type": "code",
37+
"execution_count": null,
38+
"metadata": {
39+
"tags": [
40+
"nbval-skip"
41+
]
42+
},
43+
"outputs": [],
44+
"source": [
3445
"from qiskit_ibm_provider import IBMProvider"
3546
]
3647
},

0 commit comments

Comments
 (0)