Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #359 +/- ##
==========================================
- Coverage 72.02% 71.97% -0.05%
==========================================
Files 49 50 +1
Lines 2427 2437 +10
==========================================
+ Hits 1748 1754 +6
- Misses 679 683 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Benchmark Results (Julia v1)Time benchmarks
Memory benchmarks
|
Krastanov
requested changes
Mar 20, 2026
Krastanov
reviewed
Mar 20, 2026
Member
|
Marking as a draft to keep my review queue clean. Let's discuss this PR sometime this week. |
Krastanov
requested changes
Apr 20, 2026
Member
Krastanov
left a comment
There was a problem hiding this comment.
Looks good, feel free to merge after all tests pass (JET might be the only one failing right now) and comments below are addressed
Krastanov
approved these changes
Apr 22, 2026
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.
Many examples currently implement
noisy_pair_funchelper function from scratch, and there is a TODO to introduce a dedicated depolarization helper.This PR adds a
DepolarizedBellPairstate to the StatesZoo, representing the depolarized Bell state p ∣00⟩⟨11∣ + (1−p) I/4. The implementation supports both backends and includes accompanying tests.Closes issue #346