Skip to content

Commit

Permalink
Add NEAT notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
beckykd committed Oct 31, 2024
1 parent 0a7c76d commit ede7a39
Show file tree
Hide file tree
Showing 4 changed files with 3,697 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guides/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@
"title": "Qiskit Runtime local testing mode",
"url": "/guides/local-testing-mode"
},
{
"title": "Debug Qiskit Runtime jobs",
"url": "/guides/debug-qiskit-runtime-jobs"
},
{
"title": "Build noise models",
"url": "/guides/build-noise-models"
Expand Down
3,688 changes: 3,688 additions & 0 deletions docs/guides/debug-qiskit-runtime-jobs.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/guides/debugging-tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ For general quantum circuits, the following tools are available to test and debu
- For exact simulation of small quantum circuits, you can use the reference primitives included with Qiskit. See [Exact simulation with Qiskit primitives](./simulate-with-qiskit-sdk-primitives).
- For higher-performance simulation that can handle larger circuits, or to incorporate noise models into your simulation, use [Qiskit Aer](https://qiskit.org/ecosystem/aer/), a project that is part of the [Qiskit Ecosystem](https://qiskit.github.io/ecosystem/). See [Exact and noisy simulation with Qiskit Aer primitives](simulate-with-qiskit-aer).
- To build custom noise models, use the [`noise`](https://qiskit.org/ecosystem/aer/apidocs/aer_noise.html) module of Qiskit Aer. See [Building noise models](./build-noise-models).
- For Qiskit Runtime Estimator jobs, use the Qiskit Runtime [`Neat`](/api/qiskit-ibm-runtime/debug_tools) class to debug and analyze your jobs. See [Debug Qiskit Runtime jobs](/guides/debug-qiskit-runtime-jobs) for details.

## Hardware considerations

Expand Down
4 changes: 4 additions & 0 deletions qiskit_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ notifications:
- "`@mtreinish`"
"docs/guides/visualize-circuits":
- "@frankharkins"
"docs/guides/debug-qiskit-runtime-jobs":
- "@beckykd"
- "@abbycross"
- "@SamFerracin"
"docs/migration-guides/index":
- "@javabster"
"docs/migration-guides/qiskit-algorithms-module":
Expand Down

0 comments on commit ede7a39

Please sign in to comment.