Skip to content

Commit

Permalink
fix: multiqubit pauli channel with multitarget (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeach-aws committed Feb 1, 2022
1 parent 6608f0f commit 2c1ae16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/braket/ir/jaqcd/instructions.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ class Type(str, Enum):
type = Type.pauli_channel


class MultiQubitPauliChannel(DoubleTarget, MultiProbability):
class MultiQubitPauliChannel(MultiTarget, MultiProbability):
"""
Multi-qubit Pauli noise channel.
Expand Down

0 comments on commit 2c1ae16

Please sign in to comment.