Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

qiskit.result.sampled_expectation_value

sampled_expectation_value(dist, oper)

GitHub(opens in a new tab)

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.