diff --git a/src/1712.07167.jl b/src/1712.07167.jl index a051f48..fa3d0a4 100644 --- a/src/1712.07167.jl +++ b/src/1712.07167.jl @@ -235,7 +235,7 @@ function check_property_T(sett::Settings) @warn("The solution matrix doesn't seem to be positive definite!") @time Q = real(sqrt( (P.+ P')./2 )) - sgap = distance_to_positive_cone(Δ, λ, Q, R=2*sett.radius) + sgap = distance_to_positive_cone(Δ, λ, Q, R=sett.radius) return interpret_results(sett, sgap) end