AerSimulator
from NoiseModel
does not work with dynamic circuits
#1997
Labels
bug
Something isn't working
Informations
What is the current behavior?
The custom noise is not applied when the circuit contains dynamic instructions. The output of the following example is
{'0 0': 1024}
, i.e. the result without noise.However, when commenting out the lines containing dynamic instructions:
the output is
{'0 0': 730, '1 1': 294}
, as expected.The text was updated successfully, but these errors were encountered: