Skip to content

Commit 5bdd7bc

Browse files
How to for CDF Hamiltonians (#1319)
**Title:** How to build compressed double-factorized Hamiltonians **Summary:** Describes how to use the CDF functionality in PennyLane **Relevant references:** **Possible Drawbacks:** N/A **Related GitHub Issues:** [sc-81644] ---- If you are writing a demonstration, please answer these questions to facilitate the marketing process. * GOALS — Why are we working on this now? Promote a PL feature enabling compressed double factorization of Hamiltonians * AUDIENCE — Who is this for? Quantum chemistry researchers and PL educators. * KEYWORDS — What words should be included in the marketing post? Quantum Chemistry, Compressed Double Factorization, Hamiltonian Simulation * Which of the following types of documentation is most similar to your file? (more details [here](https://www.notion.so/xanaduai/Different-kinds-of-documentation-69200645fe59442991c71f9e7d8a77f8)) - [x] Tutorial - [ ] Demo - [X] How-to --------- Co-authored-by: Justin Pickering <[email protected]> Co-authored-by: justinpickering <[email protected]>
1 parent 0366375 commit 5bdd7bc

File tree

5 files changed

+471
-0
lines changed

5 files changed

+471
-0
lines changed
Loading
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
{
2+
"title": "How to build compressed double-factorized Hamiltonians",
3+
"authors": [
4+
{
5+
"username": "whatsis"
6+
}
7+
],
8+
"dateOfPublication": "2025-03-05T09:00:00+00:00",
9+
"dateOfLastModification": "2025-03-05T09:00:00+00:00",
10+
"categories": [
11+
"Quantum Chemistry",
12+
"Algorithms",
13+
"How-to"
14+
],
15+
"tags": [],
16+
"previewImages": [
17+
{
18+
"type": "thumbnail",
19+
"uri": "/_static/demo_thumbnails/regular_demo_thumbnails/thumbnail_how_to_build_cdf_hamiltonians.png"
20+
},
21+
{
22+
"type": "large_thumbnail",
23+
"uri": "/_static/demo_thumbnails/large_demo_thumbnails/thumbnail_large_how_to_build_cdf_hamiltonians.png"
24+
}
25+
],
26+
"seoDescription": "Learn how to build compressed double-factorized Hamiltonians with PennyLane.",
27+
"doi": "",
28+
"references": [
29+
{
30+
"id": "bliss",
31+
"type": "article",
32+
"title": "Block-Invariant Symmetry Shift: Preprocessing technique for second-quantized Hamiltonians to improve their decompositions to Linear Combination of Unitaries",
33+
"authors": "Ignacio Loaiza, Artur F. Izmaylov",
34+
"year": "2023",
35+
"publisher": "arXiv",
36+
"url": "https://arxiv.org/abs/2304.13772"
37+
},
38+
{
39+
"id": "cdf",
40+
"type": "article",
41+
"title": "Accelerating Quantum Computations of Chemistry Through Regularized Compressed Double Factorization",
42+
"authors": "Oumarou Oumarou, Maximilian Scheurer, Robert M. Parrish, Edward G. Hohenstein, Christian Gogolin",
43+
"year": "2024",
44+
"publisher": "Quantum",
45+
"url": "https://doi.org/10.22331/q-2024-06-13-1371"
46+
},
47+
{
48+
"id": "cdf2",
49+
"type": "article",
50+
"title": "Quantum Filter Diagonalization with Compressed Double-Factorized Hamiltonians",
51+
"authors": "OJeffrey Cohn, Mario Motta, Robert M. Parrish",
52+
"year": "2021",
53+
"publisher": "PRX Quantum",
54+
"url": "https://doi.org/10.1103/PRXQuantum.2.040352"
55+
},
56+
{
57+
"id": "trotter",
58+
"type": "article",
59+
"title": "Trotter error bounds and dynamic multi-product formulas for Hamiltonian simulation",
60+
"authors": "Sergiy Zhuk, Niall Robertson, Sergey Bravyi",
61+
"year": "2023",
62+
"publisher": "arXiv",
63+
"url": "https://arxiv.org/pdf/2306.12569"
64+
}
65+
],
66+
"basedOnPapers": [],
67+
"referencedByPapers": [],
68+
"relatedContent": [
69+
{
70+
"type": "demonstration",
71+
"id": "tutorial_quantum_chemistry",
72+
"weight": 1.0
73+
},
74+
{
75+
"type": "demonstration",
76+
"id": "tutorial_fermionic_operators",
77+
"weight": 1.0
78+
}
79+
]
80+
}

0 commit comments

Comments
 (0)