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

IBM circuit function level 2 tries to extrapolate circuits with no 2Q gates #23

Open
nonhermitian opened this issue Nov 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nonhermitian
Copy link

Steps to reproduce the problem

Consider the circuit operator pair:

qc = QuantumCircuit(6)
op = SparsePauliOp('Z'*6)

both level 1 and level 3 return a value near one, e.g. 1.00725446 and 0.98866819, respectively. However, level 2 is very off, returning a value of 1.17241824, which is very off.

What is the current behavior?

See above. My guess is the routine is trying to extrapolate when there are no 2Q gates

What is the expected behavior?

Level 2 should not perform worse than execution with no additional mitigation

@nonhermitian nonhermitian added the bug Something isn't working label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant