Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
480 changes: 480 additions & 0 deletions demonstrations_v2/block_encoding_signed_integers/demo.py

Large diffs are not rendered by default.

77 changes: 77 additions & 0 deletions demonstrations_v2/block_encoding_signed_integers/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,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
}
]
}
Loading