delta, not \Delta, again
This commit is contained in:
parent
8b694b6758
commit
49c9151a83
@ -263,7 +263,7 @@ function compute_orbit_data{T<:GroupElem}(logger, name::String, G::Group, S::Vec
|
||||
RG = GroupRing(G, E4, E_dict, pm)
|
||||
Δ = PropertyT.splaplacian(RG, S)
|
||||
@assert GroupRings.augmentation(Δ) == 0
|
||||
save(joinpath(name, "delta.jld"), "delta", Δ.coeffs)
|
||||
save(joinpath(name, "delta.jld"), "Δ", Δ.coeffs)
|
||||
save(joinpath(name, "pm.jld"), "pm", pm)
|
||||
|
||||
N = length(G.objectGroup.gens)
|
||||
|
Loading…
Reference in New Issue
Block a user