Skip to content

Commit

Permalink
Fix Heron bug in demo notebook (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Mar 4, 2024
1 parent f40d448 commit 014e75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/qiskit_patterns/2_qiskit_patterns.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@
"if team == 1:\n",
" backend_type = \"eagle\"\n",
"elif team == 2:\n",
" backend_type == \"heron\"\n",
" backend_type = \"heron\"\n",
"else:\n",
" raise ValueError(\"team should be 1 or 2.\")\n",
"\n",
Expand Down Expand Up @@ -1362,7 +1362,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.9.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 014e75e

Please sign in to comment.