Skip to content

Commit

Permalink
misc affiliation and author list update
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonidPryadko committed Feb 23, 2024
1 parent 01f52d2 commit 5ff87cc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 23 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ authors:
given-names: "Leonid P."
orcid: https://orcid.org/0000-0002-4990-0259
- family-names: Shabashov
given-names: "Vadim A."
given-names: "V. A."
- family-names: Kozin
given-names: "Valerii K."
given-names: "V. K."
title: "QDistRnd: Calculate the distance of a q-ary quantum stabilizer code"
version: v0.9.3
date-released: 2024-02-06
Expand Down
34 changes: 14 additions & 20 deletions PackageInfo.g
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#############################################################################
##
## PackageInfo.g for the package `QDistRnd' Leonid P. Pryadko
## Vadim A. Shabashov
## Valerii K. Kozin
## PackageInfo.g for the package `QDistRnd' L. P. Pryadko
## V. A. Shabashov
## V. K. Kozin
## For the LoadPackage mechanism in GAP >= 4.5 the minimal set of needed
## entries is .PackageName, .Version, and .AvailabilityTest, and an error
## will occur if any of them is missing. Other important entries are
Expand All @@ -16,8 +16,8 @@ SetPackageInfo(
rec(
PackageName := "QDistRnd",
Subtitle := "Calculate the distance of a q-ary quantum stabilizer code",
Version := "0.9.3",
Date := "06/02/2024",
Version := "0.9.4",
Date := "23/02/2024",
License := "GPL-2.0-or-later",
PackageWWWHome := "https://QEC-pages.github.io/QDistRnd",
SourceRepository :=
Expand Down Expand Up @@ -66,29 +66,23 @@ SetPackageInfo(
),
rec(
LastName := "Shabashov",
FirstNames := "Vadim A.",
FirstNames := "V. A.",
IsAuthor := true,
IsMaintainer := true,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "https://sites.google.com/view/vadim-shabashov/",
PostalAddress := Concatenation( [
"The Department of Physics & Engineering\n",
"ITMO University\n",
"St. Petersburg, 197101\n",
"Russia" ] ),
Institution := "ITMO University"
WWWHome := "https://sites.google.com/view/vadim-shabashov/"
),
rec(
LastName := "Kozin",
FirstNames := "Valerii K.",
IsAuthor := false,
IsMaintainer := true,
FirstNames := "V. K.",
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
PostalAddress := Concatenation( [
"Department of Physics, University of Basel\n",
"Klingelbergstrasse 82, CH-4056 Basel,\n",
"Switzerland" ] ),
Institution := "ITMO University"
Institution := "University of Basel"
)

],
Expand All @@ -101,7 +95,7 @@ SetPackageInfo(
## "dev" for development versions of packages
## "other" for all other packages
##
Status := "other",
Status := "deposited",

Dependencies := rec(
GAP := "4.11",
Expand Down Expand Up @@ -130,7 +124,7 @@ SetPackageInfo(
TitlePage := rec(
Copyright := """
<Index>License</Index>
&copyright; 2021--2024 by Leonid P. Pryadko and Vadim A. Shabashov<P/>
&copyright; 2021--2024 by L. P. Pryadko, V. K. Kozin, and V. 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>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ included with `GAP` version 4.11; this or later version of `GAP` is
strongly recommended.

## Installation
Starting with GAP.4.13.0, the `QDistRnd` package is 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/)
Expand Down
1 change: 1 addition & 0 deletions lib/qdistrnd.g
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
# Written by
# Vadim A. Shabashov <[email protected]>
# Valerii K. Kozin <[email protected]>
# Leonid P. Pryadko <[email protected]>


Expand Down

0 comments on commit 5ff87cc

Please sign in to comment.