Skip to content

Commit

Permalink
updated README (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonidPryadko authored Jan 13, 2024
1 parent 709828d commit d733cc8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SetPackageInfo(
rec(
PackageName := "QDistRnd",
Subtitle := "Calculate the distance of a q-ary quantum stabilizer code",
Version := "0.8.8",
Version := "0.9.0",
Date := "12/01/2024",
License := "GPL-2.0-or-later",
PackageWWWHome := "https://QEC-pages.github.io/QDistRnd",
Expand Down
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,24 @@ standard `GAP` help system. Documentation can be recompiled by running
gap makedoc.g

in the package directory.

## Plans for the future

1. The package only deals with Galois-qubit `q`-ary codes. It would
be nice to develop and implement similar methods for quantum codes
over a finite ring, e.g., `Z(q)` with `q` not necessarily a power
of a prime. This could be done with the help of Smith normal form
decomposition. The required complexity may be higher, however.

2. Write sample read/write routines for `MTXE` files in `Mathematica`
and/or `C`.

3. If there is need (or interest), add routines for the alternate
integer format to represent elements from extension fields, where
polynomials over a prime field `GF(p)` will be encoded as `p`-ary
integers. The only apparent advantage would be a unification with
the currently used format for prime field elements using the
equivalence with `Z(p)`. On the other hand, it would not improve
readability: the corresponding decimal integers would be as
difficult to interpret as the currently used integer powers of a
primitive field element.

0 comments on commit d733cc8

Please sign in to comment.