Bug fix
This commit is contained in:
parent
dbb08d471b
commit
ad7204eb3a
2
irrep.jl
2
irrep.jl
|
|
@ -36,7 +36,7 @@ function calculate_A1_data(N::Int)
|
||||||
|
|
||||||
unique_i = unique(labels)
|
unique_i = unique(labels)
|
||||||
multiplicity = countmap(labels)
|
multiplicity = countmap(labels)
|
||||||
unique_point = transpose(lattice[unique_i, :])
|
unique_point = transpose(lattice[:, unique_i])
|
||||||
|
|
||||||
return unique_i, unique_point, multiplicity
|
return unique_i, unique_point, multiplicity
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue