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

CmdDef is adding parameters multiple times #2742

Closed
taalexander opened this issue Jul 4, 2019 · 0 comments · Fixed by #2743
Closed

CmdDef is adding parameters multiple times #2742

taalexander opened this issue Jul 4, 2019 · 0 comments · Fixed by #2743
Labels
bug Something isn't working good first issue Good for newcomers mod: pulse Related to the Pulse module

Comments

@taalexander
Copy link
Contributor

Information

  • Qiskit Terra version:
  • Python version:
  • Operating system:

What is the current behavior?

cmd_def.get_parameters('u3', 0)
gives output
('P0', 'P0', 'P0', 'P1', 'P1', 'P1', 'P2', 'P2', 'P2')

Steps to reproduce the problem

What is the expected behavior?

There should be a single entry for each parameter.

Suggested solutions

@taalexander taalexander added the bug Something isn't working label Jul 4, 2019
@taalexander taalexander added the good first issue Good for newcomers label Jul 4, 2019
@1ucian0 1ucian0 added the mod: pulse Related to the Pulse module label Jan 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 good first issue Good for newcomers mod: pulse Related to the Pulse module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants