-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9283570
commit 01f52d2
Showing
3 changed files
with
9 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,8 @@ SetPackageInfo( | |
rec( | ||
PackageName := "QDistRnd", | ||
Subtitle := "Calculate the distance of a q-ary quantum stabilizer code", | ||
Version := "0.9.2", | ||
Date := "19/01/2024", | ||
Version := "0.9.3", | ||
Date := "06/02/2024", | ||
License := "GPL-2.0-or-later", | ||
PackageWWWHome := "https://QEC-pages.github.io/QDistRnd", | ||
SourceRepository := | ||
|
@@ -57,7 +57,6 @@ SetPackageInfo( | |
Email := "[email protected]", | ||
WWWHome := "http://faculty.ucr.edu/~leonid", | ||
PostalAddress := Concatenation( [ | ||
"Leonid Pryadko\n", | ||
"Department of Physics & Astronomy\n", | ||
"University of California\n", | ||
"Riverside, CA 92521\n", | ||
|
@@ -73,7 +72,6 @@ SetPackageInfo( | |
Email := "[email protected]", | ||
WWWHome := "https://sites.google.com/view/vadim-shabashov/", | ||
PostalAddress := Concatenation( [ | ||
"Vadim Shabashov\n", | ||
"The Department of Physics & Engineering\n", | ||
"ITMO University\n", | ||
"St. Petersburg, 197101\n", | ||
|
@@ -87,11 +85,9 @@ SetPackageInfo( | |
IsMaintainer := true, | ||
Email := "[email protected]", | ||
PostalAddress := Concatenation( [ | ||
"Valerii Kozin\n", | ||
"The Department of Physics & Engineering\n", | ||
"ITMO University\n", | ||
"St. Petersburg, 197101\n", | ||
"Russia" ] ), | ||
"Department of Physics, University of Basel\n", | ||
"Klingelbergstrasse 82, CH-4056 Basel,\n", | ||
"Switzerland" ] ), | ||
Institution := "ITMO University" | ||
This comment has been minimized.
Sorry, something went wrong. |
||
) | ||
|
||
|
@@ -134,7 +130,7 @@ SetPackageInfo( | |
TitlePage := rec( | ||
Copyright := """ | ||
<Index>License</Index> | ||
©right; 2021 by Leonid P. Pryadko and Vadim A. Shabashov<P/> | ||
©right; 2021--2024 by Leonid P. Pryadko and Vadim A. Shabashov<P/> | ||
&QDistRnd; package is free software; | ||
you can redistribute it and/or modify it under the terms of the | ||
<URL Text="GNU General Public License">https://www.fsf.org/licenses/gpl.html</URL> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,8 +27,7 @@ included with `GAP` version 4.11; this or later version of `GAP` is | |
strongly recommended. | ||
|
||
## Installation | ||
As of February 2022, the `QDistRnd` package is not distributed with a | ||
standard installation of `GAP`. | ||
Starting with GAP.4.13.0, the `QDistRnd` package is distributed with a standard installation of `GAP`. | ||
This comment has been minimized.
Sorry, something went wrong.
fingolfin
Contributor
|
||
|
||
To install the package permanently, download the latest released version from | ||
[releases](https://github.com/QEC-pages/QDistRnd/releases/) | ||
|
@LeonidPryadko shouldn't this line also be changed?