-
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
3 changed files
with
33 additions
and
2 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
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
31 changes: 31 additions & 0 deletions
31
codes/quantum/qubits/nonstabilizer/union_stabilizer/cws/ampdamp_cws.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,31 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: ampdamp_cws | ||
physical: qubits | ||
logical: qubits | ||
|
||
name: 'Amplitude-damping CWS code' | ||
introduced: '\cite{arxiv:0710.1052,arxiv:0907.5149,arxiv:1310.7536}' | ||
|
||
description: | | ||
Self-complementary CWS code that is designed to detect and correct amplitude damping errors. | ||
relations: | ||
parents: | ||
- code_id: cws | ||
- code_id: self_complementary | ||
cousins: | ||
- code_id: constantin_rao | ||
detail: 'Amplitude-damping CWS codes can be obtained from CR codes \cite{arxiv:0907.5149}.' | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-07-14' |