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

✨ Generalise Construction of Interaction Graph #599

Open
ystade opened this issue Apr 30, 2024 · 0 comments
Open

✨ Generalise Construction of Interaction Graph #599

ystade opened this issue Apr 30, 2024 · 0 comments

Comments

@ystade
Copy link
Collaborator

ystade commented Apr 30, 2024

What's the problem this feature will solve?

The list of supported gates for the construction of an interaction graph (see src/datastructures/Layer.cpp#L155) is rather limited at the moment. I see no reason why this shouldn't support a broader gateset. This does not properly handle two-target gates yet (specifically, SWAP, iSWAP, iSWAPdg, Peres, Peresdg, DCX, ECR, RXX, RYY, RZZ, RZX, XXminusYY, XXplusYY) and also does not handle CompoundOperations (although that could be transparently handled by the caller).

Originally posted by @burgholzer in #596 (comment)

Describe the solution you'd like

The mentioned method should be capable of handling most (all?) possible Gates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant