Add ZXTransformer contrib module - #8026
Open
dlyongemallo wants to merge 1 commit into
Open
Conversation
dlyongemallo
force-pushed
the
zxtransformer
branch
2 times, most recently
from
April 20, 2026 20:42
acb2748 to
2667ce1
Compare
dlyongemallo
force-pushed
the
zxtransformer
branch
from
May 11, 2026 09:21
2667ce1 to
0b25c00
Compare
dlyongemallo
force-pushed
the
zxtransformer
branch
from
June 1, 2026 09:16
0b25c00 to
bb609c6
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8026 +/- ##
========================================
Coverage 99.60% 99.60%
========================================
Files 1118 1121 +3
Lines 100951 101373 +422
========================================
+ Hits 100551 100973 +422
Misses 400 400 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
Author
|
Hi, @vtomole @dstrain115 - do you have time to review this? |
pavoljuhas
self-requested a review
June 4, 2026 20:26
dstrain115
reviewed
Jul 13, 2026
dlyongemallo
force-pushed
the
zxtransformer
branch
from
July 16, 2026 19:53
bb609c6 to
c3d8029
Compare
dlyongemallo
force-pushed
the
zxtransformer
branch
from
August 17, 2026 10:22
c3d8029 to
f9d569f
Compare
A custom transformer which uses ZX-calculus through the PyZX library to perform circuit optimisation. Supports measurements, resets, conditional gates, and hybrid (non-unitary) circuit optimisation.
dlyongemallo
force-pushed
the
zxtransformer
branch
from
August 17, 2026 10:38
f9d569f to
d815a0b
Compare
Contributor
|
Discussed in Cirq Cynq 2026-09-02: Let's bump full review to after the 1.8 release, so that we can get the release out soon. |
anshjaiswal12
pushed a commit
to anshjaiswal12/Cirq
that referenced
this pull request
Sep 8, 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.
Continuation of PR #6647.
See issue #6585.