Skip to content

Commit 0777511

Browse files
authored
Merge branch 'main' into mh-update-readme
2 parents 54c9bdc + 1ed1444 commit 0777511

File tree

2 files changed

+132
-0
lines changed

2 files changed

+132
-0
lines changed

CITATION.cff

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
# Citation information for this repository. -*- yaml -*-
2+
#
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.
8+
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
cff-version: 1.2.0
11+
message: If you use this software, please cite it using this metadata.
12+
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).
21+
preferred-citation:
22+
type: misc
23+
authors:
24+
- family-names: Harrigan
25+
given-names: Matthew P.
26+
- family-names: Khattar
27+
given-names: Tanuj
28+
- family-names: Yuan
29+
given-names: Charles
30+
- family-names: Peduri
31+
given-names: Anurudh
32+
- family-names: Yosri
33+
given-names: Noureldin
34+
- family-names: Malone
35+
given-names: Fionn D.
36+
- family-names: Babbush
37+
given-names: Ryan
38+
- family-names: Rubin
39+
given-names: Nicholas C.
40+
title: Expressing and Analyzing Quantum Algorithms with Qualtran
41+
year: 2024
42+
doi: 10.48550/arXiv.2409.04643
43+
url: https://arxiv.org/abs/2409.04643
44+
identifiers:
45+
- description: arXiv identifier for the submission
46+
value: 'arXiv:2409.04643'
47+
type: other
48+
keywords:
49+
- quant-ph
50+
51+
# The remaining metadata in this file describes the current software release.
52+
53+
title: 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.
71+
abstract: >-
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.
75+
version: 0.5.0
76+
date-released: 2024-09-10
77+
url: https://github.com/quantumlib/Qualtran
78+
repository-code: https://github.com/quantumlib/Qualtran
79+
license: Apache-2.0
80+
type: software
81+
identifiers:
82+
- description: The home page for Qualtran
83+
value: https://quantumai.google/Qualtran
84+
type: url
85+
- description: PyPI project for Qualtran
86+
value: https://pypi.org/project/Qualtran
87+
type: url
88+
- description: GitHub repository for Qualtran
89+
value: https://github.com/quantumlib/Qualtran
90+
type: url
91+
- description: DOI for the preprint
92+
value: 10.48550/arXiv.2409.04643
93+
type: doi
94+
- description: Web page for the preprint
95+
value: https://arxiv.org/abs/2409.04643
96+
type: url
97+
keywords:
98+
- algorithms
99+
- API
100+
- application programming interface
101+
- compilation
102+
- conversion
103+
- diagramming
104+
- logical qubit
105+
- open-source software
106+
- physics
107+
- Python
108+
- QEC
109+
- quantum
110+
- quantum algorithms
111+
- quantum circuits
112+
- quantum computing
113+
- quantum error correction
114+
- quantum error decoder
115+
- quantum gates
116+
- quantum programming
117+
- quantum programs
118+
- quantum simulation
119+
- quantum state
120+
- qubit
121+
- research
122+
- resource estimation
123+
- science
124+
- SDK
125+
- simulation
126+
- simulator
127+
- software
128+
- software development toolkit
129+
- stabilizer circuits
130+
- translator
131+
- visualization

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,4 @@ Copyright 2025 Google LLC.
138138
src="./docs/_static/quantum-ai-vertical.svg">
139139
</a>
140140
</div>
141+

0 commit comments

Comments
 (0)