-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.zenodo.json
42 lines (42 loc) · 1.81 KB
/
.zenodo.json
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
{
"description": "<p>QXTools is a framework for simulating quantum circuits using tensor network methods. Weak simulation is the primary use case where given a quantum circuit and input state QXTools will efficiently calculate the probability amplitude of a given output configuration or set of configurations. Given this ability one can sample from the output distribution using random sampling approaches. QXTools is intended to be used by researchers interested in simulating circuits larger than those possible with full wave-function simulators or those interested in research and development of tensor network circuit simulation methods.</p>",
"license": "mit-license",
"title": "QXTools: A Julia framework for distributed quantum circuit simulation",
"version": "v1.0.0",
"upload_type": "software",
"publication_date": "2022-02-15",
"creators": [
{
"name": "John Brennan",
"affiliation": "Irish Centre for High-End Computing"
},
{
"name": "Lee O'Riordan",
"affiliation": "Irish Centre for High-End Computing"
},
{
"name": "Kenneth Hanley",
"affiliation": "Irish Centre for High-End Computing"
},
{
"name": "Myles Doyle",
"affiliation": "Irish Centre for High-End Computing"
},
{
"name": "Momme Allalen",
"affiliation": "Leibniz Supercomputing Centre"
},
{
"name": "David Brayford",
"affiliation": "Leibniz Supercomputing Centre"
},
{
"name": "Luigi Iapichino",
"affiliation": "Leibniz Supercomputing Centre"
},
{
"name": "Niall Moran",
"affiliation": "Irish Centre for High-End Computing"
}
]
}