Hi,
I am trying to calculate the trace distance of two matrices, which is defined as in trace distance. I noticed that Julia provides opnorm
function but it seems that this is not what I want. I wonder if there is some efficient way to calculate the norm distance besides direct diagonilization.
Thanks