qec_bsc
Code repository connected to our BSc Quantum Error Correction project
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.7%) to scientific vocabulary
Repository
Code repository connected to our BSc Quantum Error Correction project
Basic Info
- Host: GitHub
- Owner: Gurrzz
- License: bsd-3-clause
- Language: Python
- Default Branch: main
- Size: 813 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
qec_bsc
Code repository connected to our BSc Quantum Error Correction project
This is an extention of the qecsim package, with large inspiration from the qsdxzzx extention package to qecsim, created with the ambition to implement a decoder for the XZXZ/ZXZX code (shortened to G81), an example of which can be seen below:
-------
/ \
|Z (0,2) X|
+---------+---------+-----
|X Z|X Z|X \
| (0,1) | (1,1) |(2,1) |
|X Z|X Z|X /
-----+---------+---------+-----
/ X|Z X|Z X|
|(-1,0)| (0,0) | (1,0) |
\ X|Z X|Z X|
-----+---------+---------+
|X Z|
\ (1,-1)/
-------
This code is created by starting out with the XZ code and applying Hadamard operators (H) in vertical lines in every second column.
With written permission from Yinzi Xiao, his project yzzy-xyz-code and his master's thesis has also served as inspiration for this adaptation.
Links
Owner
- Login: Gurrzz
- Kind: user
- Repositories: 2
- Profile: https://github.com/Gurrzz
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Ström" given-names: "Gustaf" - family-names: "Sandås" given-names: "Joel" - family-names: "Ljungström" given-names: "Fredrik" - family-names: "Lödevik" given-names: "Amanda" title: "G81 bachelor software" version: 1.0.0 date-released: 2024-05-02 url: "https://github.com/Gurrzz/qec_bsc"