diff --git a/Orb_AutFN.jl b/Orb_AutFN.jl index 82556f5..a7c7a0f 100644 --- a/Orb_AutFN.jl +++ b/Orb_AutFN.jl @@ -66,7 +66,7 @@ function init_OrbitData(name::String) splap² = GroupRings.mul(splap, splap, pm); Uπs = load(joinpath(name, "U_pis.jld"), "Uπs"); - Uπs = sparsify.(Uπs); + # Uπs = sparsify.(Uπs); #dimensions of the corresponding πs: dims = load(joinpath(name, "U_pis.jld"), "dims") @@ -85,8 +85,8 @@ end function transform{T}(U::AbstractArray{T,2}, V::AbstractArray{T,2}, eps=eps(T)) w = U'*V*U - sparsify!(w, eps) - dropzeros!(w) + # sparsify!(w, eps) + # dropzeros!(w) return w end