Skip to content

Commit

Permalink
add measure
Browse files Browse the repository at this point in the history
  • Loading branch information
abbycross committed Dec 10, 2024
1 parent 54178bf commit e1784b7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/guides/specify-runtime-options.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@
"backend = service.least_busy(operational=True, simulator=False)\n",
"\n",
"circuit1 = random_iqp(3)\n",
"circuit1.measure_all()\n",
"circuit2 = random_iqp(3)\n",
"circuit2.measure_all()\n",
"\n",
"pass_manager = generate_preset_pass_manager(\n",
" optimization_level=3, backend=backend\n",
Expand Down Expand Up @@ -296,7 +298,9 @@
"backend = service.least_busy(operational=True, simulator=False)\n",
"\n",
"circuit1 = random_iqp(3)\n",
"circuit1.measure_all()\n",
"circuit2 = random_iqp(3)\n",
"circuit2.measure_all()\n",
"\n",
"pass_manager = generate_preset_pass_manager(\n",
" optimization_level=3, backend=backend\n",
Expand Down Expand Up @@ -409,7 +413,6 @@
],
"metadata": {
"description": "Specify options when building with Qiskit Runtime primitives.",
"title": "Specify options",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
Expand All @@ -426,7 +429,8 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3"
}
},
"title": "Specify options"
},
"nbformat": 4,
"nbformat_minor": 4
Expand Down

0 comments on commit e1784b7

Please sign in to comment.