-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redo example notebook on Quantum Phase Estimation (QPE) #262
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
72c96e4
add python file for QPE from previous PR
CalMacCQ b791a49
add JSON file for hydrogen Hamiltonian
CalMacCQ 05d5855
clean up python file
CalMacCQ 72d8a93
add notebook file with <br> tags removed
CalMacCQ 0051822
update list of maintained notebooks
CalMacCQ add7f28
add QFT and QPE images
CalMacCQ 68843f2
add QPE notebook to table of contents
CalMacCQ 4b9fdac
Execute QPE notebook
CalMacCQ 1130d46
Merge branch 'main' into examples/redo_qpe
CalMacCQ bcdbf35
fix markdown spacing
CalMacCQ 7532e8f
add checkpoints to .gitignore
CalMacCQ ea853eb
put all of the 3 qubit qft in one cell
CalMacCQ f7f4ee8
remove artifical use of StatePreparationBox
CalMacCQ 3085b98
n_ancillas -> n_state_prep_qubits
CalMacCQ b521baa
scrap section on state preparation
CalMacCQ 3e0424d
text edits
CalMacCQ b4894d3
add clean notebook
CalMacCQ 84ea310
add clean notebook with updated text
CalMacCQ f803522
Merge branch 'main' into examples/redo_qpe
CalMacCQ e32ff63
fix minus sign
CalMacCQ 984c318
add clean notebook after fixing minus sign
CalMacCQ File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ dist | |
manual/build | ||
manual/jupyter_execute | ||
examples/_build/ | ||
*.ipynb_checkpoints |
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit message "Execute QPE notebook" is misleading here. This was the name of an old file from a previous PR.
The QPE notebook is executed on CI.