qiskit.quantum_info.hellinger_distance¶ hellinger_distance(dist_p, dist_q)[source]¶ Computes the Hellinger distance between two counts distributions. Paramètres dist_p (dict) – First dict of counts. dist_q (dict) – Second dict of counts. Renvoie Distance Type renvoyé float Références Hellinger Distance @ wikipedia