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.quantum_info.hellinger_distance

hellinger_distance(dist_p, dist_q)

GitHub

Computes the Hellinger distance between two counts distributions.

Parameters

  • dist_p (dict) – First dict of counts.
  • dist_q (dict) – Second dict of counts.

Returns

Distance

Return type

float

References

Hellinger Distance @ wikipedia

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