-
Notifications
You must be signed in to change notification settings - Fork 242
Expand file tree
/
Copy pathmetadata.json
More file actions
77 lines (77 loc) · 2.21 KB
/
Copy pathmetadata.json
File metadata and controls
77 lines (77 loc) · 2.21 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
66
67
68
69
70
71
72
73
74
75
76
77
{
"title": "Block encoding signed integers",
"authors": [
{
"username": "mpocrnic"
},
{
"username": "dren"
}
],
"executable_stable": true,
"executable_latest": true,
"dateOfPublication": "2026-07-31T16:30:00+00:00",
"dateOfLastModification": "2026-07-31T16:36:00+00:00",
"categories": [
"Quantum Computing",
"Algorithms",
"Quantum Chemistry"
],
"tags": ["Quantum Chemistry"],
"previewImages": [
{
"type": "thumbnail",
"uri": "/_static/demo_thumbnails/regular_demo_thumbnails/thumbnail_placeholder.png"
}
],
"seoDescription": "Learn how to block encode signed integers and its application",
"doi": "",
"references": [
{
"id": "pocrnic",
"type": "article",
"title": "Efficient Simulation of Pre-Born-Oppenheimer Dynamics on a Quantum Computer",
"authors": " M. Pocrnic, I. Loaiza, J. M. Arrazola, N. Wiebe, and D. Motlagh",
"year": "2026",
"journal": "arXiv",
"url": "https://arxiv.org/abs/2602.11272"
},
{
"id": "linlin",
"type": "book",
"title": "Lecture Notes on Quantum Algorithms for Scientific Computation",
"authors": "L. Lin",
"year": "2021",
"journal": "arXiv",
"url": "https://arxiv.org/abs/2201.08309"
},
{
"id": "Su",
"type": "article",
"title": "Fault-Tolerant Quantum Simulations of Chemistry in First Quantization",
"authors": "Y. Su, D. W. Berry, N. Wiebe, N. Rubin, and R. Babbush",
"year": "2024",
"journal": "arXiv",
"url": "https://arxiv.org/abs/2105.12767"
}
],
"basedOnPapers": [],
"referencedByPapers": [],
"relatedContent": [
{
"type": "demonstration",
"id": "tutorial_resource_estimation",
"weight": 1.0
},
{
"type": "demonstration",
"id": "tutorial_lcu_blockencoding",
"weight": 1.0
},
{
"type": "demonstration",
"id": "tutorial_xas",
"weight": 0.5
}
]
}