mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 06:10:28 +01:00
remove (full) laplacian_coeff
This commit is contained in:
parent
923b4f9305
commit
b35ee6bfdb
@ -48,11 +48,6 @@ function splaplacian_coeff(S, basis, n=length(basis))
|
||||
return result
|
||||
end
|
||||
|
||||
function laplacian_coeff(S, basis)
|
||||
return full(splaplacian_coeff(S,basis))
|
||||
end
|
||||
|
||||
|
||||
function create_SDP_problem(Δ::GroupRingElem, matrix_constraints; upper_bound=Inf)
|
||||
N = size(parent(Δ).pm, 1)
|
||||
Δ² = Δ*Δ
|
||||
|
Loading…
Reference in New Issue
Block a user