From 4433f98568d66e77173898df64f5797b99a91f99 Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Tue, 10 Dec 2024 13:05:29 -0500 Subject: [PATCH] typo: replace sampler w estimator --- docs/guides/q-ctrl-performance-management.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/q-ctrl-performance-management.ipynb b/docs/guides/q-ctrl-performance-management.ipynb index 569c6af6bf6..04b71d81705 100644 --- a/docs/guides/q-ctrl-performance-management.ipynb +++ b/docs/guides/q-ctrl-performance-management.ipynb @@ -213,7 +213,7 @@ "# Choose a backend or remove this option to default to the least busy device\n", "backend_name = \"\"\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",