-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fix a bug in the generator of DoubleExcitationPlus #298
Conversation
Hello. You may have forgotten to update the changelog!
|
Hi @maliasadi. Nice catch! |
Hmm! It required an improvement in generator tests to catch this bug. |
This bug does not appear when the number of qubits is 4 (the minimum number of wires required by |
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.
Happy to approve. Once again, nice catch!
Codecov Report
@@ Coverage Diff @@
## master #298 +/- ##
=======================================
Coverage 99.42% 99.42%
=======================================
Files 30 30
Lines 3300 3300
=======================================
Hits 3281 3281
Misses 19 19
Continue to review full report at Codecov.
|
Context:
Fix a bug in
applyGeneratorDoubleExcitationPlus
.