Skip to content

Commit 9708281

Browse files
authored
Merge pull request #115 from thangleiter/master
Add .zenodo.json
2 parents 69528f8 + cfc1838 commit 9708281

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

.zenodo.json

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"creators": [
3+
{
4+
"name": "Hangleiter, Tobias",
5+
"orcid": "0000-0002-5177-6162",
6+
"affiliation": "JARA-FIT Institute for Quantum Information, Forschungszentrum Jülich GmbH and RWTH Aachen University, 52074 Aachen, Germany"
7+
},
8+
{
9+
"name": "Cerfontaine, Pascal",
10+
"orcid": "0000-0002-8227-4018",
11+
"affiliation": "JARA-FIT Institute for Quantum Information, Forschungszentrum Jülich GmbH and RWTH Aachen University, 52074 Aachen, Germany"
12+
},
13+
{
14+
"name": "Bluhm, Hendrik",
15+
"orcid": "0000-0002-5224-7254",
16+
"affiliation": "JARA-FIT Institute for Quantum Information, Forschungszentrum Jülich GmbH and RWTH Aachen University, 52074 Aachen, Germany"
17+
}
18+
],
19+
"contributors": [
20+
{
21+
"name": "Nha Minh Le, Isabel",
22+
"orcid": "0000-0001-6707-044X",
23+
"affiliation": "JARA-FIT Institute for Quantum Information, Forschungszentrum Jülich GmbH and RWTH Aachen University, 52074 Aachen, Germany",
24+
"type": "Researcher"
25+
},
26+
{
27+
"name": "Teske, Julian",
28+
"orcid": "0000-0002-7590-7876",
29+
"affiliation": "JARA-FIT Institute for Quantum Information, Forschungszentrum Jülich GmbH and RWTH Aachen University, 52074 Aachen, Germany",
30+
"type": "Researcher"
31+
}
32+
],
33+
"access_right": "open",
34+
"related_identifiers": [
35+
{
36+
"scheme": "doi",
37+
"identifier": "10.1103/PhysRevResearch.3.043047",
38+
"relation": "isDescribedBy",
39+
"resource_type": "publication-article"
40+
},
41+
{
42+
"scheme": "doi",
43+
"identifier": "10.1103/PhysRevLett.127.170403",
44+
"relation": "isDescribedBy",
45+
"resource_type": "publication-article"
46+
},
47+
{
48+
"scheme": "doi",
49+
"identifier": "10.1103/PhysRevApplied.17.024006",
50+
"relation": "isDescribedBy",
51+
"resource_type": "publication-article"
52+
}
53+
],
54+
"keywords": [
55+
"quantum computing",
56+
"quantum information",
57+
"filter functions",
58+
"quantum control"
59+
],
60+
"grants": [
61+
{"id": "10.13039/501100000780::679342"}
62+
],
63+
"custom_fields": {
64+
"code:codeRepository": "https://github.com/qutech/filter_functions",
65+
"code:programmingLanguage": [
66+
{
67+
"id": "python",
68+
"title": {
69+
"en": "Python"
70+
}
71+
}
72+
]
73+
}
74+
}

0 commit comments

Comments
 (0)