qiskit.quantum_info.hellinger_distance¶
-
hellinger_distance
(dist_p, dist_q)[Quellcode]¶ Computes the Hellinger distance between two counts distributions.
- Parameter
dist_p (dict) – First dict of counts.
dist_q (dict) – Second dict of counts.
- Rückgabe
Distance
- Rückgabetyp
float
References