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

Invalid example circuit "Grover (5 qubits)" #258

Closed
DRovara opened this issue May 28, 2024 · 0 comments · Fixed by #260
Closed

Invalid example circuit "Grover (5 qubits)" #258

DRovara opened this issue May 28, 2024 · 0 comments · Fixed by #260

Comments

@DRovara
Copy link

DRovara commented May 28, 2024

Problem:
Importing the example circuit "Grover (5 qubits)" causes an error. This is because, according to the command line output, the gate mcx is not supported. It results in the following CLI output:

<input>:13:5:
Usage of unknown gate 'mcx'.
terminate called after throwing an instance of 'qasm3::CompilerError'

Steps to reproduce the problem:

  • Click the "Simulation" tab
  • On the left, select "Grover (5 qubits)"
  • The error will be shown in the CLI

Expected behaviour:
The circuit should be imported and simulated correctly.

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 a pull request may close this issue.

1 participant