-
Notifications
You must be signed in to change notification settings - Fork 41
Fix #177: Correct pattern export to OpenQASM 3 #404
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
Merged
thierry-martinez
merged 14 commits into
TeamGraphix:master
from
thierry-martinez:fix_plane_openqasm
Jan 12, 2026
+471
−165
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
48d1f64
Fix #177: Correct pattern export to OpenQASM 3
thierry-martinez 320262a
Fix ruff
thierry-martinez 0b2d08f
Missing file
thierry-martinez d7d17ac
Fix doc
thierry-martinez 68b1887
Fix doc
thierry-martinez 08045bd
Fix comment
thierry-martinez 935ef9f
Merge branch 'master' into fix_plane_openqasm
thierry-martinez c712ed1
Separate OpenQASM3 tests that do not rely on external dependencies
thierry-martinez 653b5b2
Test with qiskit-aer on Python <3.14
thierry-martinez 7494c1d
Perform type-checking with Python 3.13
thierry-martinez c1f373e
Merge branch 'master' into fix_plane_openqasm
thierry-martinez 76d7b53
Update CHANGELOG
thierry-martinez 3a25dc6
Missing file
thierry-martinez b8f4416
Mateo's comments
thierry-martinez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| Optimization passes | ||
| =================== | ||
|
|
||
| :mod:`graphix.optimization` module | ||
| ++++++++++++++++++++++++++++++++++ | ||
|
|
||
| This module defines some optimization passes for patterns. | ||
|
|
||
| .. currentmodule:: graphix.optimization | ||
|
|
||
| .. autofunction:: standardize | ||
|
|
||
| .. autoclass:: StandardizedPattern | ||
|
|
||
| .. autofunction:: incorporate_pauli_results | ||
|
|
||
| .. autofunction:: remove_useless_domains | ||
|
|
||
| .. autofunction:: single_qubit_domains |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,3 +16,4 @@ Module reference | |
| channels | ||
| random_objects | ||
| open_graph | ||
| optimization | ||
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.