We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9438f0d commit 46127b0Copy full SHA for 46127b0
1 file changed
qiskit/transpiler/passes/utils/dag_fixed_point.py
@@ -9,7 +9,9 @@
9
# Any modifications or derivative works of this code must retain this
10
# copyright notice, and modified files need to carry a notice indicating
11
# that they have been altered from the originals.
12
+
13
"""Check if the DAG has reached a fixed point."""
14
15
from copy import deepcopy
16
from typing import TYPE_CHECKING
17
0 commit comments