Skip to content

Commit

Permalink
Add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
itoko committed Nov 7, 2022
1 parent 10beabf commit bda43f9
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
fixes:
- |
Fixes a bug where :meth:`NoiseModel.from_backend` with a ``BackendV2`` object may generate
a noise model with excessive ``QuantumError`` s on non-Gate instructions while,
for example, only ``ReadoutError`` s should be sufficient for measures.
This commit updates :func:`noise.device.models.basic_device_gate_errors`
so that it (and hence :meth:`NoiseModel.from_backend`) does not produce
any QuantumErrors on non-Gate objects (e.g. measures and resets).

0 comments on commit bda43f9

Please sign in to comment.