Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #242 trace_distance to use nuclear norm
Fix #242 by replacing call to `numpy.linalg.norm(x,1)` with `numpy.linalg.norm(x,'nuc')`
- Loading branch information