From ab2cde87a38dd22a06fb9f1c92968e046e65d5f4 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Tue, 23 Apr 2024 12:49:50 +0100 Subject: [PATCH] Remove code block inside `
` tag (#1221) I missed this in #1218; removing for now while we work on a solution. --- docs/verify/plot-quantum-states.ipynb | 39 --------------------------- 1 file changed, 39 deletions(-) diff --git a/docs/verify/plot-quantum-states.ipynb b/docs/verify/plot-quantum-states.ipynb index 6f614bc29d5..2f14ae3d4a8 100644 --- a/docs/verify/plot-quantum-states.ipynb +++ b/docs/verify/plot-quantum-states.ipynb @@ -372,50 +372,11 @@ "# Alternative: psi.draw(\"qsphere\")" ] }, - { - "cell_type": "markdown", - "id": "1f64d8aa-e889-4c00-8ac5-512c098a2263", - "metadata": {}, - "source": [ - "
\n", - " Generating the Qiskit logo\n", - "\n", - "Did you know the Qiskit logo is a QSphere? Generate it using the following code." - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "id": "cd56996f-78f5-49b5-8a47-63f1512bdd63", - "metadata": {}, - "outputs": [ - { - "data": { - "image/svg+xml": [ - "" - ], - "text/plain": [ - "
" - ] - }, - "execution_count": 9, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "from math import sqrt\n", - "qk_logo = Statevector.from_label(\"000100\") + Statevector.from_label(\"111011\") / sqrt(2)\n", - "qk_logo.draw(\"qsphere\", show_state_labels=False)" - ] - }, { "cell_type": "markdown", "id": "bcd7e8e9-57bc-4641-b3a5-c995a81e8808", "metadata": {}, "source": [ - "
\n", - "\n", "See the [API documentation](/api/qiskit/qiskit.visualization.plot_state_qsphere) for more information.\n", "\n", "## Bloch multivector state visualization\n",