qiskit.quantum_info.hellinger_distance¶
-
hellinger_distance
(dist_p, dist_q)[código fonte]¶ Computes the Hellinger distance between two counts distributions.
- Parâmetros
dist_p (dict) – First dict of counts.
dist_q (dict) – Second dict of counts.
- Retorna
Distance
- Tipo de retorno
float
Referências