27 lines
1.6 KiB
Plaintext
27 lines
1.6 KiB
Plaintext
---
|
|
title: debug_tools (latest version)
|
|
description: API reference for qiskit_ibm_runtime.debug_tools in the latest version of qiskit-ibm-runtime
|
|
in_page_toc_min_heading_level: 2
|
|
python_api_type: module
|
|
python_api_name: qiskit_ibm_runtime.debug_tools
|
|
---
|
|
|
|
<span id="debugging-tools-qiskit-ibm-runtime-debug-tools" />
|
|
|
|
<span id="module-qiskit_ibm_runtime.debug_tools" />
|
|
|
|
# Debugging tools
|
|
|
|
`qiskit_ibm_runtime.debug_tools`
|
|
|
|
The tools for debugging and analyzing qiskit-ibm-runtime jobs.
|
|
|
|
## Classes
|
|
|
|
| | |
|
|
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
|
|
| [`Neat`](debug-tools-neat "qiskit_ibm_runtime.debug_tools.Neat") | A class to help understand the expected performance of estimator jobs. |
|
|
| [`NeatResult`](debug-tools-neat-result "qiskit_ibm_runtime.debug_tools.NeatResult") | A container for multiple [`NeatPubResult`](debug-tools-neat-pub-result "qiskit_ibm_runtime.debug_tools.NeatPubResult") objects. |
|
|
| [`NeatPubResult`](debug-tools-neat-pub-result "qiskit_ibm_runtime.debug_tools.NeatPubResult") | A class to store the PUB results of `Neat`. |
|
|
|