From 1322424cbbb8aedf4332407bced0c63c99aaaea8 Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Fri, 15 Aug 2025 17:58:22 -0700 Subject: [PATCH] Remove no-longer-needed .zenodo.json file Zenodo pays attention to `CITATION.cff` and uses it in preference to the old-style `.zenodo.json` file. --- .zenodo.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json deleted file mode 100644 index 5f6437739..000000000 --- a/.zenodo.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "Schrödinger and Schrödinger-Feynman simulators for quantum circuits.", - "license": "Apache-2.0", - "title": "qsim", - "upload_type": "software", - "creators": [ - { - "affiliation": "Google Inc", - "name": "Quantum AI team and collaborators" - } - ], - "access_right": "open" -} \ No newline at end of file