-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathCITATION.cff
127 lines (123 loc) · 3.89 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# Citation information for this repository. -*- yaml -*-
#
# CITATION.cff provide human- & machine-readable citation info for software and
# datasets. GitHub, Zenodo, and the Zotero browser plugin all use CFF files
# automatically. Tools exist to generate CITATION.cff files from other formats
# such as BibTeX. For more info, visit https://citation-file-format.github.io/.
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cff-version: 1.2.0
message: >-
Please cite your use of Qualtran using the reference metadata provided here.
# If preferred-citation is present, GitHub uses its value for the "cite this
# repository" button and ignores the rest of this file; conversely, the Zenodo-
# GitHub integration ignores this field when archiving a new software release
# and uses the metadata in the rest of this file.
preferred-citation:
type: misc
authors: &authors
- family-names: Harrigan
given-names: Matthew P.
affiliation: Google LLC
orcid: https://orcid.org/0000-0001-9412-0553
- family-names: Khattar
given-names: Tanuj
affiliation: Google LLC
orcid: https://orcid.org/0009-0003-5545-3066
- family-names: Yuan
given-names: Charles
affiliation: Massachusetts Institute of Technology
orcid: https://orcid.org/0000-0002-4918-4467
- family-names: Peduri
given-names: Anurudh
affiliation: Ruhr University Bochum
orcid: https://orcid.org/0000-0002-6523-7098
- family-names: Yosri
given-names: Noureldin
affiliation: Google LLC
orcid: https://orcid.org/0000-0003-4169-5745
- family-names: Malone
given-names: Fionn D.
affiliation: Google LLC
orcid: https://orcid.org/0000-0001-9239-0162
- family-names: Babbush
given-names: Ryan
affiliation: Google LLC
orcid: https://orcid.org/0000-0001-6979-9533
- family-names: Rubin
given-names: Nicholas C.
affiliation: Google LLC
orcid: https://orcid.org/0000-0003-3963-1830
title: Expressing and Analyzing Quantum Algorithms with Qualtran
year: 2024
doi: 10.48550/arXiv.2409.04643
url: https://arxiv.org/abs/2409.04643
identifiers:
- description: arXiv identifier for the submission
value: 'arXiv:2409.04643'
type: other
keywords:
- quant-ph
# The remaining metadata in this file describes the current software release.
title: Qualtran
authors: *authors
abstract: >-
Qualtran is a set of abstractions for representing quantum programs, and a
library of quantum algorithms expressed in that language to support quantum
algorithms research.
version: 0.6.0
date-released: 2025-04-01
url: https://github.com/quantumlib/Qualtran
repository-code: https://github.com/quantumlib/Qualtran
license: Apache-2.0
type: software
identifiers:
- description: The home page for Qualtran
value: https://quantumai.google/Qualtran
type: url
- description: PyPI project for Qualtran
value: https://pypi.org/project/Qualtran
type: url
- description: GitHub repository for Qualtran
value: https://github.com/quantumlib/Qualtran
type: url
- description: DOI for the preprint
value: 10.48550/arXiv.2409.04643
type: doi
- description: Web page for the preprint
value: https://arxiv.org/abs/2409.04643
type: url
keywords:
- algorithms
- API
- application programming interface
- compilation
- conversion
- diagramming
- logical qubit
- open-source software
- physics
- Python
- QEC
- quantum
- quantum algorithms
- quantum circuits
- quantum computing
- quantum error correction
- quantum error decoder
- quantum gates
- quantum programming
- quantum programs
- quantum simulation
- quantum state
- qubit
- research
- resource estimation
- science
- SDK
- simulation
- simulator
- software
- software development toolkit
- stabilizer circuits
- translator
- visualization