-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #9 +/- ##
==========================================
+ Coverage 56.98% 60.76% +3.77%
==========================================
Files 5 6 +1
Lines 186 209 +23
==========================================
+ Hits 106 127 +21
- Misses 80 82 +2 ☔ View full report in Codecov by Sentry. |
Three issues:
|
Co-authored-by: Sergio Sánchez Ramírez <15837247+mofeing@users.noreply.github.com>
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.
Yes! This is the kind of tests I was referring to.
I think the "all inner indices are not sites" condition can be too strict, but is ok for now. What do you think @jofrevalles?
LGTM, but just suggested changes.
Co-authored-by: Sergio Sánchez Ramírez <15837247+mofeing@users.noreply.github.com>
Yes, I agree that it is too strict, but for now I think this test is OK. I would maybe add a test to see if the contraction of the |
It's better to not mix tests: That's a test for |
No, that is the responsability of
I don't understand the question. Can you rephrase it?
I don't think we need a special test for that. Do you have an edge case in mind? |
Perfect!
In Tenet,
Well, I suggested a test for a quantum circuit with swap gates just to have a complete code coverage of the extension. |
Nope, that was another implementation.
Well, it's just another gate. Nothing special should happen. If you want to translate the Swap gate to a real swap of the tensor indices, then that is a |
Closes #7