From 54bd6c20f499dc230cc0f5310f0a26bd9a994388 Mon Sep 17 00:00:00 2001 From: Nuwan Yapa Date: Mon, 14 Aug 2023 17:59:53 -0400 Subject: [PATCH] Rename extension --- irrep.jl | 2 +- rotations.csv => rotations.mat | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename rotations.csv => rotations.mat (100%) diff --git a/irrep.jl b/irrep.jl index 7ab53d1..b4ddfae 100644 --- a/irrep.jl +++ b/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 diff --git a/rotations.csv b/rotations.mat similarity index 100% rename from rotations.csv rename to rotations.mat