-
Notifications
You must be signed in to change notification settings - Fork 61
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 #478 : Rename shift and clock matrices to gen_pauli_x and gen_pauli_z #479
Conversation
@MohitKambli There are going to be some workflow failures based on the changes you introduced. Refer to the The Also make sure the functions you change are not used anywhere else: code of other functions or docstring examples of other functions. We have a workflow that checks for both. |
…gen_pauli_z (Updated Version V1)
Hello @purva-thakre, Thanks and Regards, |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #479 +/- ##
======================================
Coverage 98.1% 98.1%
======================================
Files 161 161
Lines 3096 3096
Branches 753 753
======================================
Hits 3038 3038
Misses 37 37
Partials 21 21 ☔ View full report in Codecov by Sentry. |
Hi @MohitKambli. Looks good overall, but I believe you may need to address the comment here that @purva-thakre mentioned. Let us know if that doesn't make sense, and thanks again for your contribution! I think it's close! |
Awesome, also good on my end as well. Merge when ready, @MohitKambli (after you've addressed the docs issue as mentioned by @purva-thakre ) |
Hello @vprusso and @purva-thakre, Thanks and Regards, |
@MohitKambli I think @vprusso's last comment is through his email. he might not have noticed that all workflow jobs pass. Thanks! |
Description
As requested in #478, I have replaced all the variables/comments/function-names/file-names occurrences from shift to gen_pauli_x and clock to gen_pauli_z.
If at all there are any issues regarding these code changes, then do let me know.
Sincere apologies if I have missed any code to be changed or implemented a code incorrectly.
Kindly let me know if any changes are required.
Todos
Notable points that this PR has either accomplished or will accomplish.
Questions
Status