Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonidPryadko committed Jan 20, 2024
1 parent 159da1c commit e1f59a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -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 :=
Expand Down
2 changes: 1 addition & 1 deletion lib/qdistrnd.g
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e1f59a5

Please sign in to comment.