-
Couldn't load subscription status.
- Fork 706
QROM subroutine func decomp #7941
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
Merged
Merged
Changes from 90 commits
Commits
Show all changes
102 commits
Select commit
Hold shift + click to select a range
25ac599
Reflection decomposition
comp-phys-marc da049f8
Changelog
comp-phys-marc d019e78
Cleanup imports
comp-phys-marc 51ffeb6
[WIP] TrotterProduct qfunc decomp
comp-phys-marc a50ba32
[WIP] Test and debug
comp-phys-marc 869adec
[WIP] Most cases passing
comp-phys-marc cac9019
TrotterProduct qfunc decomposition
comp-phys-marc fc05a8f
Remove unecessary changes to trotterized_qfunc
comp-phys-marc c4966e0
Remove trotterized_qfunc resource params
comp-phys-marc f284608
Changelog
comp-phys-marc 8b17fbc
Remove unecessary resource param
comp-phys-marc c49792d
MPSPrep qfunc decomp
comp-phys-marc 0da81c6
Changelog
comp-phys-marc 365ac3f
No need for resource_rep
comp-phys-marc 7ef2047
Remove unecessary Counter
comp-phys-marc ad7bfab
Merge remote-tracking branch 'origin/feature/q1_subroutine_func_decom…
comp-phys-marc 5f8c0c2
Revert meth -> math
comp-phys-marc e1dd92a
Make use of register_condition
comp-phys-marc f60be30
[WIP] QROM qfunc decomp
comp-phys-marc 2b42424
Remove loop
comp-phys-marc a740070
Remove loop
comp-phys-marc 65b5620
Combine conditions
comp-phys-marc 9315ecf
Tiny simplification
comp-phys-marc a6c3670
Merge remote-tracking branch 'origin/feature/q1_subroutine_func_decom…
comp-phys-marc 708fa24
Call to class since qml.apply not captured
comp-phys-marc 19c2912
Remove loop
comp-phys-marc a57bdd7
Use unflatten instead of class dunder
comp-phys-marc 9e999c1
Use unflatten / flatten
comp-phys-marc 7def593
Merge remote-tracking branch 'origin/feature/q1_subroutine_func_decom…
comp-phys-marc 5d83a7b
Fix condition
comp-phys-marc b659e3d
Decomp for Fermionic Double Excitation
comp-phys-marc 456a8b1
Revert "Decomp for Fermionic Double Excitation"
comp-phys-marc c41fa01
Cleanup imports
comp-phys-marc b49bbf4
Comment regarding assignment convention
comp-phys-marc 348aec3
Format
comp-phys-marc 5ba3191
Fix condition
comp-phys-marc ddbfadf
Merge remote-tracking branch 'origin/feature/q1_subroutine_func_decom…
comp-phys-marc 6394943
Add additional test cases
comp-phys-marc 66fc9e3
Merge branch 'master' into feature/q1_subroutine_func_decomps
JerryChen97 a05fecf
pylint
comp-phys-marc e4d09bd
Merge remote-tracking branch 'origin/feature/q1_subroutine_func_decom…
comp-phys-marc 2cf62dc
and should be or
comp-phys-marc 83c0a67
Visual simplificaiton of logical expression
comp-phys-marc 7d35746
Merge remote-tracking branch 'origin/feature/q1_subroutine_func_decom…
comp-phys-marc 5d53bd8
pylint
comp-phys-marc 2cd8ff5
Figure out relationships of circuit depth with n, order
comp-phys-marc d2a788f
Cleanup imports
comp-phys-marc dd421fb
Make is even check more explicit
comp-phys-marc e72226b
Changelog indentation
comp-phys-marc 9989219
Merge remote-tracking branch 'origin/feature/q1_subroutine_func_decom…
comp-phys-marc 25431ac
Stop recording
comp-phys-marc 2edc098
Simplified linear algebra
comp-phys-marc 3962338
Sanity checks
comp-phys-marc 1686d25
pylint
comp-phys-marc 2543a8b
Typo
comp-phys-marc 8352cb5
Format
comp-phys-marc be22533
Merge remote-tracking branch 'origin/feature/q1_subroutine_func_decom…
comp-phys-marc 614e1b4
Merge branch 'master' into feature/q1_subroutine_func_decomps
comp-phys-marc bedce20
We don't support odd num ops
comp-phys-marc 81092ce
Improve coverage
comp-phys-marc 1f3d611
format
comp-phys-marc 4d9c7ee
Write decomp without lists
comp-phys-marc 687ceb6
Merge branch 'master' into feature/q1_subroutine_func_decomps
comp-phys-marc 0d085ff
Add capture test
comp-phys-marc 33edf4d
pylint
comp-phys-marc 4c38154
Merge branch 'feature/q1_subroutine_func_decomps' into feature/p0_sub…
comp-phys-marc e1891ef
Pylint
comp-phys-marc a573916
Forgot dict val
comp-phys-marc efe7d55
PR Feedback
comp-phys-marc 61353f1
Merge remote-tracking branch 'origin/feature/p0_subroutine_func_decom…
comp-phys-marc 64be908
Add more test cases
comp-phys-marc 770d3d6
[WIP] debug
comp-phys-marc 98fd811
Merge branch 'master' into feature/p0_subroutine_func_decomps
comp-phys-marc 32eac7b
Don't queue ops used to make Prod
comp-phys-marc bd27cbc
TODO
comp-phys-marc 1f8557d
Pylint
comp-phys-marc d58afa6
Base params for Prod
comp-phys-marc fb16935
Format
comp-phys-marc d493b0d
Bug fix
comp-phys-marc 080f13b
Merge branch 'master' into feature/p0_subroutine_func_decomps
comp-phys-marc ec3a039
Use qml_ops instead of qml
comp-phys-marc 64d39af
Refactor imports for tach
comp-phys-marc 6db2672
Cleanup imports
comp-phys-marc d60a0ac
Format
comp-phys-marc 884210b
Select resource reps
comp-phys-marc 60b055d
format
comp-phys-marc f3acd3b
Some tests passing
comp-phys-marc 353dcee
All test passing
comp-phys-marc 0af32e2
Cleanup changelog
comp-phys-marc 044530e
Changelog
comp-phys-marc 9663245
Refactor helpers to be global
comp-phys-marc 95d7fee
pylint
comp-phys-marc e299896
Format
comp-phys-marc 6332cbe
Bad indent
comp-phys-marc 0d4a42f
Add case for no control wires
comp-phys-marc 2d43e62
Increase test coverage
comp-phys-marc 336aae6
Merge branch 'master' into feature/p0_subroutine_func_decomps
comp-phys-marc 9daca61
Merge branch 'master' into feature/p0_subroutine_func_decomps
comp-phys-marc 6a3285c
pylint
comp-phys-marc bd1e2e1
Merge branch 'master' into feature/p0_subroutine_func_decomps
comp-phys-marc b1df3cd
Trigger CI
comp-phys-marc bc41a6c
Merge branch 'master' into feature/p0_subroutine_func_decomps
comp-phys-marc 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.