Rename extension
This commit is contained in:
parent
3b110cfeda
commit
54bd6c20f4
2
irrep.jl
2
irrep.jl
|
|
@ -1,5 +1,5 @@
|
|||
using DelimitedFiles
|
||||
rotations = readdlm("rotations.csv", ',', Int, '\n')
|
||||
rotations = readdlm("rotations.mat", ',', Int, '\n')
|
||||
rotations = reshape(rotations, (24, 3, 3))
|
||||
|
||||
N = 24
|
||||
|
|
|
|||
Loading…
Reference in New Issue