From f1e736b9d6a2dcb9c46dc8025358ec029d1e2873 Mon Sep 17 00:00:00 2001 From: Simon Humpohl Date: Fri, 10 May 2024 12:42:12 +0200 Subject: [PATCH 1/2] Add initial version of zenodo json --- .zenodo.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..27ea7f9 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,48 @@ +{ + "creators": [ + { + "orcid": "0000-0002-7590-7876", + "affiliation": "RWTH Aachen University", + "name": "Teske, Julian David" + } + ], + + "contributors": [ + { + "affiliation": "RWTH Aachen University", + "name": "Gorjaew, Christian" + }, + { + "orcid": "0000-0002-5177-6162", + "affiliation": "RWTH Aachen University", + "name": "Hangleiter, Tobias" + }, + { + "affiliation": "RWTH Aachen University", + "name": "Surrey, Paul" + }, + { + "affiliation": "RWTH Aachen University", + "name": "Max, Oberländer" + }, + { + "orcid": "0000-0002-9399-1055", + "affiliation": "RWTH Aachen University", + "name": "Humpohl, Simon" + } + ], + + "related_identifiers": [ + { + "identifier": "10.1103/PhysRevApplied.17.034036", + "relation": "isDocumentedBy", + "resource_type": "publication-article" + } + ], + + "license": "GPL-3.0", + + "title": "qopt: A Simulation and Quantum Optimal Control Package", + + "keywords": ["quantum computing", "optimal control"] +} From af1cf60a8a37cbec698b17aacde2837da0886f14 Mon Sep 17 00:00:00 2001 From: Nomos11 <82180697+Nomos11@users.noreply.github.com> Date: Tue, 21 May 2024 14:08:27 +0200 Subject: [PATCH 2/2] Update .zenodo.json --- .zenodo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index 27ea7f9..966bc8a 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -23,7 +23,7 @@ }, { "affiliation": "RWTH Aachen University", - "name": "Max, Oberländer" + "name": "Oberländer, Max" }, { "orcid": "0000-0002-9399-1055",