We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
silent
1 parent ecc91cd commit 4944d3aCopy full SHA for 4944d3a
docs/src/examples/optimization_with_complex_variables/quantum_conditional_entropy.jl
@@ -79,7 +79,7 @@ problem = maximize(
79
0.5 * nuclearnorm(ρ_AB - σ_AB) ≤ ϵ,
80
)
81
82
-solve!(problem, SCS.Optimizer; silent_solver = false)
+solve!(problem, SCS.Optimizer; silent = false)
83
84
# We can then check the observed difference in relative entropies:
85
0 commit comments