You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simulation tutorials/rep/2-fitters-lookup.ipynb requires errors being inserted between the stabilizer measurements to produce a lookup table of possible results. This works on elementary OS, but not on OSx.
Expected Result (elementary OS):
Incorrect Result (Mac OSx):
This is probably an issue with the aer_simulator.
The text was updated successfully, but these errors were encountered:
It turns out this is because the simulator is optimizing away the identity gates we place where we wish to insert single errors. So, as a quick fix, we can set the optimization_level=0 in execute to prevent this optimization. This may not be the most efficient solution, and we can continue to work on speeding up the simulator in #64 .
The simulation
tutorials/rep/2-fitters-lookup.ipynb
requires errors being inserted between the stabilizer measurements to produce a lookup table of possible results. This works on elementary OS, but not on OSx.Expected Result (elementary OS):
Incorrect Result (Mac OSx):
This is probably an issue with the
aer_simulator
.The text was updated successfully, but these errors were encountered: