mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-12-26 02:30:29 +01:00
the final DeltaansSDP constr lives in Main
This commit is contained in:
parent
e6f65688e9
commit
9ab11e295e
@ -1,5 +1,6 @@
|
|||||||
module PropertyT
|
module PropertyT
|
||||||
|
|
||||||
|
using JLD
|
||||||
using GroupAlgebras
|
using GroupAlgebras
|
||||||
import SCS.SCSSolver
|
import SCS.SCSSolver
|
||||||
|
|
||||||
@ -44,7 +45,7 @@ end
|
|||||||
|
|
||||||
function ΔandSDPconstraints(name::String, ID, generating_func::Function)
|
function ΔandSDPconstraints(name::String, ID, generating_func::Function)
|
||||||
pm_fname, Δ_fname = pmΔfilenames(name)
|
pm_fname, Δ_fname = pmΔfilenames(name)
|
||||||
Δ, sdp_constraints = ΔandSDPconstraints(ID, generating_func())
|
Δ, sdp_constraints = Main.ΔandSDPconstraints(ID, generating_func())
|
||||||
save(pm_fname, "pm", Δ.product_matrix)
|
save(pm_fname, "pm", Δ.product_matrix)
|
||||||
save(Δ_fname, "Δ", Δ.coefficients)
|
save(Δ_fname, "Δ", Δ.coefficients)
|
||||||
return Δ, sdp_constraints
|
return Δ, sdp_constraints
|
||||||
|
Loading…
Reference in New Issue
Block a user