Skip to content

Commit bee0b11

Browse files
authored
Add more comments & reformat slightly (#1011)
This adds more orienting comments in the file and tightens up the formatting to (hopefully) improve human readibility.
1 parent d5cb7ce commit bee0b11

1 file changed

Lines changed: 34 additions & 65 deletions

File tree

CITATION.cff

Lines changed: 34 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,158 +1,127 @@
1-
cff-version: 1.2.0
2-
message: If you use OpenFermion, please cite it using this metadata.
3-
4-
title: OpenFermion
5-
6-
abstract: The electronic structure package for quantum computers.
7-
8-
authors:
9-
- name: The OpenFermion Developers
10-
11-
version: 1.7.0
12-
13-
date-released: 2024-02-08
14-
15-
url: https://github.com/quantumlib/openfermion
16-
17-
repository-code: https://github.com/quantumlib/openfermion
18-
19-
license: Apache-2.0
20-
21-
type: software
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+
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
227

8+
cff-version: 1.2.0
9+
message: If you use this software, please cite it using this metadata.
10+
11+
# CITATION.cff files describe how to cite software or datasets, with the goal of
12+
# making software and data be citable in their own right. However, sometimes
13+
# projects want citations to go to a paper instead. 'Preferred-citation' serves
14+
# to communicate that. The distinction matters in different situations. If this
15+
# field is present, GitHub uses the value for the "cite this repository" button
16+
# and ignores the rest of this file; conversely, the Zenodo-GitHub integration
17+
# ignores this field when creating an entry for a new software release because
18+
# the Zenodo entry is specifically about the software in this repository.
2319
preferred-citation:
20+
type: article
2421
authors:
2522
- family-names: McClean
2623
given-names: Jarrod R.
27-
2824
- family-names: Rubin
2925
given-names: Nicholas C.
30-
3126
- family-names: Sung
3227
given-names: Kevin J.
33-
3428
- family-names: Kivlichan
3529
given-names: Ian D.
36-
3730
- family-names: Bonet-Monroig
3831
given-names: Xavier
39-
4032
- family-names: Cao
4133
given-names: Yudong
42-
4334
- family-names: Dai
4435
given-names: Chengyu
45-
4636
- family-names: Fried
4737
given-names: E. Schuyler
48-
4938
- family-names: Gidney
5039
given-names: Craig
51-
5240
- family-names: Gimby
5341
given-names: Brendan
54-
5542
- family-names: Gokhale
5643
given-names: Pranav
57-
5844
- family-names: Häner
5945
given-names: Thomas
60-
6146
- family-names: Hardikar
6247
given-names: Tarini
63-
6448
- family-names: Havlíček
6549
given-names: Vojtěch
66-
6750
- family-names: Higgott
6851
given-names: Oscar
69-
7052
- family-names: Huang
7153
given-names: Cupjin
72-
7354
- family-names: Izaac
7455
given-names: Josh
75-
7656
- family-names: Jiang
7757
given-names: Zhang
78-
7958
- family-names: Liu
8059
given-names: Xinle
81-
8260
- family-names: McArdle
8361
given-names: Sam
84-
8562
- family-names: Neeley
8663
given-names: Matthew
87-
8864
- family-names: O'Brien
8965
given-names: Thomas
90-
9166
- family-names: O'Gorman
9267
given-names: Bryan
93-
9468
- family-names: Ozfidan
9569
given-names: Isil
96-
9770
- family-names: Radin
9871
given-names: Maxwell D.
99-
10072
- family-names: Romero
10173
given-names: Jhonathan
102-
10374
- family-names: Sawaya
10475
given-names: Nicolas P. D.
105-
10676
- family-names: Senjean
10777
given-names: Bruno
108-
10978
- family-names: Setia
11079
given-names: Kanav
111-
11280
- family-names: Sim
11381
given-names: Sukin
114-
11582
- family-names: Steiger
11683
given-names: Damian S.
117-
11884
- family-names: Steudtner
11985
given-names: Mark
120-
12186
- family-names: Sun
12287
given-names: Qiming
123-
12488
- family-names: Sun
12589
given-names: Wei
126-
12790
- family-names: Wang
12891
given-names: Daochen
129-
13092
- family-names: Zhang
13193
given-names: Fang
132-
13394
- family-names: Babbush
13495
given-names: Ryan
13596
title: "OpenFermion: The Electronic Structure Package for Quantum Computers"
136-
type: article
137-
journal: Quantum Science and Technology
13897
year: 2020
98+
journal: Quantum Science and Technology
13999
volume: 5
140100
issue: 3
141101
doi: 10.1088/2058-9565/ab8ebc
142102

103+
# The remaining fields define how the software in this repo should be cited.
104+
105+
title: OpenFermion
106+
authors:
107+
- name: The OpenFermion Developers
108+
abstract: The electronic structure package for quantum computers.
109+
version: 1.7.0
110+
date-released: 2024-02-08
111+
url: https://github.com/quantumlib/openfermion
112+
repository-code: https://github.com/quantumlib/openfermion
113+
license: Apache-2.0
114+
type: software
143115
identifiers:
144116
- description: The home page for OpenFermion
145-
type: url
146117
value: https://github.com/quantumlib/OpenFermion
147-
148-
- description: The GitHub repository for OpenFermion
149118
type: url
119+
- description: The GitHub repository for OpenFermion
150120
value: https://quantumai.google/openfermion
151-
152-
- description: PyPI project for OpenFermion
153121
type: url
122+
- description: PyPI project for OpenFermion
154123
value: https://pypi.org/project/openfermion
155-
124+
type: url
156125
keywords:
157126
- algorithms
158127
- API

0 commit comments

Comments
 (0)