Skip to content

Commit

Permalink
fix some syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
beckykd committed Nov 5, 2024
1 parent 424571d commit e285fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/debug-qiskit-runtime-jobs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
"\n",
"estimator.options.twirling.enable_gates = True\n",
"\n",
"job_twirled = estimator.run(estimator.run(clifford_pubs)\n",
"job_twirled = estimator.run(clifford_pubs)\n",
"tw_res = job_twirled.result()"
]
},
Expand Down

0 comments on commit e285fa0

Please sign in to comment.