We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31087ab commit 18ae244Copy full SHA for 18ae244
jupyter_notebooks/Tutorials/objects/advanced/IBMQExperiment.ipynb
@@ -29,8 +29,19 @@
29
"import pygsti\n",
30
"from pygsti.extras.devices import ExperimentalDevice\n",
31
"from pygsti.extras import ibmq\n",
32
- "from pygsti.processors import CliffordCompilationRules as CCR\n",
33
- "\n",
+ "from pygsti.processors import CliffordCompilationRules as CCR"
+ ]
34
+ },
35
+ {
36
+ "cell_type": "code",
37
+ "execution_count": null,
38
+ "metadata": {
39
+ "tags": [
40
+ "nbval-skip"
41
42
43
+ "outputs": [],
44
+ "source": [
45
"from qiskit_ibm_provider import IBMProvider"
46
]
47
},
0 commit comments