1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-10-15 08:05:35 +02:00

In the new api we need just DeltaandSDPconstraints function

This commit is contained in:
kalmar 2017-03-13 11:44:38 +01:00
parent b0f273ce45
commit 9641f72b05

View File

@ -79,9 +79,8 @@ function inv(M::Array{Mod,2})
return adjugate(M)
end
function prepare_Δ_sdp_constraints(identity, S)
@show length(S)
function ΔandSDPconstraints(identity, S)
B₁ = vcat([identity], S)
B₂ = products(B₁, B₁);
B₃ = products(B₁, B₂);