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 Qualtran using the reference metadata provided here.
1212
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).
13+ # If preferred-citation is present, GitHub uses its value for the "cite this
14+ # repository" button and ignores the rest of this file; conversely, the Zenodo-
15+ # GitHub integration ignores this field when archiving a new software release
16+ # and uses the metadata in the rest of this file.
2117preferred-citation :
2218 type : misc
23- authors :
19+ authors : &authors
2420 - family-names : Harrigan
2521 given-names : Matthew P.
22+ affiliation : Google LLC
23+ orcid : https://orcid.org/0000-0001-9412-0553
2624 - family-names : Khattar
2725 given-names : Tanuj
26+ affiliation : Google LLC
27+ orcid : https://orcid.org/0009-0003-5545-3066
2828 - family-names : Yuan
2929 given-names : Charles
30+ affiliation : Massachusetts Institute of Technology
31+ orcid : https://orcid.org/0000-0002-4918-4467
3032 - family-names : Peduri
3133 given-names : Anurudh
34+ affiliation : Ruhr University Bochum
35+ orcid : https://orcid.org/0000-0002-6523-7098
3236 - family-names : Yosri
3337 given-names : Noureldin
38+ affiliation : Google LLC
39+ orcid : https://orcid.org/0000-0003-4169-5745
3440 - family-names : Malone
3541 given-names : Fionn D.
42+ affiliation : Google LLC
43+ orcid : https://orcid.org/0000-0001-9239-0162
3644 - family-names : Babbush
3745 given-names : Ryan
46+ affiliation : Google LLC
47+ orcid : https://orcid.org/0000-0001-6979-9533
3848 - family-names : Rubin
3949 given-names : Nicholas C.
50+ affiliation : Google LLC
51+ orcid : https://orcid.org/0000-0003-3963-1830
4052 title : Expressing and Analyzing Quantum Algorithms with Qualtran
4153 year : 2024
4254 doi : 10.48550/arXiv.2409.04643
@@ -51,27 +63,11 @@ preferred-citation:
5163# The remaining metadata in this file describes the current software release.
5264
5365title : Qualtran
54- authors :
55- - family-names : Harrigan
56- given-names : Matt P.
57- - family-names : Khattar
58- given-names : Tanuj
59- - family-names : Yuan
60- given-names : Charles
61- - family-names : Peduri
62- given-names : Anurudh
63- - family-names : Yosri
64- given-names : Noureldin
65- - family-names : Malone
66- given-names : Fionn D.
67- - family-names : Babbush
68- given-names : Ryan
69- - family-names : Rubin
70- given-names : Nicholas C.
66+ authors : *authors
7167abstract : >-
72- Qualtran (quantum algorithms translator) is a set of abstractions for
73- representing quantum programs, and a library of quantum algorithms expressed
74- in that language to support quantum algorithms research.
68+ Qualtran is a set of abstractions for representing quantum programs, and a
69+ library of quantum algorithms expressed in that language to support quantum
70+ algorithms research.
7571version : 0.6.0
7672date-released : 2025-04-01
7773url : https://github.com/quantumlib/Qualtran
0 commit comments