Skip to content
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

Adding pass to turn arbitrary circuit into Clifford circuit #1887

Merged
merged 28 commits into from
Sep 5, 2024

Conversation

SamFerracin
Copy link
Collaborator

First step towards implementing the debugger.

This pass is optimized to run efficiently on ISA circuits, which contain only Clifford gates from a restricted set or Pauli-Z rotations with arbitrary angles. It can also be applied to circuits that contain non-ISA gates, at the cost of additional validation logic that may result in reduced performance.

SamFerracin and others added 6 commits September 4, 2024 13:33
…rd.py

Co-authored-by: joshuasn <53916441+joshuasn@users.noreply.github.com>
…rd.py

Co-authored-by: joshuasn <53916441+joshuasn@users.noreply.github.com>
…rd.py

Co-authored-by: joshuasn <53916441+joshuasn@users.noreply.github.com>
…rd.py

Co-authored-by: joshuasn <53916441+joshuasn@users.noreply.github.com>
@SamFerracin SamFerracin merged commit e9f8524 into Qiskit:main Sep 5, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants