Skip to content

Commit

Permalink
final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
beckykd committed Nov 8, 2024
1 parent d2d762f commit 5f3a58a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 8 additions & 2 deletions docs/guides/debug-qiskit-runtime-jobs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
"First, import the relevant packages and [authenticate to the Qiskit Runtime service.](/guides/setup-channel)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Prepare the environment"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down Expand Up @@ -302,8 +309,7 @@
"id": "a000a77a-0285-4b72-a69f-8f144f2c2a80",
"metadata": {},
"source": [
"These results support mathematical operators and can be used to compute figures of merit.\n",
"The remainder of the guide uses the absolute difference as a figure of merit to compare ideal results with noisy or experimental results, but similar figures of merit can be set up.\n",
"Next, apply mathematical operations to compute the absolute difference. The remainder of the guide uses the absolute difference as a figure of merit to compare ideal results with noisy or experimental results, but similar figures of merit can be set up.\n",
"\n",
"The absolute difference shows that the impact of noise grows with the circuits' sizes."
]
Expand Down
1 change: 0 additions & 1 deletion scripts/config/notebook-testing.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ notebooks_normal_test = [
"docs/guides/simulate-stabilizer-circuits.ipynb",
"docs/guides/operator-class.ipynb",
"docs/guides/error-mitigation-and-suppression-techniques.ipynb",
"docs/guides/error-mitigation-and-suppression-techniques.ipynb",
"docs/guides/serverless-first-program.ipynb",
"docs/guides/serverless-run-first-workload.ipynb",
"docs/guides/specify-observables-pauli.ipynb",
Expand Down

0 comments on commit 5f3a58a

Please sign in to comment.