11# Citation information for this repository. -*- yaml -*-
22#
3- # CITATION.cff files provide human- & machine-readable citation information for
4- # software and datasets. GitHub, Zenodo, and the Zotero browser plugin all use
5- # CFF files automatically if provided. https://citation-file-format.github.io/.
6- #
7- # Tools exist to generate CITATION.cff files from other formats such as BibTeX.
3+ # CITATION.cff provide human- & machine-readable citation info for software and
4+ # datasets. GitHub, Zenodo, and the Zotero browser plugin all use CFF files
5+ # automatically. Tools exist to generate CITATION.cff files from other formats
6+ # such as BibTeX. For more info, visit https://citation-file-format.github.io/.
87# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
98
109cff-version : 1.2.0
11- message : If you use this software, please cite it using this metadata.
10+ message : >-
11+ Please cite your use of Tesseract Decoder using the reference metadata
12+ provided here.
1213
13- # CITATION.cff files describe how to cite software or datasets, with the goal of
14- # making software and data be citable in their own right. However, sometimes
15- # projects want citations to go to a paper instead. 'Preferred-citation' serves
16- # to communicate that. The distinction matters in different situations. If this
17- # field is present, GitHub uses the value for the "cite this repository" button
18- # and ignores the rest of this file; conversely, the Zenodo-GitHub integration
19- # ignores this field when creating an entry for a new software release (because
20- # the Zenodo entry is specifically about the software in this repository).
14+ # If preferred-citation is present, GitHub uses its value for the "cite this
15+ # repository" button and ignores the rest of this file; conversely, the Zenodo-
16+ # GitHub integration ignores this field when archiving a new software release
17+ # and uses the metadata in the rest of this file.
2118preferred-citation :
2219 type : generic
23- authors :
20+ authors : &authors
2421 - family-names : Aghababaie Beni
2522 given-names : Laleh
23+ affiliation : Google LLC
2624 - family-names : Higgott
2725 given-names : Oscar
26+ affiliation : Google LLC
2827 - family-names : Shutty
2928 given-names : Noah
29+ affiliation : Google LLC
3030 title : ' Tesseract: A Search-Based Decoder for Quantum Error Correction'
3131 year : 2025
3232 date-published : 2025-01-01
@@ -36,13 +36,7 @@ preferred-citation:
3636# The remaining metadata in this file describes the current software release.
3737
3838title : Tesseract Decoder
39- authors :
40- - family-names : Aghababaie Beni
41- given-names : Laleh
42- - family-names : Higgott
43- given-names : Oscar
44- - family-names : Shutty
45- given-names : Noah
39+ authors : *authors
4640abstract : A Search-Based Decoder for Quantum Error Correction.
4741date-released : 2025-03-12
4842url : https://github.com/quantumlib/tesseract-decoder
@@ -53,6 +47,9 @@ identifiers:
5347 - description : Publication about Tesseract Decoder
5448 value : 10.48550/arXiv.2503.10988
5549 type : doi
50+ - description : GitHub repository for Tesseract description
51+ value : https://github.com/quantumlib/tesseract-decoder
52+ type : url
5653keywords :
5754 - A*
5855 - a-star
0 commit comments