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

Updated OQD Toml file to only include supported gates #1470

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mehrdad2m
Copy link
Contributor

@mehrdad2m mehrdad2m commented Jan 17, 2025

Context:
Currently, the ion decomposition pass can only decompose the following set of gates:
{ CNOT, Hadamard, PauliZ, PhaseShift, RZ, T, S }
To the universal gate set used by OQD device which is { RX, RY, MS }.

Description of the Change:
Updated the OQD python device capabilities in the Toml file to only include the known supported gate for now.

Benefits:

Possible Drawbacks:

Related GitHub Issues:

@mehrdad2m mehrdad2m marked this pull request as ready for review January 17, 2025 18:33
Copy link
Contributor

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md on your branch with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

@mehrdad2m mehrdad2m changed the title Updated Toml file to only include supported gates Updated OQD Toml file to only include supported gates Jan 17, 2025
@paul0403 paul0403 added the OQD OQD-related work label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OQD OQD-related work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants