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.
- Retorno
Distance
- Tipo de retorno
float
References