-
Notifications
You must be signed in to change notification settings - Fork 56
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
Banded unitaries #208
Banded unitaries #208
Conversation
Codecov Report
@@ Coverage Diff @@
## master #208 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 21 21
Lines 1172 1195 +23
=========================================
+ Hits 1172 1195 +23
Continue to review full report at Codecov.
|
Nice! Are you still looking for a way to smooth/fill in the missing chunks? |
hey @glassnotes --- It would definitely be nice if one could remove the dents. I gave some though to it yesterday but was unable to come up with anything good. On the other hand, this still does the job in that it gives a unitary with the specified bandwidth... |
Yeah agreed - this seems like an interesting research problem to explore first! |
@@ -2,6 +2,8 @@ | |||
|
|||
### New features | |||
|
|||
* Adds the function `random_banded_interferometer` to generate unitary matrices with a given bandwidth. [#208](https://github.com/XanaduAI/thewalrus/pull/208) | |||
|
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 it worth mentioning random_block_interferometer
also as a new feature, or is that not meant to be user-facing?
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.
Not too sure, seems a bit useless on its own.
Co-authored-by: Olivia Di Matteo <2068515+glassnotes@users.noreply.github.com>
Adds extra functionality for the generation of banded unitary matrices.