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
Qedma function fails on the attached 30Q circuit with operator op = SparsePauliOp.from_sparse_list([("ZZ", [14, 15], 1)], num_qubits=30)
op = SparsePauliOp.from_sparse_list([("ZZ", [14, 15], 1)], num_qubits=30)
circuit.txt
The functions executes several jobs on hardware, but returns an empty dict
It is expected the function works since the same example runs fine on IBM circuit functions
The text was updated successfully, but these errors were encountered:
we have reproduced the issue and qedma is investigating
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce the problem
Qedma function fails on the attached 30Q circuit with operator
op = SparsePauliOp.from_sparse_list([("ZZ", [14, 15], 1)], num_qubits=30)
circuit.txt
What is the current behavior?
The functions executes several jobs on hardware, but returns an empty dict
What is the expected behavior?
It is expected the function works since the same example runs fine on IBM circuit functions
The text was updated successfully, but these errors were encountered: