Skip to content

Commit

Permalink
[qdistrnd] New package, version 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gap-package-distribution-bot[bot] authored Dec 21, 2023
1 parent 1990d5b commit 1c39dd1
Showing 1 changed file with 98 additions and 0 deletions.
98 changes: 98 additions & 0 deletions packages/qdistrnd/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"AbstractHTML": "The GAP package <code>QDistRnd</code> \nimplements a probabilistic algorithm for finding the \nminimum distance of a quantum code linear over a finite\nfield GF(<var>q</var>).\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 <Index>License</Index> \n &copyright; 2021 by Leonid P. Pryadko and Vadim A. Shabashov<P/> \n &QDistRnd; package is free software; \n you can redistribute it and/or modify it under the terms of the\n <URL Text=\"GNU General Public License\">https://www.fsf.org/licenses/gpl.html</URL>\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 &amp; 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 &amp; 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 &amp; 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"
}

0 comments on commit 1c39dd1

Please sign in to comment.