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

Add rebase functionality to QasmModule #73

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

TheGupta2012
Copy link
Contributor

Fixes #66

Summary of changes

This PR migrates the rebase functionality to the QasmModule

  • Note that the essence of rebase is to change the "basis set" of the program and the original implementation did not cater to the universality of the supplied gate set. Thus, it is proposed to use a fixed number of basis gate sets out of which the user can choose to "rebase".
  • The user call to rebase would then change the basis set to one of the supported basis sets in pyqasm.

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.

[FEATURE] Migrate rebase functionality from qBraid SDK
1 participant