From 1c39dd1545bd1403bc3702fb0a8cd84ad89575e6 Mon Sep 17 00:00:00 2001
From: gap-package-distribution-bot
<100730870+gap-package-distribution-bot[bot]@users.noreply.github.com>
Date: Thu, 21 Dec 2023 08:58:11 +0000
Subject: [PATCH] [qdistrnd] New package, version 0.8.7
---
packages/qdistrnd/meta.json | 98 +++++++++++++++++++++++++++++++++++++
1 file changed, 98 insertions(+)
create mode 100644 packages/qdistrnd/meta.json
diff --git a/packages/qdistrnd/meta.json b/packages/qdistrnd/meta.json
new file mode 100644
index 000000000..aeecd660a
--- /dev/null
+++ b/packages/qdistrnd/meta.json
@@ -0,0 +1,98 @@
+{
+ "AbstractHTML": "The GAP package QDistRnd
\nimplements a probabilistic algorithm for finding the \nminimum distance of a quantum code linear over a finite\nfield GF(q).\n",
+ "ArchiveFormats": "tar.gz",
+ "ArchiveSHA256": "FAIL",
+ "ArchiveURL": "https://github.com/QEC-pages/QDistRnd/releases/download/v0.8.7/qdistrnd-0.8.7",
+ "AutoDoc": {
+ "TitlePage": {
+ "Acknowledgements": "\n We appreciate very much all past and future comments, suggestions and \n contributions to this package and its documentation provided by &GAP;\n users and developers.\n ",
+ "Copyright": "\n License \n ©right; 2021 by Leonid P. Pryadko and Vadim A. Shabashov
\n &QDistRnd; package is free software; \n you can redistribute it and/or modify it under the terms of the\n https://www.fsf.org/licenses/gpl.html\n as published by the Free Software Foundation; either version 2 of the License,\n or (at your option) any later version.\n "
+ }
+ },
+ "AvailabilityTest": null,
+ "Date": "20/12/2023",
+ "Dependencies": {
+ "GAP": "4.11",
+ "NeededOtherPackages": [
+ [
+ "GAPDoc",
+ "1.5"
+ ],
+ [
+ "AutoDoc",
+ "1.5"
+ ],
+ [
+ "Guava",
+ "3.14"
+ ]
+ ]
+ },
+ "IssueTrackerURL": "https://github.com/QEC-pages/QDistRnd/issues",
+ "Keywords": [
+ "QECC",
+ "quantum code",
+ "stabilizer code",
+ "quantum error correcting code",
+ "distance"
+ ],
+ "License": "GPL-2.0-or-later",
+ "PackageDoc": [
+ {
+ "ArchiveURLSubset": [
+ "doc"
+ ],
+ "BookName": "QDistRnd",
+ "HTMLStart": "doc/chap0.html",
+ "LongTitle": "Calculate the distance of a q-ary quantum stabilizer code",
+ "PDFFile": "doc/manual.pdf",
+ "SixFile": "doc/manual.six"
+ }
+ ],
+ "PackageInfoSHA256": "8303f906698cd24b7a399f7c09bba96c41c3a93ecaf5e93ad160c40a54fba49c",
+ "PackageInfoURL": "https://QEC-pages.github.io/QDistRnd/PackageInfo.g",
+ "PackageName": "QDistRnd",
+ "PackageWWWHome": "https://QEC-pages.github.io/QDistRnd",
+ "Persons": [
+ {
+ "Email": "leonid.pryadko@gmail.com",
+ "FirstNames": "Leonid P.",
+ "Institution": "University of California, Riverside",
+ "IsAuthor": true,
+ "IsMaintainer": true,
+ "LastName": "Pryadko",
+ "Place": "UCR",
+ "PostalAddress": "Leonid Pryadko\nDepartment of Physics & Astronomy\nUniversity of California\nRiverside, CA 92521\nUSA",
+ "WWWHome": "http://faculty.ucr.edu/~leonid"
+ },
+ {
+ "Email": "vadim.art.shabashov@gmail.com",
+ "FirstNames": "Vadim A.",
+ "Institution": "ITMO University",
+ "IsAuthor": true,
+ "IsMaintainer": true,
+ "LastName": "Shabashov",
+ "PostalAddress": "Vadim Shabashov\nThe Department of Physics & Engineering\nITMO University\nSt. Petersburg, 197101\nRussia",
+ "WWWHome": "https://sites.google.com/view/vadim-shabashov/"
+ },
+ {
+ "Email": "kozin.valera@gmail.com",
+ "FirstNames": "Valerii K.",
+ "Institution": "ITMO University",
+ "IsAuthor": false,
+ "IsMaintainer": true,
+ "LastName": "Kozin",
+ "PostalAddress": "Valerii Kozin\nThe Department of Physics & Engineering\nITMO University\nSt. Petersburg, 197101\nRussia"
+ }
+ ],
+ "README_URL": "https://QEC-pages.github.io/QDistRnd/README.md",
+ "SourceRepository": {
+ "Type": "git",
+ "URL": "https://github.com/QEC-pages/QDistRnd"
+ },
+ "Status": "other",
+ "Subtitle": "Calculate the distance of a q-ary quantum stabilizer code",
+ "SupportEmail": "leonid.pryadko@gmail.com",
+ "TestFile": "tst/testall.g",
+ "Version": "0.8.7"
+}