-
Notifications
You must be signed in to change notification settings - Fork 201
Fix #694: add a CITATION.cff file #861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
3f3b534
Add CITATION.cff file
mhucka 39f674c
Merge branch 'master' into mh-fix-694
mhucka 7e81a74
Merge branch 'master' into mh-fix-694
mhucka 817793c
Merge branch 'master' into mh-fix-694
mhucka 7d01b53
Merge branch 'master' into mh-fix-694
mhucka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,122 @@ | ||
| # 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 qsim 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: generic | ||
| authors: | ||
| - family-names: Isakov | ||
| given-names: Sergei V. | ||
| affiliation: Google | ||
| - family-names: Kafri | ||
| given-names: Dvir | ||
| affiliation: Google | ||
| - family-names: Martin | ||
| given-names: Orion | ||
| affiliation: Google | ||
| - family-names: Vollgraff Heidweiller | ||
| given-names: Catherine | ||
| affiliation: Google | ||
| - family-names: Mruczkiewicz | ||
| given-names: Wojciech | ||
| affiliation: Google | ||
| - family-names: Harrigan | ||
| given-names: Matthew P. | ||
| affiliation: Google | ||
| - family-names: Rubin | ||
| given-names: Nicholas C. | ||
| affiliation: Google | ||
| - family-names: Thomson | ||
| given-names: Ross | ||
| affiliation: Google | ||
| - family-names: Broughton | ||
| given-names: Michael B. | ||
| affiliation: Google | ||
| - family-names: Kissell | ||
| given-names: Kevin | ||
| affiliation: Google | ||
| - family-names: Peters | ||
| given-names: Evan | ||
| affiliation: Fermi National Accelerator Laboratory | ||
| - family-names: Gustafson | ||
| given-names: Erik | ||
| affiliation: Fermi National Accelerator Laboratory | ||
| - family-names: Li | ||
| given-names: Andy C. Y. | ||
| affiliation: Fermi National Accelerator Laboratory | ||
| - family-names: Lamm | ||
| given-names: Henry | ||
| affiliation: Fermi National Accelerator Laboratory | ||
| - family-names: Perdue | ||
| given-names: Gabriel | ||
| affiliation: Fermi National Accelerator Laboratory | ||
| - family-names: Ho | ||
| given-names: Alan K. | ||
| affiliation: Google | ||
| - family-names: Strain | ||
| given-names: Doug | ||
| affiliation: Google | ||
| - family-names: Boixo | ||
| given-names: Sergio | ||
| affiliation: Google | ||
| title: Simulations of Quantum Circuits with Approximate Noise using qsim and Cirq | ||
| year: 2021 | ||
| date-published: 2021-11-03 | ||
| doi: 10.48550/arXiv.2111.02396 | ||
| url: https://arxiv.org/abs/2111.02396 | ||
|
|
||
| # The remaining metadata in this file describes the current software release. | ||
|
|
||
| title: qsim | ||
| authors: | ||
| - name: Quantum AI team and collaborators | ||
| abstract: High-performance quantum circuit simulator for C++ and Python. | ||
| date-released: 2025-06-24 | ||
| url: https://github.com/quantumlib/qsim | ||
| repository-code: https://github.com/quantumlib/qsim | ||
| license: Apache-2.0 | ||
| type: software | ||
| identifiers: | ||
| - description: Publication about qsim | ||
| value: 10.48550/arXiv.2111.02396 | ||
| type: doi | ||
| - description: GitHub repository for qsim | ||
| value: https://github.com/quantumlib/qsim | ||
| type: url | ||
| keywords: | ||
| - algorithms | ||
| - API | ||
| - C++ | ||
| - Cirq | ||
| - CUDA | ||
| - gate fusion | ||
| - GPU | ||
| - NISQ | ||
| - noise modeling | ||
| - Noisy Intermediate-Scale Quantum | ||
| - Python | ||
| - quantum | ||
| - quantum circuit | ||
| - quantum computing | ||
| - quantum information | ||
| - quantum programming | ||
| - quantum simulation | ||
| - quantum trajectories | ||
| - research | ||
| - Schrödinger equation | ||
| - science | ||
| - SDK | ||
| - simulation | ||
| - software | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this have
version: 0.22.0?