qiskit-documentation/docs/api/qiskit-ibm-runtime/0.35/debug-tools-neat-pub-result...

45 lines
1.7 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: NeatPubResult (v0.35)
description: API reference for qiskit_ibm_runtime.debug_tools.NeatPubResult in qiskit-ibm-runtime v0.35
in_page_toc_min_heading_level: 1
python_api_type: class
python_api_name: qiskit_ibm_runtime.debug_tools.NeatPubResult
---
# NeatPubResult
<Class id="qiskit_ibm_runtime.debug_tools.NeatPubResult" isDedicatedPage={true} github="https://github.com/Qiskit/qiskit-ibm-runtime/tree/stable/0.35/qiskit_ibm_runtime/debug_tools/neat_results.py#L28-L115" signature="NeatPubResult(vals)" modifiers="class">
Bases: `object`
A class to store the PUB results of `Neat`.
It allows performing mathematical operations (`+`, `-`, `*`, `/`, `abs`, and `**`) with other objects of type `NeatPubResultLike` and with scalars.
**Parameters**
**vals** (*ArrayLike*) The values in this `NeatPubResult`.
## Attributes
### vals
<Attribute id="qiskit_ibm_runtime.debug_tools.NeatPubResult.vals">
The values in this result.
</Attribute>
## Methods
### \_\_mul\_\_
<Function id="qiskit_ibm_runtime.debug_tools.NeatPubResult.__mul__" github="https://github.com/Qiskit/qiskit-ibm-runtime/tree/stable/0.35/qiskit_ibm_runtime/debug_tools/neat_results.py#L90-L91" signature="__mul__(other)">
**Parameters**
**other** (*int | float |* [*NeatPubResult*](#qiskit_ibm_runtime.debug_tools.NeatPubResult "qiskit_ibm_runtime.debug_tools.neat_results.NeatPubResult") *|*[*PubResult*](/api/qiskit/qiskit.primitives.PubResult "(in Qiskit v1.3)") *|*[*DataBin*](/api/qiskit/qiskit.primitives.DataBin "(in Qiskit v1.3)"))
**Return type**
[*NeatPubResult*](#qiskit_ibm_runtime.debug_tools.NeatPubResult "qiskit_ibm_runtime.debug_tools.neat_results.NeatPubResult")
</Function>
</Class>