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.

NeatResult

class NeatResult(pub_results)

GitHub

Bases: object

A container for multiple NeatPubResult objects.

Parameters

pub_results (Iterable[NeatPubResult]) – An iterable of NeatPubResult objects.


Methods

__getitem__

__getitem__(index)

GitHub

Parameters

index (int)

Return type

NeatPubResult

__len__

__len__()

GitHub

Return type

int

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