Skip to content

Commit 55bc7be

Browse files
authored
Fix #694: add a CITATION.cff file (#861)
1 parent 1d89c1d commit 55bc7be

1 file changed

Lines changed: 122 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
# Citation information for this repository. -*- yaml -*-
2+
#
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/.
7+
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8+
9+
cff-version: 1.2.0
10+
message: >-
11+
Please cite your use of qsim using the reference metadata provided here.
12+
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.
17+
preferred-citation:
18+
type: generic
19+
authors:
20+
- family-names: Isakov
21+
given-names: Sergei V.
22+
affiliation: Google
23+
- family-names: Kafri
24+
given-names: Dvir
25+
affiliation: Google
26+
- family-names: Martin
27+
given-names: Orion
28+
affiliation: Google
29+
- family-names: Vollgraff Heidweiller
30+
given-names: Catherine
31+
affiliation: Google
32+
- family-names: Mruczkiewicz
33+
given-names: Wojciech
34+
affiliation: Google
35+
- family-names: Harrigan
36+
given-names: Matthew P.
37+
affiliation: Google
38+
- family-names: Rubin
39+
given-names: Nicholas C.
40+
affiliation: Google
41+
- family-names: Thomson
42+
given-names: Ross
43+
affiliation: Google
44+
- family-names: Broughton
45+
given-names: Michael B.
46+
affiliation: Google
47+
- family-names: Kissell
48+
given-names: Kevin
49+
affiliation: Google
50+
- family-names: Peters
51+
given-names: Evan
52+
affiliation: Fermi National Accelerator Laboratory
53+
- family-names: Gustafson
54+
given-names: Erik
55+
affiliation: Fermi National Accelerator Laboratory
56+
- family-names: Li
57+
given-names: Andy C. Y.
58+
affiliation: Fermi National Accelerator Laboratory
59+
- family-names: Lamm
60+
given-names: Henry
61+
affiliation: Fermi National Accelerator Laboratory
62+
- family-names: Perdue
63+
given-names: Gabriel
64+
affiliation: Fermi National Accelerator Laboratory
65+
- family-names: Ho
66+
given-names: Alan K.
67+
affiliation: Google
68+
- family-names: Strain
69+
given-names: Doug
70+
affiliation: Google
71+
- family-names: Boixo
72+
given-names: Sergio
73+
affiliation: Google
74+
title: Simulations of Quantum Circuits with Approximate Noise using qsim and Cirq
75+
year: 2021
76+
date-published: 2021-11-03
77+
doi: 10.48550/arXiv.2111.02396
78+
url: https://arxiv.org/abs/2111.02396
79+
80+
# The remaining metadata in this file describes the current software release.
81+
82+
title: qsim
83+
authors:
84+
- name: Quantum AI team and collaborators
85+
abstract: High-performance quantum circuit simulator for C++ and Python.
86+
date-released: 2025-06-24
87+
url: https://github.com/quantumlib/qsim
88+
repository-code: https://github.com/quantumlib/qsim
89+
license: Apache-2.0
90+
type: software
91+
identifiers:
92+
- description: Publication about qsim
93+
value: 10.48550/arXiv.2111.02396
94+
type: doi
95+
- description: GitHub repository for qsim
96+
value: https://github.com/quantumlib/qsim
97+
type: url
98+
keywords:
99+
- algorithms
100+
- API
101+
- C++
102+
- Cirq
103+
- CUDA
104+
- gate fusion
105+
- GPU
106+
- NISQ
107+
- noise modeling
108+
- Noisy Intermediate-Scale Quantum
109+
- Python
110+
- quantum
111+
- quantum circuit
112+
- quantum computing
113+
- quantum information
114+
- quantum programming
115+
- quantum simulation
116+
- quantum trajectories
117+
- research
118+
- Schrödinger equation
119+
- science
120+
- SDK
121+
- simulation
122+
- software

0 commit comments

Comments
 (0)