Skip to content

Commit

Permalink
Add in "suppression" to error mitigation pg title to make more accura…
Browse files Browse the repository at this point in the history
…te (#1570)

Closes #1569
  • Loading branch information
abbycross authored Jun 18, 2024
1 parent 23f7b0b commit e0f918a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/run/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "/run/advanced-runtime-options"
},
{
"title": "Error mitigation techniques",
"title": "Error mitigation and suppression techniques",
"url": "/run/error-mitigation-explanation"
}
]
Expand Down
4 changes: 2 additions & 2 deletions docs/run/error-mitigation-explanation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"source": [
"# Error mitigation techniques\n",
"# Error mitigation and suppression techniques\n",
"\n",
"This page provides high-level explanations of the error suppression and error mitigation techniques available through Qiskit Runtime.\n",
"\n",
Expand Down Expand Up @@ -53,7 +53,7 @@
"\n",
"Dynamical decoupling can be enabled by setting `enable` to `True` in the [dynamical decoupling options](/api/qiskit-ibm-runtime/qiskit_ibm_runtime.options.DynamicalDecouplingOptions). The `sequence_type` option can be used to pick from several different pulse sequences. The default sequence type is `\"XX\"`.\n",
"\n",
"The following code cell shows how to enable dynamical decoupling for the estimator and choose a dynamical decoupling sequence."
"The following code cell shows how to enable dynamical decoupling for the Estimator and choose a dynamical decoupling sequence."
]
},
{
Expand Down

0 comments on commit e0f918a

Please sign in to comment.