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

Handling of qasm compatible gate ids #85

Open
nwittler opened this issue May 5, 2021 · 0 comments
Open

Handling of qasm compatible gate ids #85

nwittler opened this issue May 5, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nwittler
Copy link
Collaborator

nwittler commented May 5, 2021

Describe the bug
Gate identifiers consist of a (user specified) arbitrary name, e.g. RX90p and the index of the targeted qubit. Handling of this is inconsistent when simulating.

To Reproduce
Using compute_propagators() of the Experiment class, an instruction with name RX90p acting on qubit 0 is store as "RX90p" whereas the lookup_gate method expects "RX90p[0]".

@lazyoracle lazyoracle self-assigned this May 5, 2021
@lazyoracle lazyoracle added this to the 1.3 milestone May 17, 2021
@lazyoracle lazyoracle added the bug Something isn't working label May 17, 2021
@lazyoracle lazyoracle removed this from the 1.3 milestone Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants