REVIEW 2 major objections 5 minor 35 references
Entanglement-Assisted Quantum Locally Recoverable Codes: Bounds, Optimal Constructions, and Achievability
T0 review · 2 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read The paper shows that shared entanglement removes the dual-containment barrier that has kept most classical locally recoverable codes out of CSS quantum constructions.
desk verdict Solid EA-qLRC framework with honest bounds and useful hull-dimension criterion, but the purity of the Tamo–Barg and cyclic-pair constructions is asserted, not proved, and the optimality claims lean on it. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the two-generator local recovery criterion (Theorem 2): if for every coordinate i there are two stabilizer generators—one acting as X on i, one acting as Z on i—whose combined support sits inside a set Γ_i of size at most r+1, then every single-qudit error on i is correctable from Γ_i\{i} together with the decoder's ebits, because the whole single-qudit operator algebra of the erased system is reproduced by operators on the survivors. The paper's named objects are the CSS-like construction from a classical pair (C_1,C_2), the hull dimension s=dim(C∩C^⊥), which fixes entanglement c=n−k−s and sets the optimality threshold s≤(k−1) mod r, the LCD condition C∩C^⊥={0} that yields maximally entangled codes, and cyclic defining-set machinery in which the local checks are residue classes modulo n/(r+1). A locality-preserving monomial equivalence argument is what carries the Gilbert-Varshamov achievability statements to all q>3.
What would settle it
For the Tamo-Barg example with q=7, r=2, ℓ=4 (the claimed pure code [[6,2,3,2;2]]_7), compute every weight-3 codeword of C_TB and check membership in C_TB∩C_TB^⊥; a single such codeword in the hull would give δ>d=3 and falsify the purity claim.
Extended reading notes
Core claim
On the paper's own terms, the discovery is that locality in entanglement-assisted quantum codes is a purely local support condition, not a global algebraic one: for every coordinate i, parity-check vectors c_1^(i)∈C_1^⊥ and c_2^(i)∈C_2^⊥ with i in both supports and |supp(c_1^(i))∪supp(c_2^(i))|≤r+1 make the CSS-like EA code locally recoverable with locality r, whether or not C_1^⊥⊆C_2. The main performance statement is the converse bound 2δ≤n−κ+c−2⌈κ/r⌉+4, with necessary and sufficient equality conditions in Theorem 6 and the single-code hull version in Theorem 7: an optimal pure CSS-like EA-qLRC from C_1=C_2=C is optimal exactly when C is a classically optimal LRC with hull dimension s≤(k−1) mod r, and when s=0 the code is maximally entangled with c=n−k. The explicit constructions are claimed optimal maximally entangled CSS-like EA-qLRCs from LCD cyclic LRC families of length dividing q±1, with parameters [[n,k,d;n−k]]_q and locality r, while the Tamo-Barg construction is proved to miss optimality for every k>r.
Load-bearing premise
The claimed optimal cyclic and Tamo-Barg constructions are pure because their minimum-weight classical codewords are assumed to avoid the hull intersection with the other constituent's dual; the paper does not prove this avoidance in general, and the claimed quantum distances and optimality rest on it.
Editorial extensions
If this is right
- Any classical LRC pair whose duals carry two local checks with joint support at most r+1 per coordinate gives an EA-qLRC with locality r; no dual-containment is required.
- The Singleton-like bound 2δ≤n−κ+c−2⌈κ/r⌉+4 is universal for CSS-like EA-qLRCs, and equality is characterized by classically optimal constituent codes with equal parameters and ⌈k_1/r⌉=⌈κ/r⌉.
- In the single-code case, optimality reduces to the hull condition s=dim(C∩C^⊥)≤(k−1) mod r, and LCD codes yield maximally entangled optimal EA-qLRCs with c=n−k.
- Explicit optimal maximally entangled EA-qLRCs exist from LCD cyclic LRCs of length dividing q−1 or q+1, with parameters [[n,k,d;n−k]]_q and locality r.
- The Tamo-Barg-based construction attains the Singleton-like bound only in the vacuous regime k≤r, while the Gilbert-Varshamov-like achievability rates hold unconditionally for q>3, leaving q=2,3 open.
Reading between the lines
- Editorial extension: the same two-generator local-support criterion should transplant to entanglement-assisted codes with (r,ρ)-locality, where ρ local checks per coordinate would need 2ρ generators with combined support at most r+ρ; the paper does not treat this.
- Editorial extension: since optimality hinges on the hull threshold s≤(k−1) mod r, any systematic family of classical optimal LRCs with hull bounded by that threshold would yield optimal EA-qLRCs; searching beyond LCD codes (s=0) is a natural next step.
- Editorial extension: the q=2,3 gap might be closed by explicit binary LCD-LRC families rather than monomial equivalence, because the obstruction is an equivalence failure, not a locality obstruction; the explicit cyclic families already cover some binary parameter ranges.
- Editorial extension: the asymptotic comparison suggests the sphere-packing-like bound dominates only when locality r is large relative to length; testing finite-length crossover points for q=2 with r between 6 and 12 would calibrate the regime boundary.
Formalized claims in Lean
-
Claim #1: On the paper's own terms, the discovery is that locality in entanglement-assisted quantum codes is a purely local support condition, not a global algebraic one: for every coordinate i, parity-check vectors c_1^(i)∈C_1^⊥ and c_2^(i)∈C_2^⊥ with i in both supports and |supp(c_1^(i))∪supp(c_2^(i))|≤r+1 make the CSS-like EA code locally recoverable with locality r, whether or not C_1^⊥⊆C_2. The main pe
/-- @claim 1 On the paper's own terms, the discovery is that locality in entanglement-assisted quantum codes is a purely local support condition, not a global algebraic one: for every coordinate i, parity-check vectors c_1^(i)∈C_1^⊥ and c_2^(i)∈C_2^⊥ with i in both supports and |supp(c_1^(i))∪supp(c_2^(i))|≤r+1 make the CSS-like EA code locally recoverable with locality r, whether or not C_1^⊥⊆C_2. The main pe -/ def central_claim : Prop :=
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper develops a framework for entanglement-assisted quantum locally recoverable codes (EA-qLRCs) built from pairs of classical LRCs via a CSS-like construction that does not require dual-containment. It defines EA-qLRCs through recovery channels, proves a sufficient stabilizer-based locality criterion (Theorem 2), derives four explicit converse bounds (Singleton-, Griesmer-, Plotkin-, and sphere-packing-like) together with a Cadambe-Mazumdar-like bound, characterizes equality in the Singleton-like bound for pure codes, constructs families from Tamo-Barg and cyclic codes, provides optimal maximally entangled constructions from LCD cyclic codes, and establishes two Gilbert-Varshamov-like achievability bounds for q>3. It closes with a unified comparison of all bounds in the maximally entangled regime.
Significance. If the construction claims are fully justified, this is a substantial contribution to quantum locally recoverable coding: it opens classical LRC families to quantum local recovery via entanglement assistance, supplies explicit finite-length and asymptotic bounds, and provides several optimal or near-optimal families. The stabilizer criterion of Theorem 2, the subcode-puncturing reduction in Lemma 5 and Theorem 3, and the LCD-based maximally entangled constructions of Section VII are coherent and appear sound. The Gilbert-Varshamov-type achievability results for q>3, obtained through monomial equivalence to LCD codes, are a useful and non-obvious extension. The principal unresolved point is the unproved purity of the non-LCD Tamo-Barg and general cyclic-pair constructions, which affects the reported parameters and the optimality boundary claimed in Sections VI and VII.
major comments (2)
- [Section VI, Theorems 9-12 and Remarks 11-12] The purity of the Tamo-Barg and general cyclic-pair constructions is asserted but not proved. Theorem 1 defines the EA distance as δ = min{wt(C1\(C1∩C2⊥)), wt(C2\(C1⊥∩C2))}; equality δ = min{d1,d2} requires that all minimum-weight codewords of each constituent code avoid the corresponding hull intersection. Proposition 2 computes only the hull dimension s=|S∩S⊥|, and the proof of Theorem 11 computes only κ and c from Lemma 8; neither verifies the required weight condition. Consequently, the parameters in Theorem 9 ([[q−1, 1, ≥q−ℓ, r; ...]]), the distance min{d1,d2} in Theorems 11-12, the reported [[36,11,14;12]] code in Example 2, and the non-optimality conclusions of Remarks 11-12 all rest on an unverified hypothesis. If the actual δ is strictly larger than min{d1,d2}, equality in (12) could occur outside the claimed k≤r regime, and the optimality boundary would change. The authors should either prove that minimum-weight codewords of the constituent codes avoid the relevant hull intersections or restate the theorems with δ in place of min{d1,d2} and adjust the optimality discussion accordingly.
- [Section IV, Eq. (16) and Eq. (23)] The asymptotic form of the sphere-packing-like bound is derived by fixing τ while n→∞, but the maximum in (16) is taken over τ ranging up to Θ(n). The true leading-order behavior requires optimizing over α = τ/n, and the resulting expression depends on r. Using only fixed τ yields a valid but strictly weaker upper bound; the claimed r-independence in Remark 7 and the tightness comparison in Remark 8 and Figures 7-8 are therefore not established for the actual bound (16). The authors should provide the optimized asymptotic form or explicitly label (23) as a non-optimized relaxation and qualify the hierarchy and tightness claims accordingly.
minor comments (5)
- [Notation, throughout] The notation [m]† = {0,...,m} and [m] = {1,...,m} is introduced in Section II, but later sections use [ℓ−1], [n−1], and similar sets inconsistently; for example, Proposition 2 writes S∩S⊥ using [ℓ−1] where [ℓ−1]† appears intended. Please standardize the interval notation.
- [Theorem 13] Theorem 13 states parameters [[n,k,d,n−k]]_q; the standard notation is [[n,k,d;n−k]]_q. Also, since the theorem is in the LRC section, it should explicitly state that the underlying classical code C is assumed to have locality r.
- [Abstract and Section IV] The abstract says the converse bounds are derived for 'pure CSS-like EA-qLRCs,' but Theorem 3 and Corollaries 2-4 do not require purity and are stated for any CSS-like EA-qLRC from Proposition 1. The wording should be adjusted to avoid suggesting that purity is needed for the bounds.
- [Section VI, Theorem 3 statement] Theorem 3 says the code is 'constructed from Proposition 1 using two classical [n,k_i,d_i]_q codes C_i of locality r.' Proposition 1 requires, for each coordinate, a pair of checks whose union support has size at most r+1, which is stronger than each C_i having classical locality r. Please state the exact hypothesis needed or clarify that the classical locality of C_i is a consequence of the Proposition 1 condition.
- [Example 2 and Remark 12] In Example 2, the minimum distances d1 and d2 are initially obtained as lower bounds from Lemma 7; they become exact only after applying the classical LRC Singleton bound. Please make that two-step justification explicit at the point where d1=14 and d2=20 are stated as exact.
Circularity Check
No significant circularity: the bounds are derived from external classical LRC bounds and the EA-CSS theorem; the only self-citation is a non-load-bearing construction ingredient.
full rationale
The paper's derivation chain is self-contained: Theorem 2 gives a sufficient stabilizer criterion for local recoverability from two local generators; Proposition 1 translates this to parity-check vectors; Theorem 3 reduces the EA-qLRC parameters to classical LRC bounds via an explicit puncturing/subcode argument (Lemma 5), and Corollary 2 and Theorem 5 are direct consequences of the classical Griesmer/Plotkin/sphere-packing results, with no fitted parameter renamed as a prediction. The optimality criterion (Theorem 6) follows algebraically from the classical Singleton-like bound (1) and the dimension identity, so it is not defined in terms of its own conclusion. The only self-citation is [33] (Rajput–Bhaintwal–Bandi) used in Section VII-A and Table II as a source of cyclic LCD-LRC families; this is a construction ingredient for additional examples and is not load-bearing for the main converse bounds or the GV achievability results. Separately, the pure parameters claimed in Theorems 9–12 are not fully justified: Theorem 11's proof computes only dimension and entanglement, while Theorem 1 gives distance as min of the two set differences and equality with min{d1,d2} is asserted, not proved; this is an unproven-support/correctness gap, not a circular reduction, so it does not raise the circularity score. Accordingly, no step reduces by construction to its own input.
Assumptions & free parameters
assumptions (8)
- standard math EA-CSS construction from arbitrary pairs of classical linear codes (Theorem 1, based on Galindo et al. [26])
- standard math Classical LRC distance bounds: Singleton-like [1], CM bound [2], Griesmer-like, Plotkin-like, sphere-packing-like [3],[15]
- standard math Stabilizer formalism and Knill-Laflamme conditions for entanglement-assisted codes
- standard math Carlet et al. monomial equivalence to LCD for q>3 [35]
- standard math Classical cyclic LRC-LCD families from Rajput et al. [33] and Chen et al. [9]
- domain assumption Noiseless pre-shared entanglement and noise only on the encoder's n physical qudits
- ad hoc to paper Purity of Tamo-Barg and general cyclic-pair CSS-like EA-qLRCs: the minimum-weight codewords of each constituent code lie outside the relevant hull intersection
- domain assumption Convention that 1≤r≤k and locality is vacuous when r≥k
Cite this review
Pith. "Pith review of Entanglement-Assisted Quantum Locally Recoverable Codes: Bounds, Optimal Constructions, and Achievability." pith.science (2026). https://pith.science/paper/FOTTARKT
@misc{pith2026260806854,
author = {Pith},
title = {Pith review of: Entanglement-Assisted Quantum Locally Recoverable Codes: Bounds, Optimal Constructions, and Achievability},
year = {2026},
howpublished = {\url{https://pith.science/paper/FOTTARKT}},
note = {Machine review of arXiv:2608.06854}
}
abstract
This paper studies entanglement-assisted quantum locally recoverable codes (EA-qLRCs) built via a CSS-like stabilizer construction from pairs of classical locally recoverable codes (cLRCs), without requiring dual-containment. We define such codes through local recovery channels, give a sufficient stabilizer criterion for the construction, and derive Singleton-, Griesmer-, Plotkin-, and sphere-packing-like converse bounds on the parameters of the resulting pure CSS-like EA-qLRCs, along with a Cadambe--Mazumdar-like bound that, as in the classical case, lacks a closed form, plus a comparison of their relative tightness across finite-length and asymptotic regimes. We give necessary and sufficient conditions for a pure CSS-like EA-qLRC to attain the Singleton-like bound with equality; for the single-code case $\mathcal{C}_1=\mathcal{C}_2=\mathcal{C}$, this reduces to a simple condition on the hull dimension $s=\dim(\mathcal{C}\cap\mathcal{C}^\perp)$, which also fixes the entanglement count via $c=n-k-s$. We present CSS-like EA-qLRC constructions from classical LRC families---Tamo--Barg and cyclic codes---and characterize when these attain the Singleton-like bound, showing the cyclic families yield optimal codes while the Tamo--Barg construction, though valid, attains the bound only in the degenerate regime $k \le r$, where locality is vacuous. We complement these constructions with two Gilbert--Varshamov-like achievability bounds, via a classical parity-check augmentation and a sharper concatenated-code construction, and show both hold unconditionally for field size $q>3$ via a monomial-equivalence argument. Finally, we unify all bounds---converse and achievability alike---under a common maximally entangled regime, giving a single comparison of the achievable and forbidden rate--distance--locality region for CSS-like EA-qLRCs.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[19]
Y . Li, S. Ling, Z. Lu, G. Luo, and S. Zhu, “Entanglement-assisted quantum locally recoverable codes: Characterizations, bounds, and constructions,” arXiv preprint arXiv:2607.27091, 2026
work page Pith review arXiv 2026
-
[33]
On cyclic lrc codes that are also lcd codes,
C. Rajput, M. Bhaintwal, and R. Bandi, “On cyclic lrc codes that are also lcd codes,”2020 5th International Conference on Computing, Communication and Security (ICCCS), pp. 1–5, 2020
work page 2020
-
[1]
On the locality of codeword symbols,
P. Gopalan, C. Huang, H. Simitci, and S. Yekhanin, “On the locality of codeword symbols,”IEEE Transactions on Information theory, vol. 58, no. 11, pp. 6925–6934, 2012
work page 2012
-
[2]
Bounds on the size of locally recoverable codes,
V . R. Cadambe and A. Mazumdar, “Bounds on the size of locally recoverable codes,”IEEE transactions on information theory, vol. 61, no. 11, pp. 5787–5794, 2015
work page 2015
-
[3]
Bounds and constructions of locally repairable codes: Parity-check matrix approach,
J. Hao, S.-T. Xia, K. W. Shum, B. Chen, F.-W. Fu, and Y . Yang, “Bounds and constructions of locally repairable codes: Parity-check matrix approach,” IEEE Transactions on Information Theory, vol. 66, no. 12, pp. 7465–7474, 2020
work page 2020
-
[4]
Optimal linear codes with a local-error-correction property,
N. Prakash, G. M. Kamath, V . Lalitha, and P. V . Kumar, “Optimal linear codes with a local-error-correction property,” in2012 IEEE international symposium on information theory proceedings. IEEE, 2012, pp. 2776–2780
work page 2012
-
[5]
Bounds on the parameters of locally recoverable codes,
I. Tamo, A. Barg, and A. Frolov, “Bounds on the parameters of locally recoverable codes,”IEEE Transactions on information theory, vol. 62, no. 6, pp. 3070–3083, 2016
work page 2016
-
[6]
A family of optimal locally recoverable codes,
I. Tamo and A. Barg, “A family of optimal locally recoverable codes,”IEEE Transactions on Information Theory, vol. 60, no. 8, pp. 4661–4676, 2014
2014
Show all 35 references
-
[7]
Cyclic lrc codes and their subfield subcodes,
I. Tamo, A. Barg, S. Goparaju, and R. Calderbank, “Cyclic lrc codes and their subfield subcodes,” in2015 IEEE international symposium on information theory (ISIT). IEEE, 2015, pp. 1262–1266
2015
-
[8]
Locally repairable codes,
D. S. Papailiopoulos and A. G. Dimakis, “Locally repairable codes,”IEEE Transactions on Information Theory, vol. 60, no. 10, pp. 5843–5855, 2014
2014
-
[9]
Constructions of optimal cyclic(r, δ)locally repairable codes,
B. Chen, S.-T. Xia, J. Hao, and F.-W. Fu, “Constructions of optimal cyclic(r, δ)locally repairable codes,”IEEE Transactions on Information Theory, vol. 64, no. 4, pp. 2499–2511, 2017
2017
-
[10]
Quantum locally recoverable codes,
L. Golowic and V . Guruswami, “Quantum locally recoverable codes,”Proceedings of the 2025 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA), 2025. 29
2025
-
[11]
Bounds and constructions of quantum locally recoverable codes from quantum css codes,
G. Luo, B. Chen, M. F. Ezerman, and S. Ling, “Bounds and constructions of quantum locally recoverable codes from quantum css codes,”IEEE Transactions on Information Theory, 2025
2025
-
[12]
Quantum (r,δ)-locally recoverable codes,
C. Galindo, F. Hernando, H. Mart ´ın-Cruz, and R. Matsumoto, “Quantum (r,δ)-locally recoverable codes,”Finite Fields and Their Applications, vol. 111, p. 102785, 2026
2026
-
[13]
Quantum locally recoverable codes via good polynomials,
S. Sharma, V . Ramkumar, and I. Tamo, “Quantum locally recoverable codes via good polynomials,”IEEE Journal on Selected Areas in Information Theory, 2025
2025
-
[14]
Quantum locally recoverable code with intersecting recovery sets,
K. Bu, W. Gu, and X. Li, “Quantum locally recoverable code with intersecting recovery sets,”arXiv preprint arXiv:2501.10354, 2025
2025 arXiv
-
[15]
Improved bounds and optimal constructions of pure quantum locally recoverable codes,
Y . Li, S. Li, G. Luo, and S. Ling, “Improved bounds and optimal constructions of pure quantum locally recoverable codes,”arXiv preprint arXiv:2512.07256, 2025
2025
-
[16]
On optimal quantum lrcs from the hermitian construction andt-designs,
Y . Li, S. Li, H. Lao, G. Luo, and S. Ling, “On optimal quantum lrcs from the hermitian construction andt-designs,”arXiv preprint arXiv:2508.13553, 2025
2025 arXiv
-
[17]
Two families of optimal quantum locally recoverable codes,
D. Xie, S. Zhu, and Z. Sun, “Two families of optimal quantum locally recoverable codes,”International Journal of Theoretical Physics, vol. 64, no. 4, pp. 1–17, 2025
2025
-
[18]
General entanglement-assisted quantum error-correcting codes,
T. A. Brun, I. Devetak, and M.-H. Hsieh, “General entanglement-assisted quantum error-correcting codes,” in2007 IEEE International Symposium on Information Theory. IEEE, 2007, pp. 2101–2105
2007
-
[20]
Optimal locally repairable codes of distance 3 and 4 via cyclic codes,
Y . Luo, C. Xing, and C. Yuan, “Optimal locally repairable codes of distance 3 and 4 via cyclic codes,”IEEE Transactions on Information Theory, vol. 65, no. 2, pp. 1048–1053, 2018
2018
-
[21]
The minimum locality of linear codes,
P. Tan, C. Fan, C. Ding, C. Tang, and Z. Zhou, “The minimum locality of linear codes,”Designs, Codes and Cryptography, vol. 91, no. 1, pp. 83–114, 2023
2023
-
[22]
Theory of quantum error correction for general noise,
E. Knill, R. Laflamme, and L. Viola, “Theory of quantum error correction for general noise,”Physical Review Letters, vol. 84, no. 11, p. 2525, 2000
2000
-
[23]
Can quantum-mechanical description of physical reality be considered complete?
A. Einstein, B. Podolsky, and N. Rosen, “Can quantum-mechanical description of physical reality be considered complete?”Physical review, vol. 47, no. 10, p. 777, 1935
1935
-
[24]
Linear programming bounds for entanglement-assisted quantum error-correcting codes by split weight enumerators,
C.-Y . Lai and A. Ashikhmin, “Linear programming bounds for entanglement-assisted quantum error-correcting codes by split weight enumerators,”IEEE Transactions on Information Theory, vol. 64, no. 1, pp. 622–639, 2017
2017
-
[25]
Catalytic quantum error correction,
T. A. Brun, I. Devetak, and M.-H. Hsieh, “Catalytic quantum error correction,”IEEE Transactions on Information Theory, vol. 60, no. 6, pp. 3073–3089, 2014
2014
-
[26]
Entanglement-assisted quantum error-correcting codes over arbitrary finite fields: C. galindo et al
C. Galindo, F. Hernando, R. Matsumoto, and D. Ruano, “Entanglement-assisted quantum error-correcting codes over arbitrary finite fields: C. galindo et al.”Quantum Information Processing, vol. 18, no. 4, p. 116, 2019
2019
-
[27]
How much entanglement does a quantum code need?
G. Luo, M. F. Ezerman, M. Grassl, and S. Ling, “How much entanglement does a quantum code need?”arXiv preprint arXiv:2207.05647, 2022
2022 arXiv
-
[28]
W. C. Huffman and V . Pless,Fundamentals of error-correcting codes. Cambridge university press, 2010
2010
-
[29]
On a class of error correcting binary group codes,
R. C. Bose and D. K. Ray-Chaudhuri, “On a class of error correcting binary group codes,”Information and control, vol. 3, no. 1, pp. 68–79, 1960
1960
-
[30]
Codes correcteurs d’erreurs,
A. Hocquenghem, “Codes correcteurs d’erreurs,”Chiffers, vol. 2, pp. 147–156, 1959
1959
-
[31]
Entanglement-assisted quantum codes from cyclic codes,
F. R. F. Pereira and S. Mancini, “Entanglement-assisted quantum codes from cyclic codes,”Entropy, vol. 25, no. 1, p. 37, 2022
2022
-
[32]
The condition for a cyclic code to have a complementary dual,
X. Yang and J. L. Massey, “The condition for a cyclic code to have a complementary dual,”Discrete Mathematics, vol. 126, no. 1-3, pp. 391–393, 1994
1994
-
[34]
Constructions of good entanglement-assisted quantum error correcting codes,
K. Guenda, S. Jitman, and T. A. Gulliver, “Constructions of good entanglement-assisted quantum error correcting codes,”Designs, Codes and Cryptography, vol. 86, no. 1, pp. 121–136, 2018
2018
-
[35]
Linear codes overF q are equivalent to LCD codes forq >3,
C. Carlet, S. Mesnager, C. Tang, Y . Qi, and R. Pellikaan, “Linear codes overF q are equivalent to LCD codes forq >3,”IEEE Transactions on Information Theory, vol. 64, no. 4, pp. 3010–3017, 2018
2018
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.