-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial state preparation demo (#950)
**Title:** Initial state preparation for quantum chemistry **Summary:** This demo is explaining the concept of an initial state -- a primer for a quantum algorithm that improves its chances of success specifically for the task of obtaining the ground-state energy of a molecule. It showcases the newly built functionality in PennyLane for importing outputs from sophisticated computational chemistry methods to initialize better initial states. Finally, it shows how the choice of initial state affects the execution of VQE on a simple molecule, demonstrating the importance of initial state for quantum algorithms and that this can of algorithms R&D can be now performed in PennyLane. **Relevant references:** **Possible Drawbacks:** **Related GitHub Issues:** --------- Co-authored-by: soranjh <[email protected]> Co-authored-by: soranjh <[email protected]> Co-authored-by: Alvaro Ballon <[email protected]> Co-authored-by: Guillermo Alonso-Linaje <[email protected]>
- Loading branch information
1 parent
2740ab9
commit 9f2d528
Showing
8 changed files
with
396 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.. bio:: Stepan Fomichev | ||
:photo: ../_static/authors/stepan_fomichev.jpg | ||
|
||
|
||
Stepan Fomichev is a quantum scientist working at Xanadu. His background is in condensed matter physics, with a focus on lattice vibrations and electron-phonon coupling. As part of the Algorithms team, he focuses on researching and developing prospective applications for quantum algorithms. |
Binary file added
BIN
+87.9 KB
_static/large_demo_thumbnails/thumbnail_large_initial_state_preparation.png
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.
Binary file added
BIN
+22.5 KB
demonstrations/initial_state_preparation/thumbnail_initial_state_preparation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions
43
demonstrations/tutorial_initial_state_preparation.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"title": "Initial State Preparation for Quantum Chemistry", | ||
"authors": [ | ||
{ | ||
"id": "stepan_fomichev" | ||
} | ||
], | ||
"dateOfPublication": "2023-10-20T00:00:00+00:00", | ||
"dateOfLastModification": "2023-10-20T00:00:00+00:00", | ||
"categories": [ | ||
"Quantum Chemistry" | ||
], | ||
"tags": [], | ||
"previewImages": [ | ||
{ | ||
"type": "thumbnail", | ||
"uri": "/_images/thumbnail_initial_state_preparation.png" | ||
}, | ||
{ | ||
"type": "large_thumbnail", | ||
"uri": "/_static/large_demo_thumbnails/thumbnail_large_initial_state_preparation.png" | ||
} | ||
], | ||
"seoDescription": "Prepare initial states for quantum algorithms from output of traditional quantum chemistry methods.", | ||
"doi": "", | ||
"canonicalURL": "/qml/demos/tutorial_initial_state_preparation", | ||
"references": [ | ||
], | ||
"basedOnPapers": [], | ||
"referencedByPapers": [], | ||
"relatedContent": [ | ||
{ | ||
"type": "demonstration", | ||
"id": "tutorial_quantum_chemistry", | ||
"weight": 1.0 | ||
}, | ||
{ | ||
"type": "demonstration", | ||
"id": "tutorial_vqe", | ||
"weight": 1.0 | ||
} | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters