-
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathcodemeta.json
More file actions
51 lines (51 loc) · 1.89 KB
/
codemeta.json
File metadata and controls
51 lines (51 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "https://orcid.org/0000-0003-4699-1316",
"@type": "Person",
"email": "lukas.burgholzer@tum.de",
"name": "Lukas Burgholzer",
"affiliation": [
"Chair for Design Automation, Technical University of Munich, Germany",
"Munich Quantum Software Company GmbH, Garching near Munich, Germany"
]
},
{
"@id": "https://orcid.org/0000-0001-5785-2528",
"@type": "Person",
"email": "yannick.stade@tum.de",
"name": "Yannick Stade",
"affiliation": "Chair for Design Automation, Technical University of Munich, Germany"
},
{
"@id": "https://orcid.org/0000-0003-3434-7881",
"@type": "Person",
"email": "tom.peham@tum.de",
"name": "Tom Peham",
"affiliation": "Chair for Design Automation, Technical University of Munich, Germany"
},
{
"@id": "https://orcid.org/0000-0002-4993-7860",
"@type": "Person",
"email": "robert.wille@tum.de",
"name": "Robert Wille",
"affiliation": [
"Chair for Design Automation, Technical University of Munich, Germany",
"Munich Quantum Software Company GmbH, Garching near Munich, Germany",
"Software Competence Center Hagenberg GmbH, Hagenberg, Austria"
]
}
],
"identifier": "",
"codeRepository": "https://github.com/munich-quantum-toolkit/core",
"datePublished": "2024-11-07",
"dateModified": "2024-11-07",
"dateCreated": "2024-11-07",
"description": "MQT Core forms the backbone of the software tools developed as part of the Munich Quantum Toolkit (MQT).",
"keywords": "Python, C++, MQT, Quantum Computing, Design Automation, Intermediate Representation, Data Structures, Decision Diagrams, ZX-Calculus",
"license": "MIT",
"title": "MQT Core",
"version": "v3.0.0"
}