We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
N = 6 qc = QuantumCircuit(N) op = SparsePauliOp('Z'*6) qesem_function = catalog.load('qedma/qesem') qesem_job = qesem_function.run( backend_name=backend.name, action = "execute", instance = backend._instance, pubs = pubs, )
Gives
{'error': 'An unexpected error occurred. Please try again later. If the issue persists, please contact support.'}
Should work like it does on other circuit functions
The text was updated successfully, but these errors were encountered:
After talking to the internal team, this should actually raise an exception across all circuit functions during the input validation phase
Sorry, something went wrong.
Why is that? It is a valid circuit, and is useful for testing; it basically verifies if a circuit function can cleanup spam errors.
This is probably fixed in the same manner as #27 where it is an incompatibility with the standard pubs specification
No branches or pull requests
Steps to reproduce the problem
What is the current behavior?
Gives
{'error': 'An unexpected error occurred. Please try again later. If the issue persists, please contact support.'}
What is the expected behavior?
Should work like it does on other circuit functions
The text was updated successfully, but these errors were encountered: