From 32033a194e8af4a477229e91f7e2b454a8bc4ec9 Mon Sep 17 00:00:00 2001 From: "Victor V. Albert" Date: Mon, 4 Mar 2024 16:30:16 -0700 Subject: [PATCH] galois 623 and 733 --- .../qudits_galois/small/galois_6_2_3.yml | 31 +++++++++++++++++++ .../qudits_galois/small/galois_7_3_3.yml | 29 +++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 codes/quantum/qudits_galois/small/galois_6_2_3.yml create mode 100644 codes/quantum/qudits_galois/small/galois_7_3_3.yml diff --git a/codes/quantum/qudits_galois/small/galois_6_2_3.yml b/codes/quantum/qudits_galois/small/galois_6_2_3.yml new file mode 100644 index 000000000..4b12e6203 --- /dev/null +++ b/codes/quantum/qudits_galois/small/galois_6_2_3.yml @@ -0,0 +1,31 @@ +####################################################### +## This is a code entry in the error correction zoo. ## +## https://github.com/errorcorrectionzoo ## +####################################################### + +code_id: galois_6_2_3 +physical: galois +logical: galois + +name: '\([[6,2,3]]_{q}\) code' +introduced: '\cite{doi:10.1109/TIT.2002.800469,arxiv:quant-ph/0508070}' + +description: | + Six-qudit MDS error-detecting code defined for Galois-qudit dimension \(q=3\) \cite{doi:10.1109/TIT.2002.800469}, \(q=2^2\) \cite{arxiv:1205.4253}, and \(q \geq 5\) \cite{doi:10.1109/TIT.2002.800469,arxiv:quant-ph/0508070}. + This code cannot exist for qubits (\(q=2\)). + +relations: + parents: + - code_id: galois_true_stabilizer + detail: 'The code is a non-CSS stabilizer code in general \cite{arxiv:1205.4253}.' + - code_id: quantum_mds + - code_id: small_distance_quantum +# Are these true stabilizer? + + +# Begin Entry Meta Information +_meta: + # Change log - most recent first + changelog: + - user_id: VictorVAlbert + date: '2024-03-01' diff --git a/codes/quantum/qudits_galois/small/galois_7_3_3.yml b/codes/quantum/qudits_galois/small/galois_7_3_3.yml new file mode 100644 index 000000000..2e76ffb9b --- /dev/null +++ b/codes/quantum/qudits_galois/small/galois_7_3_3.yml @@ -0,0 +1,29 @@ +####################################################### +## This is a code entry in the error correction zoo. ## +## https://github.com/errorcorrectionzoo ## +####################################################### + +code_id: galois_7_3_3 +physical: galois +logical: galois + +name: '\([[7,3,3]]_{q}\) code' +introduced: '\cite{doi:10.1109/TIT.2002.800469,arxiv:quant-ph/0508070}' + +description: | + Seven-qudit MDS error-detecting code defined for Galois-qudit dimension \(q=3\) \cite{doi:10.1109/TIT.2002.800469} and \(q \geq 7\) \cite{doi:10.1109/TIT.2002.800469,arxiv:quant-ph/0508070}. + This code cannot exist for qubits (\(q=2\)). + +relations: + parents: + - code_id: galois_true_stabilizer + - code_id: quantum_mds + - code_id: small_distance_quantum +# Are these true stabilizer? + +# Begin Entry Meta Information +_meta: + # Change log - most recent first + changelog: + - user_id: VictorVAlbert + date: '2024-03-01'