diff --git a/PackageInfo.g b/PackageInfo.g index 14fa206..58e549a 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -16,8 +16,8 @@ SetPackageInfo( rec( PackageName := "QDistRnd", Subtitle := "Calculate the distance of a q-ary quantum stabilizer code", - Version := "0.9.1", - Date := "12/01/2024", + Version := "0.9.2", + Date := "19/01/2024", License := "GPL-2.0-or-later", PackageWWWHome := "https://QEC-pages.github.io/QDistRnd", SourceRepository := diff --git a/lib/qdistrnd.g b/lib/qdistrnd.g index b5ff6f2..82c5d96 100644 --- a/lib/qdistrnd.g +++ b/lib/qdistrnd.g @@ -844,7 +844,7 @@ BindGlobal("DistRandCSS", if debug[2]=1 then # check the orthogonality if QDR_WeightMat(GX*TransposedMat(GZ))>0 then - Error("\nDistRandCSS: input matrices should have orthogonal rows!\n"); + Error("DistRandCSS: input matrices should have orthogonal rows!\n"); fi; fi;