From 1a18bbe1c0a4103855092e4529e90d1632dde5a4 Mon Sep 17 00:00:00 2001 From: Marquess Valdez Date: Mon, 15 Apr 2024 17:35:19 -0700 Subject: [PATCH] formatting --- pyquil/quil.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyquil/quil.py b/pyquil/quil.py index 050d7eb79..ecf1b1652 100644 --- a/pyquil/quil.py +++ b/pyquil/quil.py @@ -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: