Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Apr 16, 2024
1 parent e1f84c6 commit 1a18bbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyquil/quil.py
Original file line number Diff line number Diff line change
Expand Up @@ -1041,8 +1041,6 @@ def get_all_instructions(self) -> List[AbstractInstruction]:
"""
return _convert_to_py_instructions(self._program.to_instructions())



def merge_with_pauli_noise(
prog_list: Iterable[Program], probabilities: Sequence[float], qubits: Sequence[int]
) -> Program:
Expand Down

0 comments on commit 1a18bbe

Please sign in to comment.