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

Fix name map of aerbackend #1984

Closed
wants to merge 5 commits into from
Closed

Conversation

doichanj
Copy link
Collaborator

@doichanj doichanj commented Nov 2, 2023

Summary

Fix name maps that causes error in Qiskit's controlled gate testcases.

Details and comments

Some custom multi controlled gates are caused test failure in test.python.circuit.test_controlled_gate in Qiskit because control qubits are sets only when the custom gates are MCU1Gate, MCPhaseGate and MCXGate, but float type value is passed,
so I added type cast to integer to avoid failure

@doichanj
Copy link
Collaborator Author

I would like to close this one and fix in PR #1995

@doichanj doichanj closed this Nov 10, 2023
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.

1 participant