Skip to content

Commit

Permalink
fix qiskit-aer/library/save-instructions/save_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Feb 20, 2024
1 parent f7f0f21 commit 414a97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_aer/library/save_instructions/save_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def assemble(self):
instr.label = self._label
return instr

def inverse(self):
def inverse(self, annotated=False):
"""Special case. Return self."""
return copy.copy(self)

Expand Down

0 comments on commit 414a97a

Please sign in to comment.