|
| 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 | + |
1 | 10 | 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 |
3 | 14 | authors: |
4 | 15 | - name: Cirq Developers |
5 | 16 | 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. |
8 | 20 | version: 1.4.1 |
9 | 21 | date-released: 2024-06-26 |
10 | 22 | url: https://quantumai.google/cirq |
11 | 23 | repository-code: https://github.com/quantumlib/Cirq |
12 | 24 | license: Apache-2.0 |
13 | 25 | identifiers: |
14 | | - - type: doi |
| 26 | + - description: Archival DOI for Cirq software releases |
15 | 27 | 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 |
17 | 35 | type: software |
18 | 36 | keywords: |
19 | | - - api |
20 | | - - nisq |
| 37 | + - algorithms |
| 38 | + - API |
| 39 | + - application programming interface |
| 40 | + - NISQ |
21 | 41 | - noisy intermediate-scale quantum |
22 | | - - python |
| 42 | + - open-source software |
| 43 | + - Python |
| 44 | + - quantum |
23 | 45 | - quantum algorithms |
24 | 46 | - quantum circuit simulation |
25 | 47 | - quantum circuits |
| 48 | + - quantum computer simulation |
26 | 49 | - quantum computing |
| 50 | + - quantum information |
27 | 51 | - quantum programming |
28 | 52 | - quantum programming languages |
29 | 53 | - quantum simulation |
30 | | - - sdk |
| 54 | + - qubit |
| 55 | + - research |
| 56 | + - science |
| 57 | + - SDK |
31 | 58 | - simulation |
| 59 | + - simulator |
32 | 60 | - software |
| 61 | + - software development toolkit |
| 62 | + - visualization |
0 commit comments