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

inconsistent results from the tutorial #70

Closed
flyree opened this issue Dec 7, 2021 · 1 comment
Closed

inconsistent results from the tutorial #70

flyree opened this issue Dec 7, 2021 · 1 comment
Milestone

Comments

@flyree
Copy link

flyree commented Dec 7, 2021

Hi all,

I am new to to qec code and I apologize for any inconvenience .

I was running the tutorial of XXZZ benchmark, but what I got was different than the figures showed in the tutorial.
surface_perf1.pdf
surface_perf2.pdf

I have checked the d_3_T_1.npz and make sure it is loaded by TopologicalBenchmark. The results remain the same.

Thanks for the help!

@Phionx
Copy link
Member

Phionx commented Dec 7, 2021

Thanks for opening this issue!

This is because of a relatively recent change in how Qiskit optimizes circuits. Currently, we are inserting noisy identity gates in places where we want to simulate inserting errors. Now, however, Qiskit optimizes the circuit and removes those identity gates, so that no errors are actually inserted in circuit simulations. We are aware of this and have a fix in the works!

Related to and tracked by #62, so closing this issue.

@Phionx Phionx closed this as completed Dec 7, 2021
@Phionx Phionx added this to the 0.2.0 milestone Dec 25, 2021
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

No branches or pull requests

2 participants