From 39f5f7fe44992f3d11557985bcb9e3858d21112a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Rist=C3=A8?= <10402430+dieris@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:31:04 -0500 Subject: [PATCH] Format line too long --- .../passes/scheduling/test_dynamical_decoupling.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/unit/transpiler/passes/scheduling/test_dynamical_decoupling.py b/test/unit/transpiler/passes/scheduling/test_dynamical_decoupling.py index 072583f16..fdaa02e25 100644 --- a/test/unit/transpiler/passes/scheduling/test_dynamical_decoupling.py +++ b/test/unit/transpiler/passes/scheduling/test_dynamical_decoupling.py @@ -1048,10 +1048,12 @@ def test_disjoint_coupling_map(self): self.assertEqual(delay_dict[0], delay_dict[2]) def test_no_unused_qubits(self): - """Test DD with if_test circuit that unused qubits are untouched and not scheduled. Unused qubits may also have missing durations when - not operational. + """Test DD with if_test circuit that unused qubits are untouched and + not scheduled. Unused qubits may also have missing durations when + not operational. - This ensures that programs don't have unnecessary information for unused qubits. + This ensures that programs don't have unnecessary information for + unused qubits. Which might hurt performance in later executon stages. """