From 548782562a51373bba64b79614c86dc60742ccf9 Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Fri, 14 Mar 2025 19:48:18 -0700 Subject: [PATCH 1/2] Add CITATION.cff file --- CITATION.cff | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..26ded5f5 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,70 @@ +cff-version: 1.2.0 +message: If you use Stim, please cite it using this metadata. + +preferred-citation: + type: article + authors: + - family-names: Gidney + given-names: Craig + title: 'Stim: a fast stabilizer circuit simulator' + journal: Quantum + year: 2021 + month: 7 + volume: 5 + start: 497 + issn: 2521-327X + url: https://doi.org/10.22331/q-2021-07-06-497 + publisher: + name: >- + Verein zur Förderung des Open Access Publizierens in den + Quantenwissenschaften + +title: Stim +abstract: >- + Stim is a tool for high performance simulation and analysis of quantum + stabilizer circuits, especially quantum error correction (QEC) circuits. +authors: + - family-names: Gidney + given-names: Craig +version: 1.14.0 +date-released: 2024-09-24 +url: https://github.com/quantumlib/stim +repository-code: https://github.com/quantumlib/stim +license: Apache-2.0 +type: software +identifiers: + - description: The GitHub repository for Stim + value: https://quantumai.google/Stim + type: url + - description: PyPI project for Stim + value: https://pypi.org/project/Stim + type: url +keywords: + - algorithms + - API + - application programming interface + - Clifford gates + - Clifford operations + - high performance + - open-source software + - physics + - Python + - QEC + - quantum + - quantum algorithms + - quantum circuits + - quantum computing + - quantum error correction + - quantum error decoder + - quantum gates + - quantum programming + - quantum simulation + - quantum state + - qubit + - science + - SDK + - simulation + - simulator + - software + - software development toolkit + - stabilizer circuits From b8e47581c60c32821952a20641305f33d173f346 Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Fri, 14 Mar 2025 20:23:11 -0700 Subject: [PATCH 2/2] Add C++ to the keywords --- CITATION.cff | 1 + 1 file changed, 1 insertion(+) diff --git a/CITATION.cff b/CITATION.cff index 26ded5f5..4bdf4d04 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -43,6 +43,7 @@ keywords: - algorithms - API - application programming interface + - C++ - Clifford gates - Clifford operations - high performance