-
Notifications
You must be signed in to change notification settings - Fork 91
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
Showing
8 changed files
with
125 additions
and
49 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
File renamed without changes.
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
28 changes: 28 additions & 0 deletions
28
codes/classical/q-ary_digits/alternative_metrics/poset/nrt.yml
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: nrt | ||
physical: q-ary_digits | ||
logical: q-ary_digits | ||
|
||
name: 'Niederreiter-Rosenbloom-Tsfasman (NRT) code' | ||
short_name: 'NRT code' | ||
introduced: '\cite{doi:10.1007/BF01294651,doi:10.1016/0012-365X(91)90315-S,doi:10.1016/0012-365X(92)90566-X,manual:{M. Yu. Rosenbloom, M. A. Tsfasman, “Codes for the m-Metric”, Probl. Peredachi Inf., 33:1 (1997), 55–63; Problems Inform. Transmission, 33:1 (1997), 45–52}}' | ||
|
||
description: | | ||
A poset code based on the total ordering of \([n]\), i.e., \(1\leq 2\leq \cdots \leq n\). | ||
relations: | ||
parents: | ||
- code_id: poset | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-09-11' |
43 changes: 43 additions & 0 deletions
43
codes/classical/q-ary_digits/alternative_metrics/poset/poset.yml
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: poset | ||
physical: q-ary_digits | ||
logical: q-ary_digits | ||
|
||
name: 'Poset code' | ||
introduced: '\cite{doi:10.1016/0012-365X(94)00228-B}' | ||
|
||
description: | | ||
Encodes \(K\) states (codewords) in \(n\) \(q\)-ary coordinates over the field \(GF(q)\), with its distance evaluated in the poset metric. | ||
protection: | | ||
Poset codes are quantified with respect to the poset metric \cite{preset:HKSmetrics}. | ||
This metric is based on a partial ordering \(\leq\) on subsets of \([n]=\{1,2,\cdots,n\}\) and the notion of ideals generated by the support of an element of a \(q\)-ary string. | ||
An ideal \(\langle \text{supp}(x) \rangle\) generated by \(x\in GF(q)^n\) contains all subsets of \([n]\) that are less than or equal to the subset in the support of \(x\) in the partial ordering. | ||
The \textit{poset metric} between two strings \(x,y\) is then the cardinality of the ideal generated by the difference between the supports of \(x\) and \(y\), \(d_P(x,y) = |\langle \text{supp}(x-y) \rangle|\). | ||
Generalizations of various bounds for ordinary \(q\)-ary codes have been developed for poset codes, including generalizations of \hyperref[topic:weight-enumerator]{MacWilliams identities} \cite{arXiv:1205.1090}; see \cite{preset:HKSmetrics}. | ||
notes: | ||
- 'See book \cite{doi:10.1007/978-3-319-93821-9} for more details.' | ||
|
||
|
||
# Codewords are q-ary strings, so q-ary parent | ||
relations: | ||
parents: | ||
- code_id: q-ary_digits_into_q-ary_digits | ||
cousins: | ||
- code_id: subspace | ||
detail: 'Poset-code and subspace-code distance metric families intersect only at the Hamming metric \cite{preset:HKSmetrics}.' | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-09-11' |
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
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