Skip to content

Commit 2bfa1cd

Browse files
authored
Add info to CITATION.cff (#7140)
* Add a little bit more info to CITATION.cff * FIx mixed-up URLs in identifiers section * Remove pointless redundant entry for GitHub repo * Add automation to update CITATION.cff upon releases This GitHub Actions workflow will update the version and date fields in the CITATION.cff file when a new release is done in GitHub. * Add info about tools for CITATION.cff files * Remove citation updater GHA workflow Per discussion in the PR review comments, we don't want to maintain this, and will instead put some checks into the daily CI.
1 parent 43d033b commit 2bfa1cd

File tree

1 file changed

+39
-9
lines changed

1 file changed

+39
-9
lines changed

CITATION.cff

Lines changed: 39 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,62 @@
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+
110
cff-version: 1.2.0
2-
message: If you use this software, please cite it as below.
11+
message: If you use this software, please cite it using this metadata.
12+
13+
title: Cirq
314
authors:
415
- name: Cirq Developers
516
website: https://github.com/quantumlib/Cirq/graphs/contributors
6-
title: Cirq
7-
abstract: Python package for writing, manipulating, and running quantum circuits on quantum computers and simulators.
17+
abstract: >-
18+
Python package for writing, manipulating, and running quantum circuits
19+
on quantum computers and simulators.
820
version: 1.4.1
921
date-released: 2024-06-26
1022
url: https://quantumai.google/cirq
1123
repository-code: https://github.com/quantumlib/Cirq
1224
license: Apache-2.0
1325
identifiers:
14-
- type: doi
26+
- description: Archival DOI for Cirq software releases
1527
value: 10.5281/zenodo.4062499
16-
description: Archival DOI for Cirq software releases.
28+
type: doi
29+
- description: The home page for Cirq
30+
value: https://quantumai.google/Cirq
31+
type: url
32+
- description: PyPI project for Cirq
33+
value: https://pypi.org/project/Cirq
34+
type: url
1735
type: software
1836
keywords:
19-
- api
20-
- nisq
37+
- algorithms
38+
- API
39+
- application programming interface
40+
- NISQ
2141
- noisy intermediate-scale quantum
22-
- python
42+
- open-source software
43+
- Python
44+
- quantum
2345
- quantum algorithms
2446
- quantum circuit simulation
2547
- quantum circuits
48+
- quantum computer simulation
2649
- quantum computing
50+
- quantum information
2751
- quantum programming
2852
- quantum programming languages
2953
- quantum simulation
30-
- sdk
54+
- qubit
55+
- research
56+
- science
57+
- SDK
3158
- simulation
59+
- simulator
3260
- software
61+
- software development toolkit
62+
- visualization

0 commit comments

Comments
 (0)