Skip to main contentIBM Quantum Documentation
Important

IBM Quantum Platform is moving and this version will be sunset on July 1. To get started on the new platform, read the migration guide.

NeatPubResult

class NeatPubResult(vals)

GitHub

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

The values in this result.


Methods

__mul__

__mul__(other)

GitHub

Parameters

other (int | float | NeatPubResult |PubResult |DataBin)

Return type

NeatPubResult

Was this page helpful?
Report a bug or request content on GitHub.