Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang committed Feb 19, 2025
1 parent c5d8b68 commit df75458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core-test/entropy_and_metric.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# quantum relative entropy
@test entropy_relative(ρ1, ψ) == Inf
@test entropy_relative(ρ1, rand_dm(10, rank = 9)) == Inf
@test entropy_relative(ψ, ψ) 0
@test entropy_relative(ψ, ψ) + 1 1
@test entropy_relative* ρ1 + (1 - λ) * ρ2, λ * σ1 + (1 - λ) * σ2) <=
λ * entropy_relative(ρ1, σ1) + (1 - λ) * entropy_relative(ρ2, σ2) # joint convexity

Expand Down

0 comments on commit df75458

Please sign in to comment.