Skip to content

Commit

Permalink
typo: replace sampler w estimator
Browse files Browse the repository at this point in the history
  • Loading branch information
abbycross committed Dec 10, 2024
1 parent 4af1da0 commit 4433f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/q-ctrl-performance-management.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"# Choose a backend or remove this option to default to the least busy device\n",
"backend_name = \"<CHOOSE_A_BACKEND>\"\n",
"\n",
"# Run the circuit using the sampler\n",
"# Run the circuit using the estimator\n",
"qctrl_estimator_job = perf_mgmt.run(\n",
" primitive=\"estimator\",\n",
" pubs=estimator_pubs,\n",
Expand Down

0 comments on commit 4433f98

Please sign in to comment.