Closed
Conversation
…tevec.Statevec.isclose` methods to calculate and check fidelity between two states. - Updated old code with uses of the above methods. - Solves [TeamGraphix#428](TeamGraphix#428).
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #435 +/- ##
==========================================
+ Coverage 86.72% 86.74% +0.01%
==========================================
Files 44 44
Lines 6163 6171 +8
==========================================
+ Hits 5345 5353 +8
Misses 818 818 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Author
|
Fixing the failed CIs now... |
Contributor
|
Hello @ACE07-Sev. Thank you for your hard work. We are in the process of reviewing the PRs in order of submission, and will get back to you shortly. |
Contributor
|
Hi @ACE07-Sev, the maintainer team have agreed to accept another PR for this particular issue. Thank you again for your work, and best of luck on the other issues. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Before submitting, please check the following:
nox)ruffCONTRIBUTING.mdfor more detailsThen, please fill in below:
Context (if applicable):
Calculate the state fidelity up, and check equivalency ignoring global phase differences.
Description of the change:
graphix.sim.statevec.Statevec.fidelityandgraphix.sim.statevec.Statevec.isclosemethods to calculate and check fidelity between two states.Related issue:
#386