-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.zenodo.json
More file actions
65 lines (65 loc) · 1.87 KB
/
.zenodo.json
File metadata and controls
65 lines (65 loc) · 1.87 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"title": "SeQuant: Symbolic Tensor Algebra in C++",
"description": "SeQuant is a framework for performing symbolic algebra of tensors over scalar and operator rings. In addition to symbolic manipulation it can numerically evaluate general tensor algebra expressions with an appropriate external tensor backend (TiledArray, BTAS, TAPP) or generate code for an external tensor backend (ITF, Julia, NumPy/Torch). Development of SeQuant has been supported by the US National Science Foundation (award 2217081) and the US Department of Energy (awards DE-SC0022327 and DE-SC0022263).",
"license": {
"id": "LGPL-3.0-only"
},
"upload_type": "software",
"creators": [
{
"name": "Valeyev, Eduard",
"affiliation": "Virginia Tech",
"orcid": "0000-0001-9923-6256"
},
{
"name": "Gaudel, Bimal",
"affiliation": "Virginia Tech",
"orcid": "0000-0003-3938-0277"
},
{
"name": "Adam, Robert",
"affiliation": "University of Stuttgart",
"orcid": "0000-0003-0829-0148"
},
{
"name": "Melekamburath, Ajay",
"affiliation": "Virginia Tech",
"orcid": "0000-0002-0079-5443"
},
{
"name": "Teke, Nakul",
"affiliation": "Virginia Tech",
"orcid": "0000-0003-0834-2040"
},
{
"name": "Besharatnik, Azam",
"affiliation": "Virginia Tech",
"orcid": "0009-0008-5694-4138"
},
{
"name": "Masteran, Conner",
"affiliation": "Virginia Tech",
"orcid": "0000-0001-5001-4564"
}
],
"keywords": [
"tensor algebra",
"symbolic computation",
"many-body theory",
"second quantization",
"C++"
],
"grants": [
{
"id": "021nxhr62::2217081"
}
],
"related_identifiers": [
{
"identifier": "2511.09943",
"relation": "isDocumentedBy",
"resource_type": "publication-preprint",
"scheme": "arxiv"
}
]
}