Closed araujoms closed 10 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
fc2ec75
) 80.40% compared to head (ea673d4
) 80.36%.
Files | Patch % | Lines |
---|---|---|
src/math_util.jl | 66.66% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@araujoms Thanks!
Currently partial_trace does not accept Hermitian or Symmetric matrices, and always returns a ComplexF64 result, independent of the type of the input. This PR fixes both issues. I'm also adding a convenience method to allow calling it with
dim_2_keep
being a integer instead of a vector.I hope you find it useful.