Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

qiskit.result.sampled_expectation_value

sampled_expectation_value(dist, oper)

GitHub

Computes expectation value from a sampled distribution

Note that passing a raw dict requires bit-string keys.

Parameters

Returns

The expectation value

Return type

float

Raises

QiskitError – if the input distribution or operator is an invalid type

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