Skip to content

Commit

Permalink
Format line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
dieris committed Jan 23, 2024
1 parent 68221a2 commit 39f5f7f
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down

0 comments on commit 39f5f7f

Please sign in to comment.