From 01f52d2735c09d7eb37a27bfc16605496f4c5dd0 Mon Sep 17 00:00:00 2001 From: Leonid Pryadko Date: Tue, 6 Feb 2024 17:59:30 -0800 Subject: [PATCH] minor update in PackageInfo.g --- CITATION.cff | 4 ++-- PackageInfo.g | 16 ++++++---------- README.md | 3 +-- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index dfbf125..3a19d9c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,8 +9,8 @@ authors: - family-names: Kozin given-names: "Valerii K." title: "QDistRnd: Calculate the distance of a q-ary quantum stabilizer code" -version: v0.8.5 -date-released: 2022-03-21 +version: v0.9.3 +date-released: 2024-02-06 repository-code: "https://github.com/QEC-pages/QDistRnd" url: "https://QEC-pages.github.io/QDistRnd/" keywords: diff --git a/PackageInfo.g b/PackageInfo.g index 58e549a..b5944c9 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.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 := "leonid.pryadko@gmail.com", 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 := "vadim.art.shabashov@gmail.com", 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 := "kozin.valera@gmail.com", 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" ) @@ -134,7 +130,7 @@ SetPackageInfo( TitlePage := rec( Copyright := """ License - ©right; 2021 by Leonid P. Pryadko and Vadim A. Shabashov

+ ©right; 2021--2024 by Leonid P. Pryadko and Vadim A. Shabashov

&QDistRnd; package is free software; you can redistribute it and/or modify it under the terms of the https://www.fsf.org/licenses/gpl.html diff --git a/README.md b/README.md index 0cccdb1..64beb2c 100644 --- a/README.md +++ b/README.md @@ -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`. To install the package permanently, download the latest released version from [releases](https://github.com/QEC-pages/QDistRnd/releases/)