Skip to content

Commit 4944d3a

Browse files
authored
Update quantum_conditional_entropy.jl to use kwarg silent (#672)
1 parent ecc91cd commit 4944d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/optimization_with_complex_variables/quantum_conditional_entropy.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ problem = maximize(
7979
0.5 * nuclearnorm(ρ_AB - σ_AB) ϵ,
8080
)
8181

82-
solve!(problem, SCS.Optimizer; silent_solver = false)
82+
solve!(problem, SCS.Optimizer; silent = false)
8383

8484
# We can then check the observed difference in relative entropies:
8585

0 commit comments

Comments
 (0)