-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add HWP Trotter bloqs and costs to notebook. #946
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
21d1605
Small fixes to hubbard bloqs.
fdmalone 0aae692
Add cost notebook.
fdmalone e7ee9d3
Fix eps type.
fdmalone e2b95bc
Add hamming weight phasing bloqs.
fdmalone aef141a
Add costs to notebook.
fdmalone 15e1d5e
Add costs to notebook.
fdmalone 1b7f376
Add hwp trotter factory.
fdmalone 0b2577c
Fix up notebook.
fdmalone a90d386
Fix formatting.
fdmalone a0535e4
Fix mypy errors.
fdmalone 93414cf
Fix serialization.
fdmalone 6837add
Merge branch 'main' into add_hwp_trotter_costs
fdmalone dbbdde2
Merge branch 'main' into add_hwp_trotter_costs
fdmalone 804fbf1
Use symbolicfloat.
fdmalone 8669dd6
Merge branch 'add_hwp_trotter_costs' of github.com:fdmalone/Qualtran …
fdmalone 5c96f64
Fix bug.
fdmalone 16c0862
Merge branch 'main' into add_hwp_trotter_costs
fdmalone ed41f80
Merge branch 'main' into add_hwp_trotter_costs
mpharrigan 30ed435
Add notebook test.
fdmalone 1698b19
Merge branch 'add_hwp_trotter_costs' of github.com:fdmalone/Qualtran …
fdmalone 4eb50bc
Add missing semicolon.
fdmalone 7439fd3
Fix test.
fdmalone 5c72ba4
Merge branch 'main' into add_hwp_trotter_costs
mpharrigan 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
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
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.
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.
is this notebook unit tested anywhere? please add and make sure to
@pytest.mark.notebook
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.
For some reason I thought the scipts automagically globbed all the notebooks?
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 CI will automatically git-glob all the notebooks in the notebooks check, but it's policy ™️ to also include a unit test that will get picked up by e.g. a local launch of
pytest
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.
done